summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl_index_build_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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