summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50602 remove unnecessary enableIndexBuildCommitQuorum referenceBenety Goh2020-08-291-7/+0
* SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on ...Suganthi Mani2020-04-161-0/+57
* Revert "SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit qu...Benety Goh2020-04-161-57/+0
* SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on ...Suganthi Mani2020-04-151-0/+57
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-1/+0
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-1/+0
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-1/+5
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-47155 IndexBuildsCoordinatorMongod unit tests should use the default t...Gregory Wlodarek2020-04-021-8/+1
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-0/+7
* SERVER-44984 reduce index build thread pool default and index build external ...Eric Milkie2020-03-031-1/+9
* SERVER-46123 Remove ScopedStopNewDatabaseIndexBuilds/ScopedStopNewCollectionI...Gregory Wlodarek2020-02-261-172/+0
* Revert "SERVER-44984 reduce index build thread pool default and index build e...William Schultz2020-02-111-9/+1
* SERVER-44984 reduce index build thread pool default and index build external ...Eric Milkie2020-02-101-1/+9
* SERVER-45201 fix index tests to avoid empty collection optimizationBenety Goh2020-01-131-0/+8
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-031-18/+18
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-191-0/+18
* 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