summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76777 Retry lock coll lock acquisition on self abortYu Jin Kang Park2023-05-111-2/+7
* SERVER-73333 Check available disk space before starting an index buildYu Jin Kang Park2023-04-201-0/+6
* SERVER-73336 Add index build metric and logging for data corruption and insuf...Yu Jin Kang Park2023-04-121-0/+3
* SERVER-75588 Fix DiskSpaceMonitor index build abort metricsYu Jin Kang Park2023-04-051-4/+8
* SERVER-75083 Make index build step-up checks resilient to concurrent commitYu Jin Kang Park2023-04-031-1/+3
* SERVER-71669 Remove TODO to no longer use StringData when manipulating TenantIdsmathisbessamdb2023-03-171-8/+0
* SERVER-74194 Secondaries can kill index builds due to insufficient disk space...Louis Williams2023-03-171-1/+3
* SERVER-73331 Abort index builds on step-up if there are skipped recordsYu Jin Kang Park2023-03-141-0/+9
* SERVER-73335 Kill index builds on primaries when disk space is lowLouis Williams2023-02-241-5/+16
* SERVER-73294 Signal primary node for aborting index builds on failureYu Jin Kang Park2023-02-231-16/+58
* SERVER-73858 add IndexBuildsCoordinator::isCreateIndexesErrorSafeToIgnore()Benety Goh2023-02-111-0/+10
* SERVER-73292 Add voteAbortIndexBuild commandYu Jin Kang Park2023-02-061-0/+8
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-091-0/+15
* Revert "SERVER-71187 Index Build Coordinator to use TenantId object instead o...mathisbessamdb2022-12-071-8/+0
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-071-0/+8
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-2/+0
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-2/+12
* 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