summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/oplog_cap_maintainer_thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+5
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-5/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+5
* SERVER-74427 Refactor OplogCapMaintainerThread lifetimeJordi Olivares Provencio2023-04-031-1/+16
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-5/+0
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+5
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-2/+2
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-2/+1
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-3/+6
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-031-4/+1
* SERVER-69593 Allow `InterruptedAtShutdown` in oplog cap maintainerGregory Noma2022-09-121-0/+3
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-6/+7
* SERVER-51841 Correct usage of fassertFailedNoTrace in OplogCapMaintainerThreadLeonardo Menti2022-07-071-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59297 Catch InterruptedDueToStorageChange and continueAdi Zaimi2021-11-151-0/+6
* SERVER-52950 Avoid calculating oplog stones when recoverFromOplogAsStandalone...Gregory Wlodarek2020-12-051-0/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50955 oplog_rollover.js pauses the OplogCapMaintainerThread until trun...Gregory Wlodarek2020-09-251-0/+12
* SERVER-48148 Log cleanup in db/storageHenrik Edin2020-05-151-2/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+2
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-38/+7
* SERVER-46639 Disable Flow Control for the internal OplogCapMaintainerThreadDianna Hohensee2020-03-091-0/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+5
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+3
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-0/+120