summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39527 Implement IndexBuildsCoordinatorMongod::setCommitQuorumGregory Wlodarek2019-02-221-0/+44
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-17/+37
* SERVER-39369 Syncronously filter out in-progress/ready indexes in index build...Dianna Hohensee2019-02-221-13/+14
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-26/+69
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-011-22/+24
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-311-43/+43
* SERVER-37643 refine IndexBuildsCoordinator and IndexBuildsManager interfaces ...Benety Goh2019-01-181-71/+94
* SERVER-38578 Replace Future with SharedSemiFuture and Promise with SharedProm...Dianna Hohensee2018-12-211-13/+13
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+0
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an imp...Dianna Hohensee2018-12-051-0/+324