summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-041-2/+4
* SERVER-60271 remove unused function IndexBuildsCoordinator::supportsResumable...Benety Goh2021-09-281-9/+0
* SERVER-57625 Add serverStatus metrics for in-progress index buildsJosef Ahmad2021-09-281-14/+37
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-3/+3
* SERVER-53001 Perform fatal assertion if index build fails to be removed from ...Gregory Noma2021-08-051-9/+8
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-2/+1
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() requires callers...Benety Goh2021-06-171-12/+17
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() accepts Collecti...Benety Goh2021-06-151-8/+15
* SERVER-56424 index build fasserts when system runs out of disk spaceBenety Goh2021-05-261-0/+6
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-21/+17
* SERVER-56733 Index builds must set the PrepareConflictBehavior::kIgnoreConfli...Gregory Wlodarek2021-05-121-5/+5
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-9/+8
* SERVER-47659 Added 'wildcardProjection' index option to index signatureYoonsoo Kim2021-04-191-0/+3
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-6/+1
* SERVER-54357 Avoid normalizing partialFilterExpression when creating a new indexBernard Gorman2021-03-101-15/+7
* SERVER-40820 Index builders to support write conflictsBynn Lee2021-02-261-2/+7
* SERVER-54727 Make resumable index builds work on time-series collectionsGregory Wlodarek2021-02-241-6/+11
* SERVER-54517 Remove redundant 'shouldFail()' around pauseWhileSet() for hangA...Jason Chan2021-02-121-3/+2
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-14/+14
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-051-1/+34
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-201-5/+0
* SERVER-51048 Clean up resumable index build log messagesGregory Noma2021-01-141-42/+27
* SERVER-53176 Return an error when an index build commit quorum depends on vot...Louis Williams2021-01-131-0/+6
* SERVER-52563 Ensure index builds collect resource consumption metrics when in...Louis Williams2020-12-091-11/+20
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-8/+8
* SERVER-50598 Not allow tenant migration donor to write "commitIndexBuild" opl...Cheahuychou Mao2020-11-121-19/+20
* SERVER-47415 Move data structures for tracking active index builds out of Ind...Brian DeLeonardis2020-11-031-198/+31
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-031-6/+9
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-021-0/+16
* SERVER-46995 rename isMaster references to isPrimary in IndexBuildsCoordinatorBenety Goh2020-10-161-8/+8
* SERVER-46995 add ReplIndexBuildState::onConflictWithNewIndexBuild()Benety Goh2020-10-161-36/+1
* SERVER-46995 move index completion logic from IndexBuildsCoordinator into Rep...Benety Goh2020-10-161-79/+7
* SERVER-46995 move pre-commit and abort logic from IndesBuildsCoordinator into...Benety Goh2020-10-161-127/+15
* SERVER-46995 convert ReplIndexBuildState to class and un-inline. add methods ...Benety Goh2020-10-161-16/+13
* SERVER-51201 CollectionPtr returned from AutoGetCollectionLockFree is yieldableHenrik Edin2020-10-151-1/+2
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-0/+3
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-23/+25
* SERVER-51255 rollback persists resumable index build info after joining build...Benety Goh2020-10-061-5/+13
* SERVER-51255 log _runIndexBuildInner() result when joining thread after commi...Benety Goh2020-10-051-3/+9
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-301-4/+15
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-19/+21
* SERVER-50958 add index build UUID to fail point log messageBenety Goh2020-09-251-1/+3
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-241-7/+21
* SERVER-48419 resume index builds after rollback (collection scan only)Benety Goh2020-09-181-2/+2
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-19/+17
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-51/+36
* SERVER-50896 skip sorter cleanup if file name is not availableBenety Goh2020-09-141-0/+4
* SERVER-50519 index build is resumable only if commit quorum is the default (i...Benety Goh2020-09-111-2/+21
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-5/+6
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-3/+3