summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/drop_pending_collection_reaper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-7/+7
| | | | Added LOGV2_FATAL_NOTRACE and LOGV2_CONTINUE to have different behavior.
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-17/+24
|
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-7/+7
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+30
|
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
|
* SERVER-42834: Register an onRollback handler when adding a drop pending ↵Daniel Gottlieb2019-08-211-4/+23
| | | | namespace.
* Revert "SERVER-39957 Two-phase drop by rename should wait until dropOptime ↵Mathew Robinson2019-03-131-20/+1
| | | | | | is both checkpointed and majority committed" This reverts commit c7e6cd6803e584a6951469e74af93ec3a7a47148.
* SERVER-39957 Two-phase drop by rename should wait until dropOptime is both ↵Xiangyu Yao2019-03-121-1/+20
| | | | checkpointed and majority committed
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38479 allow lock acquisition interruptions in ↵Eric Milkie2019-01-071-1/+7
| | | | StorageInterface::createCollection and dropCollection
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-34829 Drop pending reaper must not delete the _dropPendingNamespaces ↵Dianna Hohensee2018-05-071-15/+32
| | | | entry until after the drop occurs
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-311-7/+0
|
* SERVER-30150 DropPendingCollectionReaper::rollBackDropPendingCollection() ↵Benety Goh2017-07-211-15/+15
| | | | | | | | rolls back at most one drop-pending collection. Since it is now possible for multiple drop-pending collections (in different databases) to be linked to the same drop optime, this function requires the fully qualified original collection optime to be able to locate the correct entry in the drop pending collection multimap.
* SERVER-30150 DropPendingCollectionReaper supports multiple drop-pending ↵Benety Goh2017-07-201-5/+10
| | | | namespaces per drop optime
* SERVER-30150 remove DropPendingCollectionReaper::dropCollectionAtOpTime()Benety Goh2017-07-201-30/+0
|
* SERVER-29276 adds functions to DropPendingCollectionReaper for rollbackJudah Schvimer2017-06-201-0/+65
|
* SERVER-29273 disable replicated writes when removing drop-pending collectionsBenety Goh2017-05-231-0/+8
|
* SERVER-29273 add DropPendingCollectionReaper to manage drop-pending collectionsBenety Goh2017-05-191-0/+126