summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/roll_back_local_operations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* 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-46389 Improve replication log line styleTess Avitabile2020-03-171-2/+3
|
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-2/+2
|
* 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-1/+5
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+7
|
* SERVER-41261 Use the oplog entry after the common point to calculate ↵Jason Chan2019-07-121-3/+13
| | | | rollbackTimeLimitSecs
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* 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-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-28/+13
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-301-2/+19
|
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-2/+2
|
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-44/+42
|
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+1
|
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
|
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes ↵Pavithra Vetriselvan2017-11-161-7/+7
| | | | toStringLong()
* SERVER-31819 Log every oplog operation that gets rolled backWilliam Schultz2017-11-061-0/+3
|
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-101-3/+3
|
* Revert "SERVER-30541 Remove unnecessary rollback log message prefixes"William Schultz2017-08-091-3/+3
| | | | This reverts commit 60ca5426e3903775654c12f874828baf24e05b13.
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-091-3/+3
|
* SERVER-30501 Create rollback logging componentJudah Schvimer2017-08-071-1/+1
|
* SERVER-29470 Create new files for rollback code for collections without UUIDsAllison Chang2017-06-211-0/+11
|
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-9/+10
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-139/+127
|
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+197