summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_retry_scheduler.cpp
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-08-17 19:08:15 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-09-14 09:43:08 -0400
commit3596a4fb09b31c955d95fbe17db0492589c96f03 (patch)
treeb95df2efd363ba54f2fb9771a1f0b72a9fc5caab /src/mongo/client/remote_command_retry_scheduler.cpp
parent6471618952c8727bc5b06039ed2cf861e1a36436 (diff)
downloadmongo-3596a4fb09b31c955d95fbe17db0492589c96f03.tar.gz
SERVER-24866 Balancer recovery
Diffstat (limited to 'src/mongo/client/remote_command_retry_scheduler.cpp')
-rw-r--r--src/mongo/client/remote_command_retry_scheduler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/client/remote_command_retry_scheduler.cpp b/src/mongo/client/remote_command_retry_scheduler.cpp
index f72874a33a4..5bbd533ead3 100644
--- a/src/mongo/client/remote_command_retry_scheduler.cpp
+++ b/src/mongo/client/remote_command_retry_scheduler.cpp
@@ -96,7 +96,8 @@ const std::initializer_list<ErrorCodes::Error> RemoteCommandRetryScheduler::kAll
ErrorCodes::HostNotFound,
ErrorCodes::NetworkTimeout,
ErrorCodes::PrimarySteppedDown,
- ErrorCodes::InterruptedDueToReplStateChange};
+ ErrorCodes::InterruptedDueToReplStateChange,
+ ErrorCodes::BalancerInterrupted};
std::unique_ptr<RemoteCommandRetryScheduler::RetryPolicy>
RemoteCommandRetryScheduler::makeNoRetryPolicy() {