summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-5/+6
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-3/+3
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-1/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-41/+54
* SERVER-50539 resumable index builds waits for majority optime with a deadlineBenety Goh2020-08-271-3/+39
* SERVER-50506 make index builds non-resumable when storage engine is encryptedBenety Goh2020-08-251-0/+6
* SERVER-50095 Augment ResumableIndexBuildTest to test that index builds are re...Gregory Noma2020-08-251-1/+2
* SERVER-50446 make index builds non-resumable when commit quorum is disabledBenety Goh2020-08-251-0/+22
* SERVER-50446 move resumable index build checks from IndexBuildsCoordinator::_...Benety Goh2020-08-241-17/+28
* SERVER-50446 IndexBuildsCoordinator provides 'isResumable' info to MultiIndex...Benety Goh2020-08-241-2/+4
* SERVER-50431 Clean up persisted Sorter data if resuming index build failsGregory Noma2020-08-241-0/+19
* SERVER-50446 move checks for index build resumability into a helper functionBenety Goh2020-08-241-3/+23
* SERVER-50391 do not wait for majority commit point while applying startIndexB...Benety Goh2020-08-201-0/+14
* SERVER-49450 Test that index build is restarted if resuming fails on startupSamy Lanka2020-08-181-0/+5
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-1/+5
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-8/+30
* SERVER-50105 check return value from IndexBuildsCoordinator::abortIndexBuildB...Benety Goh2020-08-131-13/+42
* SERVER-48417 Test that multi-node sets resume index builds from the drain wri...Samy Lanka2020-08-111-1/+7
* SERVER-50028 remove unnecessary collection catalog lookup from IndexBuildsMan...Benety Goh2020-08-111-1/+1
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-5/+6
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-18/+47
* SERVER-49448 Interrupt index builds for shutdown during the expected phase in...Gregory Noma2020-08-051-2/+4
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-10/+163
* SERVER-49530 fix final index build phase for oplog recovery as a standalone modeBenety Goh2020-07-281-1/+2
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-2/+4
* SERVER-39562 Repair should handle duplicate unique index keysFaustoleyva542020-07-161-0/+8
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-0/+72
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-011-1/+0
* SERVER-48596 IndexBuildsCoordinator::abortCollectionIndexBuilds() should retu...Gregory Wlodarek2020-06-161-6/+10
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-151-2/+2
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-091-8/+15
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-091-3/+3
* SERVER-47182 remove IndexBuildsCoordinator::IndexBuildOptions::replSetAndNotP...Benety Goh2020-06-051-33/+2
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-0/+15
* SERVER-47182 IndexBuildsCoordinator::createIndex() ignores certain indexing e...Benety Goh2020-06-041-5/+23
* SERVER-47182 IndexBuildsCoordinator::createIndexes() accepts single index specBenety Goh2020-06-041-6/+6
* Revert "SERVER-48332 Failed initial sync attempts should abort all in-progres...Gregory Wlodarek2020-06-041-15/+0
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-0/+15
* SERVER-47536 Test the behaviour of sending a killOp to an index builder threa...Gregory Wlodarek2020-06-041-1/+13
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-2/+5
* SERVER-48062 Index build abort should not be interrupted by stepdownLouis Williams2020-06-021-0/+12
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-021-0/+10
* Revert "SERVER-48413 Add evergreen builder for resumable index builds"Gregory Noma2020-06-021-10/+0
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-011-0/+10
* SERVER-48355 Log cleanupHenrik Edin2020-05-271-34/+39
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-2/+9
* SERVER-48335 Indexes rebuilt via rollback-via-refetch should not retry skippe...Louis Williams2020-05-211-1/+7
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-1/+1
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-52/+67
* SERVER-48160 IndexBuildsCoordinator::_tryAbort() proceeds with abort if index...Benety Goh2020-05-141-8/+10