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 had searched in the issues and found no similar issues.
What happened
when the listeners is empty, detectWorkerGroupChanges() may execute at least 1 time, so when next time detectWorkerGroupChanges() executing, mapComparator.getValuesToAdd() can not get the group differences again.
DEFAULT_REFRESH_WORKER_INTERVAL is too big, it will wait a long long time to detect again.
What you expected to happen
when the listeners is empty, mapComparator should always keeps the differences.
Search before asking
What happened
when the
listeners
is empty,detectWorkerGroupChanges()
may execute at least 1 time, so when next timedetectWorkerGroupChanges()
executing,mapComparator.getValuesToAdd()
can not get the group differences again.DEFAULT_REFRESH_WORKER_INTERVAL is too big, it will wait a long long time to detect again.
What you expected to happen
when the
listeners
is empty,mapComparator
should always keeps the differences.How to reproduce
create another worker group, start master-server
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: