summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-44984 reduce index build thread pool default and index build e...William Schultz2020-02-111-5/+1
* SERVER-44984 reduce index build thread pool default and index build external ...Eric Milkie2020-02-101-1/+5
* SERVER-45378 remove unnecessary IndexBuildCoordinator::_setUpIndexBuild() arg...Benety Goh2020-02-041-2/+1
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-1/+15
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-031-45/+70
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-12/+28
* SERVER-44250 serialize startIndexBuild oplog write and thread pool scheduling...Louis Williams2019-11-131-0/+11
* SERVER-44436 IndexBuildsCoordinatorMongod always uses thread pool to run inde...Benety Goh2019-11-071-11/+1
* SERVER-44186 index builds use same OperationContext::writesAreReplicated() se...Benety Goh2019-10-271-17/+0
* SERVER-44186 IndexBuildsCoordinator checks replication state before writing c...Benety Goh2019-10-271-1/+4
* SERVER-44121 index builds managed by the IndexBuildsCoordinator should always...Benety Goh2019-10-231-10/+4
* SERVER-39239 move IndexBuildsCoordinatorMongod::commitIndexBuild() into base ...Benety Goh2019-09-211-7/+0
* SERVER-39239 add IndexBuildsCoordinator::_getIndexBuild()Benety Goh2019-09-201-6/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-43019 remove unreachable code from IndexBuildsCoordinator and rename f...Benety Goh2019-08-281-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+4
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-191-1/+2
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-42154 provide replication state info to index builds during secondary ...Benety Goh2019-07-111-2/+3
* SERVER-42154 add hangAfterInitializingIndexBuild fail point to IndexBuildsCoo...Benety Goh2019-07-111-0/+5
* SERVER-38667 remove unused replication state notification functions from Inde...Benety Goh2019-07-111-15/+0
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-181-1/+1
* 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