mirror of https://github.com/apache/lucene.git
SOLR-7636: Update from ZK before returning the status
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cab7d103d6
commit
25a822bbb1
|
@ -58,6 +58,7 @@ public class ClusterStatus {
|
|||
@SuppressWarnings("unchecked")
|
||||
public void getClusterStatus(NamedList results)
|
||||
throws KeeperException, InterruptedException {
|
||||
zkStateReader.updateClusterState(true);
|
||||
|
||||
|
||||
// read aliases
|
||||
|
|
Loading…
Reference in New Issue