summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-46995 add methods for synchronizing IndexBuildAction to ReplIndexBuild...Benety Goh2020-10-161-21/+8
* SERVER-46995 add ReplIndexBuildState methods for updating vote request callba...Benety Goh2020-10-161-12/+3
* SERVER-46995 move index completion logic from IndexBuildsCoordinator into Rep...Benety Goh2020-10-161-26/+12
* SERVER-46995 move pre-commit and abort logic from IndesBuildsCoordinator into...Benety Goh2020-10-161-33/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+1
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2020-09-161-6/+6
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-48417 Test that multi-node sets resume index builds from the drain wri...Samy Lanka2020-08-111-0/+6
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-6/+45
* SERVER-48617 do not hold global lock while waiting for index build thread res...Benety Goh2020-07-091-11/+17
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-1/+1
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-091-4/+5
* SERVER-48359 IndexBuildsCoordinatorMongod::_signalPrimaryForCommitReadiness()...Benety Goh2020-05-221-6/+3
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-7/+7
* SERVER-48197 IndexBuildsCoordinatorMongod::_signalIfCommitQuorumNotEnabled() ...Benety Goh2020-05-141-2/+4
* SERVER-47635 improve indexbuildentryhelpers error handling and messagesBenety Goh2020-05-061-2/+5
* SERVER-47635 do not import indexbuildentryhelpers namespace into index_builds...Benety Goh2020-05-061-8/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0