summaryrefslogtreecommitdiff
path: root/src/mongo/s/hedge_options_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66829 Refactored extractHedgeOptionsCelina Tala2022-09-201-23/+34
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-10/+9
* SERVER-46646 Disallow hedging for commands that can potentially do writesCheahuychou Mao2020-03-101-4/+23
* SERVER-46472 add maxTimeMSForHedgedReadsMisha Tyulenev2020-03-031-1/+2
* SERVER-46256 Make extractHedgeOptions take in ReadPreferenceSettingCheahuychou Mao2020-02-201-6/+3
* SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...Cheahuychou Mao2020-02-191-21/+1
* SERVER-45947 Make hedging server parameters settable at runtimeCheahuychou Mao2020-02-051-4/+5
* SERVER-45437 Add readHedgingMode serverParameterCheahuychou Mao2020-01-291-1/+1
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-291-0/+68