summaryrefslogtreecommitdiff
path: root/src/mongo/db/startup_warnings_mongod.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-17/+9
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-7/+0
|
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-10/+11
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+7
|
* SERVER-62604 Add new '--restore' storage startup optionGregory Wlodarek2022-01-271-0/+7
|
* SERVER-51233 Warn on startup if vm.max_map_count is too lowVojislav Stojkovic2021-09-271-0/+24
|
* SERVER-49216 rlimit warning does not say which setting it refers toAdam Cooper2020-07-141-15/+17
|
* 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-47077 Clean up log lines in 'mongo/db'samanca2020-04-011-38/+35
| | | | Cleaning up log lines to adhere to the LOGV2 style guide.
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-143/+68
|
* 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-75/+152
|
* SERVER-25985 Remove rlimit check for nProcesses and nFiles during startupGregory Wlodarek2019-08-211-23/+2
|
* SERVER-41453 Raise the minimum file handle limit to trigger a startup warningMathew Robinson2019-08-011-2/+2
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+5
|
* 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-38433 Remove KB2731284 warningMark Benvenuto2018-12-181-6/+0
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-37561 Server startupWarnings show spurious empty linesBen Caimano2018-10-121-2/+3
|
* SERVER-27588 Warning to disable defrag of transparent_hugepages when thp is ↵Ben Caimano2018-09-061-1/+5
| | | | disabled
* SERVER-33706 Remove warning message about Windows FS cache configurationXiangyu Yao2018-05-161-17/+0
|
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ↵Andy Schwerin2018-03-151-12/+0
| | | | RID.
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part ↵Vesselina Ratcheva2018-01-231-11/+0
| | | | | | of a replica set This reverts commit 06b9e9ebf9778293b8425093ada0aa1eb83b594e.
* Revert "SERVER-30347 Fail startup when running wiredTiger with --nojournal ↵Vesselina Ratcheva2018-01-181-0/+11
| | | | | | as part of a replica set" This reverts commit 35c44dbd37c0167cc07420c8ea286ad6edfac7ff.
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part ↵Vesselina Ratcheva2018-01-161-11/+0
| | | | of a replica set
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-101-0/+17
|
* SERVER-30760 Add startupWarning for WiredTiger --nojournalKatherine Walker2017-09-251-0/+11
|
* SERVER-30346 Add startupWarnings for master-slaveKatherine Walker2017-09-211-1/+15
|
* Revert "SERVER-30346 Add startupWarnings for master-slave replication".Katherine Walker2017-09-191-15/+1
|
* SERVER-30346 Add startupWarnings for master-slave replicationkvwalker2017-09-191-1/+15
|
* SERVER-24395 Do not display startup warnings when querying for versionMark Benvenuto2016-08-301-0/+7
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+10
|
* SERVER-23766 Remove beta warning for inMemory storage engineGeert Bosch2016-04-201-9/+0
|
* SERVER-21924 fix formattingKyle Suarez2016-02-231-2/+1
|
* SERVER-21924 startup warnings for storage engineKyle Suarez2016-02-231-0/+18
| | | | | Emit a startup warning in the mongo shell when connected to a mongod running with the inMemory or ephemeralForTest storage engine.
* SERVER-21843 warn user if locked memory limit is too lowMark Benvenuto2015-12-291-6/+29
|
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
|
* SERVER-17527 add startup warning when server is started with web interface ↵Robert Guo2015-09-081-4/+6
| | | | and auth
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-257/+242
|
* SERVER-17036 removed spurious newline in startup warning logs under LinuxBenety Goh2015-01-261-4/+2
|
* SERVER-16643 extend linux transparent huge pages to include 'defrag' parameter.Benety Goh2015-01-151-49/+121
| | | | | | | | | | | | | At startup under Linux, mongod will check the following files: /sys/kernel/mm/transparent_hugepage/enabled /sys/kernel/mm/transparent_hugepage/defrag and produce a warning if either of these parameters are set to [always]. The recommended setting is [never] for both parameters. See: http://docs.mongodb.org/manual/administration/production-notes/#recommended-configuration
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
|
* SERVER-16025: Enable Ulimit Warning for LinuxMark Benvenuto2014-11-131-0/+3
|
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
|
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
|
* SERVER-14668 Remove 'experimental doc locking legacy code'Kaloian Manassiev2014-10-081-14/+0
| | | | | | o Cleans up references to the experimental doc locking code. o Removes the 'old' lock manager. o Moves the 'new' lock manager out of the 'newlm' namespace.
* SERVER-12637: log a startup warning when mongod/mongos is run as root.Amalia Hawkins2014-09-111-0/+291