summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-3/+3
* SERVER-47415 Move data structures for tracking active index builds out of Ind...Brian DeLeonardis2020-11-031-0/+4
* SERVER-46995 move pre-commit and abort logic from IndesBuildsCoordinator into...Benety Goh2020-10-161-5/+0
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+23
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-171-2/+3
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-4/+2
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-39458 Continuously drain side writes while waiting for next index buil...Louis Williams2020-04-031-0/+3
* SERVER-47155 Limit the number of simultaneous index builds running from user ...Gregory Wlodarek2020-04-021-1/+6
* SERVER-46917 Index builder on receiving commit/abort signal should cancel the...Suganthi Mani2020-03-181-1/+7
* SERVER-46664 runCmdOnPrimaryAndAwaitResponse() should not run DBDirect client...Suganthi Mani2020-03-091-1/+1
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-1/+2
* SERVER-44984 reduce index build thread pool default and index build external ...Eric Milkie2020-03-031-0/+1
* SERVER-46553 Set index build commit quorum default value as majority for 2 ph...Suganthi Mani2020-03-031-1/+12
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-1/+17
* Revert "SERVER-44984 reduce index build thread pool default and index build e...William Schultz2020-02-111-1/+0
* SERVER-44984 reduce index build thread pool default and index build external ...Eric Milkie2020-02-101-0/+1
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-031-4/+1
* SERVER-44250 serialize startIndexBuild oplog write and thread pool scheduling...Louis Williams2019-11-131-0/+3
* 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