[Tarantool-patches] [PATCH vshard 5/7] router: keep known bucket count stat up to date

Oleg Babin olegrok at tarantool.org
Fri May 1 20:01:10 MSK 2020


Thanks for the patch. LGTM.

On 01/05/2020 03:16, Vladislav Shpilevoy wrote:
> Known bucket count was calculated on demand when router.info() was
> called. Now it is going to be needed for advanced discovery. The
> optimization will be that if known bucket count is equal to total
> bucket count, the discovery enters 'idle' mode, when it works much
> less aggressive, therefore reducing load on the cluster. Which can
> be quite big when bucket count is huge.
> 
> Part of #210


More information about the Tarantool-patches mailing list