summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-71187 Index Build Coordinator to use TenantId object instead of String...mathisbessamdb2022-12-071-6/+14
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-111-3/+34
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-2/+2
* SERVER-70038 Deprioritize long running index build stepsJordi Olivares Provencio2022-10-261-0/+12
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-23/+29
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-1/+1
* SERVER-66776 Clean up index builds for errors during setupYuhong Zhang2022-10-181-8/+34
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-131-4/+5
* SERVER-69264 Fail time-series index builds due to mixed schema only at commit...Gregory Noma2022-10-051-3/+1
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-031-3/+2
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-73/+70
* SERVER-64760 Correctly timestamp catalog writes for index recovery when an op...Gregory Wlodarek2022-09-231-15/+12
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-7/+7
* SERVER-69530 Skip sharding DB check during index buildsJordi Olivares Provencio2022-09-201-1/+5
* SERVER-63257 Convert NamespaceNotFound error on config.system.indexBuilds to ...Matthew Saltz2022-09-191-1/+10
* SERVER-67383 Use `CollectionNamespaceOrUUIDLock` to lock collections via UUIDGregory Noma2022-09-161-10/+10
* SERVER-69677 Make "unexpected error code during index build cleanup" a test-o...Louis Williams2022-09-161-3/+39
* SERVER-67437 Store DatabaseName on ReplIndexBuildStateSophia Tan2022-09-151-43/+16
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+0
* SERVER-60753 Skip removing index build entries explicitly from 'config.system...Gregory Wlodarek2022-09-121-2/+3