Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
Execution Team 2022-03-07, Execution Team 2022-03-21
Description
Currently, TemporarilyUnavailableException::kRetryBackoff is set to 100 milliseconds, which doesn't seem like enough delay to give the retry of the operation a good chance to succeed. I recommend we change this value to at least 2 seconds, and keep the number of retries hardcoded at "3". Thus, with linear increasing of the delay for each retry, prior to the last retry the delay will be 6 seconds, which doesn't seem unreasonable for an overloaded system. Control of this delay server-side is important since returning a retriable error immediately with no retrying will typically result in immediate retry by the drivers with no delay.
Attachments
Issue Links
- is documented by
-
DOCS-15168 [SERVER] set TemporarilyUnavailableException RetryBackoff higher
-
- Closed
-
- is related to
-
SERVER-60839 Introduce a TemporarilyUnavailable error type
-
- Closed
-