GODRIVER-3844 Add maxAdaptiveRetries and enableOverloadRetargeting options for backpressure.#2363
GODRIVER-3844 Add maxAdaptiveRetries and enableOverloadRetargeting options for backpressure.#2363qingyang-hu wants to merge 5 commits intomongodb:masterfrom
maxAdaptiveRetries and enableOverloadRetargeting options for backpressure.#2363Conversation
API Change Report./v2/mongo/optionscompatible changes(*ClientOptions).SetEnableOverloadRetargeting: added ./v2/x/mongo/drivercompatible changesOperation.EnableOverloadRetargeting: added ./v2/x/mongo/driver/authcompatible changesHandshakeOptions.EnableOverloadRetargeting: added ./v2/x/mongo/driver/connstringcompatible changesConnString.EnableOverloadRetargeting: added ./v2/x/mongo/driver/mnetincompatible changesConnection: no longer implements ReadWriteCloser compatible changes(*Connection).Closed: added ./v2/x/mongo/driver/operationcompatible changes(*Aggregate).EnableOverloadRetargeting: added ./v2/x/mongo/driver/sessioncompatible changesClient.EnableOverloadRetargeting: added ./v2/x/mongo/driver/topologycompatible changesWithEnableOverloadRetargeting: added |
🧪 Performance ResultsCommit SHA: 8bcdd80The following benchmark tests for version 69e476d7036fd50007208d7e had statistically significant changes (i.e., |z-score| > 1.96):
For a comprehensive view of all microbenchmark results for this PR's commit, please check out the Evergreen perf task for this patch. |
f2ccd4e to
86be26d
Compare
86be26d to
8bcdd80
Compare
GODRIVER-3844, GODRIVER-3859
Summary
Background & Motivation