Details
Description
We're doing an unnecessary ZkStateReader forced refresh on all Overseer operations. This isn't necessary because ZkStateReader keeps itself up to date.
According to [~shalinmangar]'s analysis, we just need to put a wait loop at the end of addReplica to observe the state change.
Attachments
Attachments
Issue Links
- is a clone of
-
SOLR-8696 Start the Overseer before actions that need the overseer on init and when reconnecting after zk expiration and improve init logic.
- Resolved