Skip to content

Commit

Permalink
Make sure that settings are propagated to all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
imotov committed Apr 11, 2013
1 parent 2dfcc3c commit 00c035f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void run() {
});
client1.admin().cluster().prepareUpdateSettings().setTransientSettings(settingsBuilder().put("threadpool.search.type", "fixed").build()).execute().actionGet();
barrier.await();
Thread.sleep(200);

// Check that node info is correct
NodesInfoResponse nodesInfoResponse = client2.admin().cluster().prepareNodesInfo().all().execute().actionGet();
Expand Down

0 comments on commit 00c035f

Please sign in to comment.