summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner.h
diff options
context:
space:
mode:
authorAndy Schwerin <Andy Schwerin schwerin@mongodb.com>2017-04-05 16:56:55 -0400
committerAndy Schwerin <Andy Schwerin schwerin@mongodb.com>2017-04-06 18:25:12 -0400
commitb8a07e36c6a893c57b6728acca8111993f0c7067 (patch)
tree74bca1073ed5140348dc79ebb8aae6ba9637c63c /src/mongo/db/repl/database_cloner.h
parent1e28d93c599dcc963eb53986c2e8fb2bc4f8935c (diff)
downloadmongo-b8a07e36c6a893c57b6728acca8111993f0c7067.tar.gz
SERVER-28624 Further reduce dependency on ReplicationExecutor type.
* Replace getDiagnosticString() with appendDiagnosticBSON() in TaskExecutors. * Introduce appendDiagnostics to ReplicationCoordinator, to hide the implementation detail that ReplicationCoordinatorImpl has a TaskExecutor.
Diffstat (limited to 'src/mongo/db/repl/database_cloner.h')
-rw-r--r--src/mongo/db/repl/database_cloner.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/repl/database_cloner.h b/src/mongo/db/repl/database_cloner.h
index 97a4c0cbc4c..73006606586 100644
--- a/src/mongo/db/repl/database_cloner.h
+++ b/src/mongo/db/repl/database_cloner.h
@@ -130,8 +130,6 @@ public:
*/
const std::vector<BSONObj>& getCollectionInfos_forTest() const;
- std::string getDiagnosticString() const override;
-
bool isActive() const override;
Status startup() noexcept override;
@@ -203,8 +201,6 @@ private:
*/
void _finishCallback_inlock(UniqueLock& lk, const Status& status);
- std::string _getDiagnosticString_inlock() const;
-
//
// All member variables are labeled with one of the following codes indicating the
// synchronization rules for accessing them.