You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Motivation
Now, when Coordinator server failover and restart, it cost extremely long time to recover memory from Zookeeper.
In my test, for a cluster with 100 tables and 102400 buckets, it cost 819s to execute initCoordinatorContext()
Solution
We can get data from Zookeeper asynchronously instead of current synchronous way. No response