summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-69505 Allow `InterruptedAtShutdown` during index build cleanupGregory Noma2022-09-121-1/+3
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-111-5/+2
* Revert "SERVER-69505 Allow `InterruptedAtShutdown` during index build cleanup"auto-revert-processor2022-09-101-3/+1
* SERVER-69505 Allow `InterruptedAtShutdown` during index build cleanupGregory Noma2022-09-091-1/+3
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-061-31/+31
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-3/+2
* SERVER-67138 Change column index key generation to only insert keys for field...Justin Zhang2022-08-191-2/+3
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-13/+33
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-6/+5
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+19
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+4
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-2/+1
* SERVER-67767 Check DbVersion using AutoGetDb instead of DSS's functionAntonio Fuschetto2022-07-051-9/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-10/+38
* SERVER-65796: convert activeIndexBuilds gauge metrics to indexBuilds counter ...Yu Jin Kang Park2022-06-211-9/+12
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-1/+2
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-9/+9
* SERVER-63612 Execute second phase of two-phase index drop immediately for sta...Dianna Hohensee2022-06-031-1/+8
* SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-06-021-10/+30
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-8/+11
* SERVER-60791 add appendBuildInfo() method to IndexBuildsCoordinator and index...Benety Goh2022-05-161-0/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65399 Restart index build if recover in standalone and 'commitIndexBui...Shin Yee Tan2022-04-281-4/+42
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1