summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_general.idl
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64050 Increase TemporarilyUnavailable retry backoff and enable by defaultLouis Williams2022-03-111-7/+0
| | | | | | | | * Alters the base backoff period to 1 second and max retries to 10. * Removes the loadShedding server parameter and enables internal TemporarilyUnavailable retry behavior by default. * TemporarilyUnavailable errors are converted to WriteConflicts when returned inside multi-document transactions.
* SERVER-63340 Add --loadShedding server parameterJosef Ahmad2022-02-091-0/+7
|
* SERVER-50761 Crash the shell on invalid BSON errors on server responses from ↵Dianna Hohensee2021-08-041-0/+5
| | | | | | | | | | | 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-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour2020-06-231-6/+0
|
* SERVER-44242 Fix maxIncomingConnectionsOverride descriptionAmirsaman Memaripour2020-01-141-1/+1
|
* SERVER-44630 Attach logging init and options to integration testsBen Caimano2019-12-021-0/+6
|
* SERVER-41412 Introduce a search_beta_auth suite.David Storch2019-06-051-1/+0
| | | | | | | | | | | | | | This variant of search_beta turns on auth on the cluster, including on the mongotmock, which supports the SCRAM-SHA-1 authentication mechanism. Also configures the pre-existing search_beta_ssl suite to use auth. There are changes in this commit which permit mongotmock to link in the necessary auth-related code and command line parameters without pulling in unnecessary dependencies, or adding new dependencies to mongocryptd.
* SERVER-39132 Separate out options that are not related to mongocryptdMark Benvenuto2019-03-111-49/+0
|
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-161-0/+221