Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In SOLR-7636 we moved the ClusterStatus call to the CollectionsHandler so that they can be served by their individual nodes.
In SOLR-7907 we removed the exclusivity checks which were present in the Overseer for ClusterStatus but looks like we forgot to remove OverseerCollectionMessageHandler#getClusterStatus
We should remove the method as it's not used and was moved to a separate class - ClusterStatus.java