summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-4/+4
* SERVER-47378 Resolve TODO for SERVER-37644Gregory Wlodarek2020-04-171-2/+0
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-171-76/+53
* SERVER-47517 Secondary nodes will always try to vote for committing the index...Gregory Wlodarek2020-04-171-7/+27
* SERVER-45933 index builds support maxTimeMS through createIndexes interruptionsBenety Goh2020-04-161-9/+0
* SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on ...Suganthi Mani2020-04-161-1/+11
* Revert "SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit qu...Benety Goh2020-04-161-11/+1
* SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on ...Suganthi Mani2020-04-151-1/+11
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-51/+36
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-116/+120
* SERVER-43044 IndexBuildsCoordinatorMongod reports operation statistics for sl...Gregory Wlodarek2020-04-091-0/+6
* SERVER-47252 IndexBuildsCoordinator stops using CollectionIndexBuildsTrackerBenety Goh2020-04-091-20/+21
* SERVER-46976 Enable commit quorum in rollback_waits_for_bgindex_completion.jsLouis Williams2020-04-081-2/+2
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-2/+2
* SERVER-46595 ignore interruptions in OpCtx when starting index buildBenety Goh2020-04-071-1/+4
* SERVER-39458 Continuously drain side writes while waiting for next index buil...Louis Williams2020-04-031-13/+46
* SERVER-47155 Limit the number of simultaneous index builds running from user ...Gregory Wlodarek2020-04-021-9/+80
* Revert "SERVER-39423 Secondaries already possessing an index replicated via s...Gregory Wlodarek2020-03-271-27/+0
* Revert "SERVER-47095 Secondaries voting to commit index builds already existi...Gregory Wlodarek2020-03-271-24/+2
* SERVER-45055 Startup recovery should work with more than one unfinished two-p...Louis Williams2020-03-261-1/+0
* SERVER-47095 Secondaries voting to commit index builds already existing shoul...Gregory Wlodarek2020-03-251-2/+24
* SERVER-46704 IndexBuildsCoordinatorMongod::voteCommitIndexBuild should not pe...Suganthi Mani2020-03-191-38/+19