summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-65116 Abort active index builds when write blocking is enabledGabriel Marks2022-04-111-0/+44
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-6/+3
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-4/+5
* SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ru...Gregory Wlodarek2022-03-181-8/+39
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-101-3/+5
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-091-0/+4
* SERVER-63908 Allow stopping of index builds during initial syncMatthew Russotto2022-03-011-2/+8
* SERVER-57432 Forbid yielding MODE_X/MODE_S locksJordi Olivares Provencio2022-02-221-11/+3
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-7/+4
* SERVER-62216 When abortTenantIndexBuilds failed to abort during a tenant migr...mathisbessamdb2022-01-221-1/+20
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-4/+6
* SERVER-62437 Disallow createIndex implicit clustered collection creationHaley Connelly2022-01-111-19/+3
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-4/+4
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ...Haley Connelly2021-12-141-0/+22
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-3/+3
* SERVER-60577 Add logic to check time-series buckets for mixed-schema data at ...Gregory Wlodarek2021-10-301-1/+2
* 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