summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76900 ResourceConsumption::shouldCollectMetricsForDatabase to pass a D...mathisbessamdb2023-05-171-2/+2
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+3
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-3/+0
* SERVER-76170 Disallow vote abort if the node already voted commit for index b...Yu Jin Kang Park2023-04-251-0/+8
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+3
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-11/+14
* SERVER-75680 Cancel and clear vote callback in forceSelfAbortYu Jin Kang Park2023-04-111-0/+14
* SERVER-75588 Fix DiskSpaceMonitor index build abort metricsYu Jin Kang Park2023-04-051-12/+6
* SERVER-75308 Fix race between external and internal index build abortsJosef Ahmad2023-04-041-1/+17
* SERVER-75083 Make index build step-up checks resilient to concurrent commitYu Jin Kang Park2023-04-031-3/+4
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-3/+0
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-74194 Secondaries can kill index builds due to insufficient disk space...Louis Williams2023-03-171-1/+6
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+3
* SERVER-73294 Signal primary node for aborting index builds on failureYu Jin Kang Park2023-02-231-82/+183
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-2/+1
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-1/+2
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-2/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-18/+19
* SERVER-73292 Add voteAbortIndexBuild commandYu Jin Kang Park2023-02-061-0/+27
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-4/+3
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-1/+5
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-5/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-1/+5
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-4/+4
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-061-9/+10
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-3/+1
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-1/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-7/+7
* SERVER-65796: convert activeIndexBuilds gauge metrics to indexBuilds counter ...Yu Jin Kang Park2022-06-211-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65116 Abort active index builds when write blocking is enabledGabriel Marks2022-04-111-5/+21
* SERVER-63522 Observe DDL operations for user write blockingGabriel Marks2022-04-081-1/+11
* SERVER-61786 Determine if we can avoid global lock upgrade in IndexBuildsCoor...Fausto J Leyva2022-03-111-1/+3
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-7/+4
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-5/+4
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-3/+3
* SERVER-57625 Add serverStatus metrics for in-progress index buildsJosef Ahmad2021-09-281-2/+6
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-59122 log 'Too many index builds running...' message at most once per ...Benety Goh2021-08-061-8/+13
* SERVER-56976 'setIndexCommitQuorum' command has no effect while the index bui...Gregory Wlodarek2021-05-201-7/+15
* SERVER-50990: Include usernames and roleNames in createIndex audit eventVarun Ravichandran2021-02-121-1/+14
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-051-0/+4
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-3/+4
* SERVER-48862 Donor should not be able to start/commit a index build for a ten...Matthew Russotto2021-01-271-0/+26
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51667 Collect CPU time used per operationLouis Williams2020-11-041-1/+1
* SERVER-47415 Move data structures for tracking active index builds out of Ind...Brian DeLeonardis2020-11-031-31/+28
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-021-0/+9