summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl_index_build_state.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46995 restrict visibility of ReplIndexBuildState fields protected by ↵Benety Goh2020-10-161-67/+67
| | | | mutex
* SERVER-46995 add ReplIndexBuildState::onConflictWithNewIndexBuild()Benety Goh2020-10-161-0/+39
|
* SERVER-46995 add methods for synchronizing IndexBuildAction to ↵Benety Goh2020-10-161-0/+20
| | | | ReplIndexBuildState
* SERVER-46995 add ReplIndexBuildState methods for updating vote request ↵Benety Goh2020-10-161-0/+17
| | | | callback handle
* SERVER-46995 move index completion logic from IndexBuildsCoordinator into ↵Benety Goh2020-10-161-0/+72
| | | | ReplIndexBuildState
* SERVER-46995 move pre-commit and abort logic from IndesBuildsCoordinator ↵Benety Goh2020-10-161-0/+188
| | | | into ReplIndexBuildState
* SERVER-46995 convert ReplIndexBuildState to class and un-inline. add methods ↵Benety Goh2020-10-161-0/+125
for resumable index builds