-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
We found there are cases after controller leadership switch, periodic rebalancer won't work as expected.
This is caused by the definition here:
private static final ScheduledExecutorService _periodicalRebalanceExecutor =
Executors.newSingleThreadScheduledExecutor();
It should not be 'static'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working