summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/rename_collection_coordinator.h
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-04-27 20:50:08 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-03 11:19:36 +0000
commit6e3c93bd5b41a69edfaf55da395fd6672423ad7a (patch)
tree671e54224f93012480f947e363081b97c103e651 /src/mongo/db/s/rename_collection_coordinator.h
parentdd29a74baf3d22d81feae48748217e39586e522b (diff)
downloadmongo-6e3c93bd5b41a69edfaf55da395fd6672423ad7a.tar.gz
SERVER-56390 Failed to construct ShardingDDLCoordinators do not get released
Diffstat (limited to 'src/mongo/db/s/rename_collection_coordinator.h')
-rw-r--r--src/mongo/db/s/rename_collection_coordinator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/rename_collection_coordinator.h b/src/mongo/db/s/rename_collection_coordinator.h
index e753b946693..1621c323604 100644
--- a/src/mongo/db/s/rename_collection_coordinator.h
+++ b/src/mongo/db/s/rename_collection_coordinator.h
@@ -40,7 +40,8 @@ public:
using StateDoc = RenameCollectionCoordinatorDocument;
using Phase = RenameCollectionCoordinatorPhaseEnum;
- RenameCollectionCoordinator(const BSONObj& initialState);
+ RenameCollectionCoordinator(ShardingDDLCoordinatorService* service,
+ const BSONObj& initialState);
void checkIfOptionsConflict(const BSONObj& doc) const override;