Skip to content

Commit

Permalink
Fix errant commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Oct 15, 2018
1 parent d319cc3 commit 60c15be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void testSimpleUpdateNumberOfReplicas() throws Exception {

final long afterStartingAnotherNodeVersion =
client().admin().cluster().prepareState().get().getState().metaData().index("test").getSettingsVersion();
mit -

logger.info("Running Cluster Health");
clusterHealth = client().admin().cluster().prepareHealth().setWaitForEvents(Priority.LANGUID).setWaitForGreenStatus().setWaitForNoRelocatingShards(true).setWaitForNodes(">=3").execute().actionGet();
logger.info("Done Cluster Health, status {}", clusterHealth.getStatus());
Expand Down

0 comments on commit 60c15be

Please sign in to comment.