[Tarantool-patches] [PATCH vshard 5/5] router: backoff on storage being disabled

Oleg Babin olegrok at tarantool.org
Fri Dec 17 14:09:50 MSK 2021


Thanks for your patch. LGTM.

On 17.12.2021 03:25, Vladislav Shpilevoy wrote:
> If a storage reports it is disabled, then it probably will take
> some time before it can accept new requests.
>
> This patch makes STORAGE_IS_DISABLED error cause the connection's
> backoff. In line with 'access denied' and 'no such function'
> errors. Because the reason for all 3 is the same - the storage is
> not ready to accept requests yet.
>
> Such requests are transparently retried now.
>
> Closes #298


More information about the Tarantool-patches mailing list