summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+0
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-061-11/+11
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-0/+1
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-1/+1
* SERVER-65796: convert activeIndexBuilds gauge metrics to indexBuilds counter ...Yu Jin Kang Park2022-06-211-7/+5
* SERVER-65087 Clarify the usage of `IndexBuildsCoordinator::createIndex()`Yuhong Zhang2022-05-251-8/+7
* SERVER-60791 add appendBuildInfo() method to IndexBuildsCoordinator and index...Benety Goh2022-05-161-0/+7
* SERVER-65116 Abort active index builds when write blocking is enabledGabriel Marks2022-04-111-0/+10
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-101-1/+5
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-091-0/+5
* SERVER-62216 When abortTenantIndexBuilds failed to abort during a tenant migr...mathisbessamdb2022-01-221-2/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-5/+5
* SERVER-60271 remove unused function IndexBuildsCoordinator::supportsResumable...Benety Goh2021-09-281-2/+0
* SERVER-57625 Add serverStatus metrics for in-progress index buildsJosef Ahmad2021-09-281-0/+46
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() accepts Collecti...Benety Goh2021-06-151-0/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+0
* SERVER-54357 Avoid normalizing partialFilterExpression when creating a new indexBernard Gorman2021-03-101-2/+2
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-051-0/+10
* SERVER-47415 Move data structures for tracking active index builds out of Ind...Brian DeLeonardis2020-11-031-45/+6
* SERVER-46995 move index completion logic from IndexBuildsCoordinator into Rep...Benety Goh2020-10-161-3/+0
* SERVER-46995 move pre-commit and abort logic from IndesBuildsCoordinator into...Benety Goh2020-10-161-20/+0
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+7
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-1/+1
* 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