summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-271-20/+8
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-71769 Add a new log message when a secondary node is skipping a two-ph...Gregory Wlodarek2023-01-031-1/+15
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-161-3/+34
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-211-4/+5
* SERVER-60753 Skip removing index build entries explicitly from 'config.system...Gregory Wlodarek2022-09-301-0/+6
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-221-10/+30
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-221-30/+10
* SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-06-211-10/+30
* SERVER-65399 Restart index build if recover in standalone and 'commitIndexBui...Shin Yee Tan2022-05-311-4/+42
* 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