summaryrefslogtreecommitdiff
path: root/src/mongo/db/snapshot_window_util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot ↵Lingzhi Deng2020-05-071-173/+0
| | | | window adjustment logic
* 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-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 more automatically converted structuredGabriel Russell2020-02-201-16/+23
|
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
| | | | iterate docs
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
|
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
| | | | | | | | | | | - Don't use MONGO_INITIALIZER to declare each fail point. We only need one init task in total: freeze and iterate the registry. - remove MONGO_FAIL_POINT_DECLARE macro (extern) - remove MONGO_FAIL_POINT_SHOULD_FAIL macro (FailPoint::shouldFail) - remove MONGO_FAIL_POINT_BLOCK_IF (FailPoint::executeIf) - remove MONGO_FAIL_POINT_BLOCK (FailPoint::execute) - clean up FailPointRegistry and fail_point_service implementation.
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-021-0/+4
|
* SERVER-41560 default the snapshot window size to 0 when running with the WT ↵Dianna Hohensee2019-07-011-0/+3
| | | | inMemory storage engine
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ↵Dianna Hohensee2019-07-011-22/+36
| | | | | | history window size" This reverts commit 8899b34e1044b08aec7ad9f8546652456472702c.
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ↵Dianna2019-05-171-36/+22
| | | | window size
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-35603 add failpoint to prevent dynamic snapshot history window target ↵Dianna Hohensee2018-06-221-0/+12
| | | | adjustments
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ↵Dianna Hohensee2018-05-251-0/+147
reads