summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl_index_build_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74873 Add concurrency test for aborted index buildsYu Jin Kang Park2023-04-281-11/+3
* SERVER-76170 Disallow vote abort if the node already voted commit for index b...Yu Jin Kang Park2023-04-251-1/+18
* SERVER-68262 Enable featureFlagIndexBuildGracefulErrorHandlingJosef Ahmad2023-04-241-3/+18
* SERVER-75680 Cancel and clear vote callback in forceSelfAbortYu Jin Kang Park2023-04-111-5/+19
* SERVER-75588 Fix DiskSpaceMonitor index build abort metricsYu Jin Kang Park2023-04-051-2/+2
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+3
* SERVER-75308 Fix race between external and internal index build abortsJosef Ahmad2023-04-041-1/+7
* SERVER-75083 Make index build step-up checks resilient to concurrent commitYu Jin Kang Park2023-04-031-31/+41
* SERVER-74194 Secondaries can kill index builds due to insufficient disk space...Louis Williams2023-03-171-63/+120
* SERVER-73294 Signal primary node for aborting index builds on failureYu Jin Kang Park2023-02-231-25/+101
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-4/+5
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-061-2/+1
* SERVER-66776 Clean up index builds for errors during setupYuhong Zhang2022-10-181-1/+7
* SERVER-66776 Make ReplIndexBuildState::tryAbort() a no-op if a concurrent ope...Yuhong Zhang2022-10-181-0/+4
* SERVER-67437 Store DatabaseName on ReplIndexBuildStateSophia Tan2022-09-151-2/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-60791 add replication state to listIndexes indexBuildInfo sectionBenety Goh2022-05-201-1/+11
* SERVER-60791 add opid and resumable index build info to listIndexes indexBuil...Benety Goh2022-05-191-0/+9
* Revert "SERVER-60791 add opid and resumable index build info to listIndexes i...Benety Goh2022-05-181-9/+0
* Revert "SERVER-60791 add replication state to listIndexes indexBuildInfo sect...Benety Goh2022-05-181-11/+1
* SERVER-60791 add replication state to listIndexes indexBuildInfo sectionBenety Goh2022-05-171-1/+11
* SERVER-60791 add opid and resumable index build info to listIndexes indexBuil...Benety Goh2022-05-171-0/+9
* SERVER-60791 add appendBuildInfo() method to IndexBuildsCoordinator and index...Benety Goh2022-05-161-0/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-1/+1
* SERVER-62229 Allow applying index build abort entry when in recoverFromOplogA...Pavi Vetriselvan2022-02-081-1/+2
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-051-6/+27
* SERVER-46995 restrict visibility of ReplIndexBuildState fields protected by m...Benety Goh2020-10-161-67/+67
* SERVER-46995 add ReplIndexBuildState::onConflictWithNewIndexBuild()Benety Goh2020-10-161-0/+39
* SERVER-46995 add methods for synchronizing IndexBuildAction to ReplIndexBuild...Benety Goh2020-10-161-0/+20
* SERVER-46995 add ReplIndexBuildState methods for updating vote request callba...Benety Goh2020-10-161-0/+17
* SERVER-46995 move index completion logic from IndexBuildsCoordinator into Rep...Benety Goh2020-10-161-0/+72
* SERVER-46995 move pre-commit and abort logic from IndesBuildsCoordinator into...Benety Goh2020-10-161-0/+188
* SERVER-46995 convert ReplIndexBuildState to class and un-inline. add methods ...Benety Goh2020-10-161-0/+125