summaryrefslogtreecommitdiff
path: root/src/mongo/client/read_preference.cpp
AgeCommit message (Expand)Author
2024-09-12SERVER-92062 SERVER-92063 Log warning when hedging options are specified (#26...Patrick Freed
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-04-15SERVER-89289 Optimize TagSet comparisonsMark Benvenuto
2024-04-11SERVER-88214 Use IDL for serializing ReadPreferenceSetting (#20639)Patrick Freed
2024-04-06Revert "SERVER-88953 ServerParameter onUpdate handlers accept OperationContex...auto-revert-processor
2024-04-06SERVER-88953 ServerParameter onUpdate handlers accept OperationContext (#20690)Matt Broadstone
2024-02-04SERVER-85907 Make replica set endpoint skip readPreference retargetingCheahuychou Mao
2024-02-04Revert "SERVER-85907 Make replica set endpoint skip readPreference retargetin...Tommaso Tocci
2024-02-02SERVER-85907 Make replica set endpoint skip readPreference retargeting (#18514)Cheahuychou Mao
2024-02-01SERVER-80296 Refactor command request processing path to reduce BSON parsing ...Alex Li
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-05-23SERVER-76919 add gen command fields to queryStats keyMaddie Zechar
2022-08-30SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks
2022-07-27SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue
2022-07-26SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong
2021-05-21SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPrefere...Mihai Andrei
2020-07-13SERVER-48936 Add stubs for the donor commandsLuis Osta
2020-03-18SERVER-38731 Implement ability to specify sync source read preference in init...Matthew Russotto
2020-02-19SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...Cheahuychou Mao
2020-01-25SERVER-45440 Add support for implicit operation hedging when using readPrefer...Cheahuychou Mao
2020-01-23SERVER-45439 Add support for per operation hedging via an explicit read prefe...Cheahuychou Mao
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-19SERVER-37522 Add a missing quote to error message.Oleg Pudeyev
2017-05-12SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn
2017-05-12SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn
2016-12-12SERVER-26927 support integer values for maxStalenessSecondsMisha Tyulenev
2016-11-15SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doublesKaloian Manassiev
2016-07-19SERVER-24676 implement support for maxStalenessMS in ReplicaSetMonitorMisha Tyulenev
2016-07-08SERVER-24675 Add maxStalenessMS to ReadPreferenceSettingMisha Tyulenev
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2015-10-06SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin
2015-07-27SERVER-19514 Avoid static initialization dependency in TagSet default constru...Spencer T Brody
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-09SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev
2015-05-21SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy
2015-05-12SERVER-18418 Remote command targeterKaloian Manassiev