summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-46917 Index builder on receiving commit/abort signal should cancel the...Suganthi Mani2020-03-181-14/+24
* SERVER-39423 Secondaries already possessing an index replicated via startInde...Gregory Wlodarek2020-03-181-0/+27
* SERVER-46910 Make index build cleanup to catch all shutdown errors.Suganthi Mani2020-03-171-25/+18
* SERVER-46910 2 phase index builds should not try to vote when shutdown is in ...Suganthi Mani2020-03-171-1/+3
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-8/+4
* SERVER-46397 When an index build abort is received after a stepDown, wait for...Louis Williams2020-03-111-23/+35
* SERVER-46397 add missing 'break'Louis Williams2020-03-101-0/+1
* SERVER-46397 Only report an index build as aborted if it is currently abortin...Louis Williams2020-03-101-19/+26
* SERVER-46664 runCmdOnPrimaryAndAwaitResponse() should not run DBDirect client...Suganthi Mani2020-03-091-5/+12