summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-6/+5
* SERVER-77025 Wait for index builds to complete on conflicting command applica...Josef Ahmad2023-05-121-1/+4
* SERVER-74210 Improve createIndexes errmsg on secondary abortJosef Ahmad2023-05-111-0/+9
* SERVER-76777 Retry lock coll lock acquisition on self abortYu Jin Kang Park2023-05-111-38/+117
* SERVER-76915 Unregister index build if no cleanup is required in shutdown pathYu Jin Kang Park2023-05-091-35/+26
* SERVER-75644 Abort an index build locally if the build state hasn't yet repli...Josef Ahmad2023-05-031-4/+15
* SERVER-74873 Add concurrency test for aborted index buildsYu Jin Kang Park2023-04-281-17/+35
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+1
* SERVER-76170 Disallow vote abort if the node already voted commit for index b...Yu Jin Kang Park2023-04-251-6/+10
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+7
* SERVER-68262 Enable featureFlagIndexBuildGracefulErrorHandlingJosef Ahmad2023-04-241-6/+14
* SERVER-73333 Check available disk space before starting an index buildYu Jin Kang Park2023-04-201-0/+23
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-4/+7
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-2/+3
* SERVER-73336 Add index build metric and logging for data corruption and insuf...Yu Jin Kang Park2023-04-121-0/+8
* SERVER-74909 Create jstest that tenants with same collection names can run co...mathisbessamdb2023-04-101-0/+7
* SERVER-75588 Fix DiskSpaceMonitor index build abort metricsYu Jin Kang Park2023-04-051-19/+22
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-3/+6
* SERVER-75308 Fix race between external and internal index build abortsJosef Ahmad2023-04-041-0/+3
* SERVER-75083 Make index build step-up checks resilient to concurrent commitYu Jin Kang Park2023-04-031-38/+42
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-3/+3
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-7/+0
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-6/+6
* SERVER-71669 Remove TODO to no longer use StringData when manipulating TenantIdsmathisbessamdb2023-03-171-26/+1
* SERVER-74194 Secondaries can kill index builds due to insufficient disk space...Louis Williams2023-03-171-63/+85
* SERVER-73331 Abort index builds on step-up if there are skipped recordsYu Jin Kang Park2023-03-141-0/+82
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ...Yu Jin Kang Park2023-03-141-6/+8
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+7
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-3/+2
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-6/+5
* SERVER-72093 Drop indexes with conflicting specs during Initial SyncDianna Hohensee2023-03-011-0/+10
* SERVER-73335 Kill index builds on primaries when disk space is lowLouis Williams2023-02-241-0/+62
* SERVER-73294 Signal primary node for aborting index builds on failureYu Jin Kang Park2023-02-231-160/+239
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-2/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-2/+2
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-6/+18
* SERVER-73858 add IndexBuildsCoordinator::isCreateIndexesErrorSafeToIgnore()Benety Goh2023-02-111-8/+11
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-2/+2
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-2/+4
* SERVER-73266 Avoid retaking RSTL without timeout at index build commitGregory Noma2023-01-311-2/+3
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-2/+2
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-2/+2
* SERVER-71862 Return index build result from duplicate `createIndexes`Gregory Noma2023-01-261-1/+1
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-41/+8
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-091-0/+31
* SERVER-71769 Add a new log message when a secondary node is skipping a two-ph...Gregory Wlodarek2022-12-081-1/+15
* Revert "SERVER-71187 Index Build Coordinator to use TenantId object instead o...mathisbessamdb2022-12-071-14/+6