Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Remove the Overseer ClusterStateUpdater thread and associated Zookeeper queue at <chroot>/overseer/queue.
Change cluster state updates so that each (Collection API) command execution does the update directly in Zookeeper using optimistic locking (Compare and Swap on the state.json Zookeeper files).
Following this change cluster state updates would still be happening only from the Overseer node (that's where Collection API commands are executing), but the code will be ready for distribution once such commands can be executed by any node (other work done in the context of parent task SOLR-14927).
See the Cluster State Updater section in the Removing Overseer doc.