Process_behind should also be sent to clients.
This commit is contained in:
parent
f17cc1e20f
commit
93501947f8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue