summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39239 move IndexBuildsCoordinatorMongod::commitIndexBuild() into base ...Benety Goh2019-09-211-7/+0
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-191-0/+1
* SERVER-38667 remove unused replication state notification functions from Inde...Benety Goh2019-07-111-10/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39527 Implement IndexBuildsCoordinatorMongod::setCommitQuorumGregory Wlodarek2019-02-221-1/+2
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-1/+2
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-1/+2
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-011-5/+0
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-311-1/+1
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-301-1/+1
* Revert "SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator ...Gregory Wlodarek2019-01-301-1/+1
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-301-1/+1
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+7
* SERVER-37643 refine IndexBuildsCoordinator and IndexBuildsManager interfaces ...Benety Goh2019-01-181-4/+5
* SERVER-38578 Replace Future with SharedSemiFuture and Promise with SharedProm...Dianna Hohensee2018-12-211-4/+4
* SERVER-37953 Create command setIndexCommitQuorum to update index build commit...Dianna Hohensee2018-12-121-2/+2
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an imp...Dianna Hohensee2018-12-051-0/+140