summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.h
diff options
context:
space:
mode:
authorSuganthi Mani <suganthi.mani@mongodb.com>2020-03-06 05:51:17 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-09 15:03:43 +0000
commit997841bdace7ff9ed5fd5bd0f952ec20880b9d92 (patch)
tree2af832d3b50ce9135c33f48767d8307dab697a5f /src/mongo/db/index_builds_coordinator_mongod.h
parent86d40fda4d156c0a439f1c5edb2b7890a085d337 (diff)
downloadmongo-997841bdace7ff9ed5fd5bd0f952ec20880b9d92.tar.gz
SERVER-46664 runCmdOnPrimaryAndAwaitResponse() should not run DBDirect client command with the rstl lock held.
Diffstat (limited to 'src/mongo/db/index_builds_coordinator_mongod.h')
-rw-r--r--src/mongo/db/index_builds_coordinator_mongod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_builds_coordinator_mongod.h b/src/mongo/db/index_builds_coordinator_mongod.h
index e9c2717304f..b7cc0d9458d 100644
--- a/src/mongo/db/index_builds_coordinator_mongod.h
+++ b/src/mongo/db/index_builds_coordinator_mongod.h
@@ -129,7 +129,7 @@ private:
/**
* Process voteCommitIndexBuild command's response.
*/
- bool _checkVoteCommitIndexCmdSucceeded(const BSONObj& response);
+ bool _checkVoteCommitIndexCmdSucceeded(const BSONObj& response, const UUID& indexBuildUUID);
/**
* Signals index builder to commit.