summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/range_deleter_service_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-1/+2
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-1/+1
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-091-0/+11
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+2
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-6/+4
* SERVER-70928 Range Deleter OpObserver should consider the DBExceptions thrown...Silvia Surroca2022-11-021-4/+12
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-1/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-68660 + SERVER-69678 register range deletion tasks with ongoing querie...Silvia Surroca2022-09-151-18/+25
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-4/+5
* SERVER-68778 Range deleter observers must ignore "not yet initialized" except...Pierlauro Sciarelli2022-08-121-4/+27
* SERVER-67849 Implement a range deleter service observerSilvia Surroca2022-08-041-0/+108