Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-62215 Improve the error message for logRotate command | Erwin Pe | 2022-01-25 | 1 | -9/+16 |
| | |||||
* | SERVER-61616 Add allowedWithTenant() command property | Sara Golemon | 2021-12-20 | 1 | -6/+25 |
| | |||||
* | SERVER-59294 Check action type for oidReset | Erwin Pe | 2021-09-30 | 1 | -2/+10 |
| | |||||
* | SERVER-59130 Convert generic server commands to IDL | Sara Golemon | 2021-08-23 | 1 | -242/+202 |
| | |||||
* | SERVER-47198 rotateLogs: tolerate unexpectedly missing or unexpectedly ↵ | Billy Donahue | 2021-06-28 | 1 | -4/+5 |
| | | | | existing files | ||||
* | SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber | Bynn Lee | 2021-03-05 | 1 | -1/+2 |
| | |||||
* | Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber" | Bynn Lee | 2021-02-25 | 1 | -2/+1 |
| | | | | This reverts commit 3307ba57eef2dfff9abe2413e39058ac9451ec04. | ||||
* | SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber | Bynn Lee | 2021-02-22 | 1 | -1/+2 |
| | |||||
* | SERVER-19470 logRotate - Currently rotates both audit log and server log | Shreyas Kalyan | 2020-12-11 | 1 | -4/+12 |
| | |||||
* | SERVER-51136 Test resuming multiple index builds for rollback | Gregory Noma | 2020-11-03 | 1 | -1/+4 |
| | |||||
* | SERVER-51275 Synchronize starting the parallel shell with rollback in ↵ | Gregory Noma | 2020-10-08 | 1 | -0/+3 |
| | | | | RollbackResumableIndexBuildTest | ||||
* | SERVER-49768 Remove logv1 logger components, and make rotation a callback list | Sara Golemon | 2020-08-18 | 1 | -1/+0 |
| | |||||
* | SERVER-47735 change mongo source over to logv2 | Billy Donahue | 2020-04-26 | 1 | -1/+0 |
| | | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | ||||
* | SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appender | Henrik Edin | 2020-04-15 | 1 | -9/+3 |
| | |||||
* | SERVER-46954 Make shutdown command on mongos accept timeoutSecs | Pavi Vetriselvan | 2020-04-15 | 1 | -41/+0 |
| | |||||
* | SERVER-46584 Move rotateLogs into a log_util header under logv2. | Henrik Edin | 2020-03-05 | 1 | -3/+4 |
| | |||||
* | SERVER-45567 removing util/log.h where I can | Gabriel Russell | 2020-02-28 | 1 | -0/+1 |
| | |||||
* | SERVER-45869 automatically converted structured logging | Gabriel Russell | 2020-02-13 | 1 | -1/+2 |
| | |||||
* | SERVER-45989 Log files are opened in shared mode on Windows. | Henrik Edin | 2020-02-07 | 1 | -1/+1 |
| | | | | | | | | | | Added fstream abstraction for Windows that does this. Log rotation is now behaving like the old log system create mode 100644 src/mongo/logv2/file_rotate_sink.cpp create mode 100644 src/mongo/logv2/file_rotate_sink.h create mode 100644 src/mongo/logv2/shared_access_fstream.cpp create mode 100644 src/mongo/logv2/shared_access_fstream.h | ||||
* | SERVER-40506 hostInfo & FTDC to report container vCPU | Billy Donahue | 2020-02-05 | 1 | -1/+1 |
| | |||||
* | SERVER-44142 correctly utilize LogSeverity in logv2 | Gabriel Russell | 2019-11-25 | 1 | -3/+3 |
| | |||||
* | SERVER-43746 logv2 Tee and RamLog | Gabriel Russell | 2019-10-16 | 1 | -21/+37 |
| | |||||
* | SERVER-42726 enable logging via logv2 | Gabriel Russell | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | SERVER-43317 merge failpoint headers. Rewrite docs. | Billy Donahue | 2019-10-03 | 1 | -1/+0 |
| | | | | iterate docs | ||||
* | SERVER-43119 FailPoint cleanup | Billy Donahue | 2019-09-10 | 1 | -8/+6 |
| | | | | | | | | | | | - 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-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -3/+1 |
| | |||||
* | SERVER-9763 Remove BSONObjBuilder append unsigned method | Alya Berciu | 2019-07-03 | 1 | -6/+6 |
| | |||||
* | SERVER-38994 step down on SIGTERM | Jason Carey | 2019-03-15 | 1 | -2/+5 |
| | | | | | | Check to see if we've entered shutdown from a shutdown command. If not, and if the replication machinery is up, attempt a shutdown in the style of a default shutdown command. | ||||
* | SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They ↵ | Matt Lord | 2019-03-08 | 1 | -1/+2 |
| | | | | Differ | ||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -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 license | Ramon Fernandez | 2018-10-22 | 1 | -14/+16 |
| | |||||
* | SERVER-35275 rename fail point FP macros, improve docs | Billy Donahue | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | SERVER-34653 MONGO_REGISTER_TEST_COMMAND | Billy Donahue | 2018-05-16 | 1 | -7/+1 |
| | |||||
* | SERVER-34628 Really remove appendCommandStatus | Mathias Stearn | 2018-05-08 | 1 | -12/+7 |
| | | | | | | | | | | All remaining callers are transitioned to some form of usassert. This was done with an elaborate set of vim macros to make this tractable. Therefore it should not be considered an example of the best way to write new code, just as an improvement on what was there before. In particular, I couldn't easily remove Status's that are named then only used once in uassertStatusOK, nor could I convert the pattern of checking a StatusWith<T>'s getStatus() then calling getValue() to just call uassertStatusOK(returnsStatusWith()). | ||||
* | SERVER-34805 Refactor the network libraries and move messages types to ↵ | Andrew Morrow | 2018-05-05 | 1 | -1/+1 |
| | | | | rpc/protocol | ||||
* | SERVER-34307 replace invariant(false) with MONGO_UNREACHABLE | Benety Goh | 2018-04-04 | 1 | -1/+0 |
| | |||||
* | SERVER-33889 Strip out commands and libraries from embedded | Andrew Morrow | 2018-04-02 | 1 | -0/+193 |
| | |||||
* | SERVER-33980 Reduce dependencies for embedded commands | Andrew Morrow | 2018-03-29 | 1 | -0/+178 |