summaryrefslogtreecommitdiff
path: root/src/mongo/db/active_index_builds.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73294 Signal primary node for aborting index builds on failureYu Jin Kang Park2023-02-231-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+9
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-67437 Store DatabaseName on ReplIndexBuildStateSophia Tan2022-09-151-3/+1
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-061-2/+5
* SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-06-021-4/+10
* SERVER-60791 add appendBuildInfo() method to IndexBuildsCoordinator and index...Benety Goh2022-05-161-0/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-091-1/+1
* SERVER-57625 Add serverStatus metrics for in-progress index buildsJosef Ahmad2021-09-281-0/+5
* SERVER-51048 Clean up resumable index build log messagesGregory Noma2021-01-141-2/+4
* SERVER-47415 Move data structures for tracking active index builds out of Ind...Brian DeLeonardis2020-11-031-0/+210