Revert "Reduce log-level of IndexPrimaryRelocationIT to hunt Heisenbug"

This reverts commit d0fa6a9bd8.
This commit is contained in:
Yannick Welsch 2017-02-06 11:40:39 +01:00
parent 76f779486b
commit 6f6596cfb5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class IndexPrimaryRelocationIT extends ESIntegTestCase {
private static final int RELOCATION_COUNT = 25;
@TestLogging("_root:DEBUG,org.elasticsearch.cluster.service:TRACE")
@TestLogging("_root:DEBUG,org.elasticsearch.action.bulk:TRACE,org.elasticsearch.index.shard:TRACE,org.elasticsearch.cluster.service:TRACE")
public void testPrimaryRelocationWhileIndexing() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3));
client().admin().indices().prepareCreate("test")