summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state.h
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2017-03-14 14:39:56 -0400
committerJudah Schvimer <judah@mongodb.com>2017-03-14 14:39:56 -0400
commit56b5dbbd9901152a0a185c766679bb3c355ebedd (patch)
treec69c5e195b9ec1f004a1137dc3a2ab6587f87e15 /src/mongo/db/repl/replication_coordinator_external_state.h
parent595c9195393ca7710257e9caae087f4ebe1bb3cd (diff)
downloadmongo-56b5dbbd9901152a0a185c766679bb3c355ebedd.tar.gz
SERVER-27995 rename DataReplicator to InitialSyncer
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator_external_state.h')
-rw-r--r--src/mongo/db/repl/replication_coordinator_external_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_external_state.h b/src/mongo/db/repl/replication_coordinator_external_state.h
index 05f07b8aada..e66ff985bb9 100644
--- a/src/mongo/db/repl/replication_coordinator_external_state.h
+++ b/src/mongo/db/repl/replication_coordinator_external_state.h
@@ -85,7 +85,7 @@ public:
/**
* Starts an initial sync, and calls "finished" when done,
- * for replica set member -- legacy impl not in DataReplicator.
+ * for replica set member.
*
* NOTE: Use either this (and below function) or the Master/Slave version, but not both.
*/
@@ -97,7 +97,7 @@ public:
virtual bool isInitialSyncFlagSet(OperationContext* opCtx) = 0;
/**
- * Starts steady state sync for replica set member -- legacy impl not in DataReplicator.
+ * Starts steady state sync for replica set member.
*
* NOTE: Use either this or the Master/Slave version, but not both.
*/
@@ -343,7 +343,7 @@ public:
OperationContext* opCtx) const = 0;
/**
- * Returns true if the user specified to use the data replicator for initial sync.
+ * Returns true if the user specified to use the new version for initial sync.
*/
virtual bool shouldUseDataReplicatorInitialSync() const = 0;