Process_behind should also be sent to clients.

This commit is contained in:
Stephen Atherton 2018-10-24 20:38:15 -07:00
parent f17cc1e20f
commit 93501947f8
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ inline bool canReplyWith(Error e) {
case error_code_transaction_too_old:
case error_code_future_version:
case error_code_wrong_shard_server:
case error_code_process_behind:
//case error_code_all_alternatives_failed:
return true;
default: