summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl_index_build_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50230 fix Coverity analysis defect 114677: Uninitialized scalar fieldBenety Goh2020-08-271-1/+1
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-0/+6
* SERVER-48440 Fixed Windows compilation for Visual Studio 2019 version 16.6.0 ...Marcos José Grillo Ramírez2020-05-281-1/+1
* Revert "SERVER-47982 Fixed Windows compilation for Visual Studio 2019 version...Marcos José Grillo Ramírez2020-05-281-1/+1
* SERVER-47982 Fixed Windows compilation for Visual Studio 2019 version 16.6.0Marcos José Grillo Ramírez2020-05-281-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-0/+4
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-28/+40
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-11/+18
* Revert "SERVER-39423 Secondaries already possessing an index replicated via s...Gregory Wlodarek2020-03-271-3/+0
* SERVER-39423 Secondaries already possessing an index replicated via startInde...Gregory Wlodarek2020-03-181-0/+3
* SERVER-46397 When an index build abort is received after a stepDown, wait for...Louis Williams2020-03-111-2/+2
* SERVER-46397 Only report an index build as aborted if it is currently abortin...Louis Williams2020-03-101-3/+5
* SERVER-46734 Disable the index state transition check.Suganthi Mani2020-03-091-0/+2
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-13/+158
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-031-1/+1
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-1/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-39239 add fields to ReplIndexBuildState to support commitIndexBuild an...Benety Goh2019-09-201-0/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-6/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+16
* SERVER-41445 Remove anonymous namespace from `repl_index_build_state.h`.ADAM David Alan Martin2019-06-031-18/+16
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-6/+8
* SERVER-39369 Syncronously filter out in-progress/ready indexes in index build...Dianna Hohensee2019-02-221-11/+21
* SERVER-39368 refactor IndexBuildsCoordinator::_runIndexBuild to facilitate fu...Dianna Hohensee2019-02-111-2/+6
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-3/+6
* SERVER-37979 Remove prepareIndexBuild from IndexBuildEntryGregory Wlodarek2019-02-091-4/+0
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-311-0/+6
* SERVER-37643 refine IndexBuildsCoordinator and IndexBuildsManager interfaces ...Benety Goh2019-01-181-1/+5
* SERVER-38578 Replace Future with SharedSemiFuture and Promise with SharedProm...Dianna Hohensee2018-12-211-6/+3
* SERVER-37636 Establish an index builds interface through which to access and ...Dianna Hohensee2018-11-281-0/+123