summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71818: Use the new cluster paramKshitij Gupta2022-12-071-31/+1
|
* SERVER-71593: ClusterRole can take on both shard server and config server ↵Kshitij Gupta2022-11-281-1/+30
| | | | values concurrently.
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-2/+2
|
* SERVER-66620 Refactor _runDowngradeEvelyn Wu2022-08-031-11/+0
|
* SERVER-67086 Fix gTimeseriesMetricIndexes usageGregory Wlodarek2022-06-081-9/+0
|
* SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik2021-12-031-0/+7
|
* SERVER-6849 Remove --cpu flagBenety Goh2021-11-151-2/+0
|
* SERVER-60576 Add new FCV helper for detecting downgrades from kLatestGregory Wlodarek2021-10-251-0/+11
|
* SERVER-60575 On upgrade, add the catalog flag that indicates that a ↵Gregory Wlodarek2021-10-221-0/+9
| | | | time-series bucket may have mixed-schema data
* SERVER-59760 Generate FCV enum order consistent with existing convention.Vishnu Kaushik2021-09-091-37/+0
|
* SERVER-59764 removed 'const' from the by-value return typeVishnu Kaushik2021-09-091-2/+2
|
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace ↵Vishnu Kaushik2021-09-011-54/+22
| | | | references with generated FCV constants
* SERVER-50761 Crash the shell on invalid BSON errors on server responses from ↵Dianna Hohensee2021-08-041-0/+4
| | | | | | | | | | | outgoing connections in all of the jstestfuzz test suites. Combine a new shell parameter --crashOnInvalidBSONError with --objcheck in the shell for all jstestfuzz test suites. --objcheck in the shell turns on BSON validation on responses from outgoing connections to the server. --crashOnInvalidBSONError crashes the shell if that extra BSON validation encounters an error, and attempts to log the invalid BSON for debugging.
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-34/+28
|
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-24/+3
|
* SERVER-54434 Update FCV constants to recognize 5.0 as latestJon Streets2021-04-071-7/+12
|
* SERVER-50421-2 Rename global server parameter validateFeaturesAsMaster to ↵Huayu Ouyang2020-10-101-1/+1
| | | | validateFeaturesAsPrimary
* SERVER-50849 Update FCV constants to recognize 4.9 as latestA. Jesse Jiryu Davis2020-10-081-36/+42
|
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-9/+15
|
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard ↵Jason Chan2020-09-241-5/+10
| | | | server from lastLTS FCV to lastContinuousFCV
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-1/+2
|
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-14/+17
|
* SERVER-50142: remove redundant isUpgradingOrDowngrading functionGrace Luong2020-08-061-5/+0
|
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-28/+26
|
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-311-0/+5
|
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+38
|
* SERVER-49069: Add startup warning when arbiter is running a quarterly versionGrace Luong2020-07-151-0/+3
|
* SERVER-49269: Add 'previousVersion' field to FCV document when in ↵Lingzhi Deng2020-07-151-0/+10
| | | | downgrading states
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+2
|
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-13/+13
|
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-0/+4
|
* SERVER-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour2020-06-231-3/+0
|
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-24/+24
| | | | | | | | | | | | | | SERVER-46589 Update Execution-related generic upgrade/downgrade references SERVER-46587 Update Replication-related generic upgrade/downgrade references SERVER-46839 Update Sharding-related generic upgrade/downgrade references SERVER-46590 Update Query-related generic upgrade/downgrade references SERVER-46318 Bump wire protocol version for 4.6 SERVER-46313 Bump Powercycle FCV
* SERVER-46563 use pipe instead of SIGUSR2 for interfork commsBilly Donahue2020-03-161-2/+1
|
* SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin2020-02-281-1/+0
| | | | formatter
* SERVER-40883 Remove the --noIndexBuildRetry server parameter flag and the ↵Gregory Wlodarek2020-02-141-2/+0
| | | | storage.indexBuildRetry config file option
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-131-0/+2
| | | | Removed option for ctime as it is not allowed in Extended JSON.
* SERVER-44939 allow replication across config versionsPavithra Vetriselvan2020-01-301-3/+2
|
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+1
|
* SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin2019-10-081-1/+3
|
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-1/+2
|
* SERVER-36390 Removed unused getVersionUnsafe() functionXuerui Fa2019-08-271-11/+0
|
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-27/+27
| | | | | | | SERVER-42162 Update Execution-related generic upgrade/downgrade references SERVER-42642 Update Replication-related generic upgrade/downgrade references SERVER-42592 Update Sharding-related generic upgrade/downgrade references SERVER-42794 Update Query-related generic upgrade/downgrade references SERVER-41545 Bump wire protocol version for 4.4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+9
|
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
|
* SERVER-40928 mongocryptd --help output list incorrect default portMark Benvenuto2019-06-101-4/+7
|
* SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the ↵Dianna2019-05-221-0/+2
| | | | storage.indexBuildRetry config file option
* SERVER-39499 Migrate base server options to IDLSara Golemon2019-02-161-0/+1
|
* 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-38705 Remove the --noIndexBuildRetry server parameter flag and the ↵Gregory Wlodarek2019-01-171-2/+0
| | | | storage.indexBuildRetry config file option