summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2016-11-14 17:14:18 -0500
committerWilliam Schultz <william.schultz@mongodb.com>2016-11-14 17:14:18 -0500
commit4f43174cf45b1319917ecb8d4a4cce65c8029adc (patch)
tree755161274568008677bf1b59648d7b0163640e98
parentd0ed5e615b0d695c5f12e04fe598138d5ad0854c (diff)
downloadmongo-4f43174cf45b1319917ecb8d4a4cce65c8029adc.tar.gz
Revert "SERVER-26530 Added helpful log message in case of inital sync failure"
This reverts commit ae0b220d2b0c4088afe34329faadd852db907506.
-rw-r--r--src/mongo/db/repl/replication_coordinator_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_impl.cpp b/src/mongo/db/repl/replication_coordinator_impl.cpp
index 11b44773711..27debb69593 100644
--- a/src/mongo/db/repl/replication_coordinator_impl.cpp
+++ b/src/mongo/db/repl/replication_coordinator_impl.cpp
@@ -616,8 +616,6 @@ void ReplicationCoordinatorImpl::_startDataReplication(OperationContext* txn,
log() << "Initial Sync has been cancelled: " << status.getStatus();
return;
} else if (!_inShutdown) {
- error() << "Initial sync failed, shutting down now. Restart the server to "
- "attempt a new initial sync.";
fassertNoTrace(40088, status.getStatus());
} else if (!status.isOK()) {
log() << "Initial Sync failed during shutdown due to " << status.getStatus();