Reduce log-level of IndexPrimaryRelocationIT to hunt Heisenbug
This commit is contained in:
parent
7ea457955d
commit
d0fa6a9bd8
|
@ -44,7 +44,7 @@ public class IndexPrimaryRelocationIT extends ESIntegTestCase {
|
||||||
|
|
||||||
private static final int RELOCATION_COUNT = 25;
|
private static final int RELOCATION_COUNT = 25;
|
||||||
|
|
||||||
@TestLogging("_root:DEBUG,org.elasticsearch.action.bulk:TRACE,org.elasticsearch.index.shard:TRACE,org.elasticsearch.cluster.service:TRACE")
|
@TestLogging("_root:DEBUG,org.elasticsearch.cluster.service:TRACE")
|
||||||
public void testPrimaryRelocationWhileIndexing() throws Exception {
|
public void testPrimaryRelocationWhileIndexing() throws Exception {
|
||||||
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3));
|
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3));
|
||||||
client().admin().indices().prepareCreate("test")
|
client().admin().indices().prepareCreate("test")
|
||||||
|
|
Loading…
Reference in New Issue