summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-1/+3
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-3/+11
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-6/+48
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-4/+7
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-0/+8
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-091-1/+1
* SERVER-47182 remove IndexBuildsCoordinator::IndexBuildOptions::replSetAndNotP...Benety Goh2020-06-051-1/+0
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-0/+11
* SERVER-47182 IndexBuildsCoordinator::createIndexes() accepts single index specBenety Goh2020-06-041-9/+6
* Revert "SERVER-48332 Failed initial sync attempts should abort all in-progres...Gregory Wlodarek2020-06-041-11/+0
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-0/+11
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-021-0/+2
* Revert "SERVER-48413 Add evergreen builder for resumable index builds"Gregory Noma2020-06-021-2/+0
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-011-0/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-11/+8
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-6/+0
* SERVER-38961 remove server parameter 'enableTwoPhaseIndexBuild'Benety Goh2020-05-011-1/+1
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-0/+16
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-4/+10
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-171-14/+30
* SERVER-47164 Drop any existing indexes conflicting with the specs from the st...Gregory Wlodarek2020-04-101-1/+3
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-101/+62
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-7/+12
* SERVER-47252 remove DatabaseIndexBuildsTracker and CollectionIndexBuildsTrackerBenety Goh2020-04-091-1/+0
* SERVER-47252 IndexBuildsCoordinator stops using CollectionIndexBuildsTrackerBenety Goh2020-04-091-19/+7
* SERVER-47252 IndexBuildsCoordinator stops using DatabaseIndexBuildsTrackerBenety Goh2020-04-091-8/+4
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-4/+5
* SERVER-39458 Continuously drain side writes while waiting for next index buil...Louis Williams2020-04-031-0/+8
* SERVER-46917 Index builder on receiving commit/abort signal should cancel the...Suganthi Mani2020-03-181-0/+11
* SERVER-46558 Abort index builds only after transitioning to rollback and when...Louis Williams2020-03-181-4/+5
* SERVER-46048 IndexBuildsCoordinator::inProgForCollection() allows filtering o...Benety Goh2020-03-101-0/+1
* SERVER-46048 IndexBuildsCoordinator::awaitNoIndexBuildInProgressForCollection...Benety Goh2020-03-101-0/+6
* SERVER-46048 add IndexBuildsCoordinator::_filterIndexBuilds_inlock()Benety Goh2020-03-101-0/+9
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-2/+3
* SERVER-46553 Set index build commit quorum default value as majority for 2 ph...Suganthi Mani2020-03-031-0/+7
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-19/+71
* SERVER-45852 Two-phase index build constraints are checked at the completion ...Louis Williams2020-02-271-5/+1
* SERVER-46123 Remove ScopedStopNewDatabaseIndexBuilds/ScopedStopNewCollectionI...Gregory Wlodarek2020-02-261-112/+14
* SERVER-37726 Add the ability to abort an index builder by the index names it ...Gregory Wlodarek2020-02-151-6/+46
* SERVER-45885 remove redundant NamespaceStringOrUUID parameter from IndexBuild...Benety Goh2020-02-151-12/+2
* SERVER-45885 IndexBuildsCoordinator::_waitForCommitOrAbort() checks secondary...Benety Goh2020-02-151-1/+0
* SERVER-45378 clean up IndexBuildsCoordinator::_setUpIndexBuild()Benety Goh2020-02-051-0/+10
* SERVER-45378 remove unnecessary IndexBuildCoordinator::_setUpIndexBuild() arg...Benety Goh2020-02-041-2/+0
* 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