From 93501947f80511dd121d7e5ce4b7dc6edeb6ef14 Mon Sep 17 00:00:00 2001 From: Stephen Atherton Date: Wed, 24 Oct 2018 20:38:15 -0700 Subject: [PATCH] Process_behind should also be sent to clients. --- fdbserver/storageserver.actor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fdbserver/storageserver.actor.cpp b/fdbserver/storageserver.actor.cpp index f83cfbab54..982803dab1 100644 --- a/fdbserver/storageserver.actor.cpp +++ b/fdbserver/storageserver.actor.cpp @@ -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: