summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-1/+1
* SERVER-45409 Rollback should wait for all index builds to complete. Fail roll...Louis Williams2020-01-301-0/+2
* SERVER-43988 shutdown with {force: false} lists active index buildsBenety Goh2020-01-191-0/+7
* SERVER-44953 Secondaries should restart index builds when a commitIndexBuild ...Louis Williams2020-01-181-10/+25
* SERVER-44904 startup recovery should not delete corrupt docs while rebuilding...Eric Milkie2020-01-061-5/+11
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-6/+6
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-101-29/+29
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-031-19/+34
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-211-6/+26
* SERVER-43642 IndexBuildsCoordinator::createIndexes() accepts index constraintsBenety Goh2019-11-201-7/+8
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-9/+37
* SERVER-44393 two phase index build crashes on commitIndexBuild while waiting ...Benety Goh2019-11-091-1/+5
* SERVER-44393 split IndexBuildsCoordinator::_buildIndex() by index build proto...Benety Goh2019-11-081-0/+22
* SERVER-44393 split IndexBuildsCoordinator::_buildIndex() into hybrid index bu...Benety Goh2019-11-081-0/+49
* SERVER-43697 add IndexBuildsCoordinator::createIndexes() and createIndexesOnE...Benety Goh2019-11-051-0/+31
* SERVER-44186 rename IndexBuildOptions::replSetAndNotPrimary to replSetAndNotP...Benety Goh2019-10-261-1/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-39484 IndexBuildsCoordinator receives notifications on rollback/step u...Benety Goh2019-10-181-0/+18
* SERVER-43639 IndexBuildsCoordinator::commitIndexBuild() returns voidBenety Goh2019-10-101-3/+3
* SERVER-39002 add IndexBuildsCoordinator::joinIndexBuild()Benety Goh2019-10-091-3/+2
* SERVER-39002 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() returns voidBenety Goh2019-10-091-3/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-39239 IndexBuild() IndexBuildsCoordinator::commitIndexBuild() updates ...Benety Goh2019-09-211-2/+0
* SERVER-39239 move IndexBuildsCoordinatorMongod::commitIndexBuild() into base ...Benety Goh2019-09-211-3/+3
* SERVER-39239 IndexBuildsCoordinator::_buildIndex() accepts indexBuildOptionsBenety Goh2019-09-211-0/+1
* SERVER-39239 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() accepts opCtxBenety Goh2019-09-201-1/+3
* SERVER-39239 add IndexBuildsCoordinator::_getIndexBuild()Benety Goh2019-09-201-0/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-43259 add IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2019-09-111-0/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+3
* SERVER-42487 Acquire locks by UUID in IndexBuildsCoordinator::_buildIndexDianna Hohensee2019-08-301-2/+1
* SERVER-43019 remove unreachable code from IndexBuildsCoordinator and rename f...Benety Goh2019-08-281-4/+3
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-191-0/+2
* SERVER-42154 provide replication state info to index builds during secondary ...Benety Goh2019-07-111-2/+8
* SERVER-38667 remove unused replication state notification functions from Inde...Benety Goh2019-07-111-7/+0
* SERVER-41870 implement IndexBuildsCoordinator::abortIndexBuildByBuildUUID()Benety Goh2019-07-111-2/+0
* SERVER-41870 remove unused function IndexBuildsCoordinator::abortIndexBuildBy...Benety Goh2019-07-101-9/+0
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+2
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-181-1/+2
* SERVER-41141 Remove DB X lock acquisition for secondary index buildsGregory Wlodarek2019-06-101-1/+1
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-3/+2
* Revert "SERVER-41141 Remove DB X lock acquisition for secondary index builds"Gregory Wlodarek2019-06-071-1/+1
* SERVER-41141 Remove DB X lock acquisition for secondary index buildsGregory Wlodarek2019-06-061-1/+1
* Revert "SERVER-41141 Remove DB X lock acquisition for secondary index builds"Gregory Wlodarek2019-06-031-1/+1
* SERVER-41141 Remove DB X lock acquisition for secondary index buildsGregory Wlodarek2019-06-031-1/+1
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+0
* SERVER-39974 Move setting index build curOp information from the MultiIndexBl...Dianna Hohensee2019-04-021-1/+7
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+5
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-6/+6