mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Make sure that settings are propagated to all nodes
This commit is contained in:
parent
2dfcc3c740
commit
00c035f88c
@ -95,6 +95,7 @@ public class SimpleThreadPoolTests extends AbstractNodesTests {
|
||||
});
|
||||
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user