summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40748 disable writing documents to the config.system.indexBuilds colle...Dianna2019-04-261-2/+6
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-16/+18
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-18/+16
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-16/+18
* SERVER-39085 fix index build setup in the IndexBuildsCoordinator during secon...Benety Goh2019-03-061-0/+4
* SERVER-39527 Implement IndexBuildsCoordinatorMongod::setCommitQuorumGregory Wlodarek2019-02-221-3/+62
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-3/+4
* SERVER-39369 Syncronously filter out in-progress/ready indexes in index build...Dianna Hohensee2019-02-221-30/+24
* SERVER-39589 add check for collection having been dropped in IndexBuildsCoord...Dianna Hohensee2019-02-151-0/+6
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-6/+40
* SERVER-39335 IndexBuildsCoordinatorMongod runs index build on caller thread d...Benety Goh2019-02-041-0/+12
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-1/+23
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-011-35/+1
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-311-5/+8
* 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-11/+8
* SERVER-38578 Replace Future with SharedSemiFuture and Promise with SharedProm...Dianna Hohensee2018-12-211-16/+11
* 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/+226