Add some debug logging to testPrimaryRelocationWhileIndexing

This commit is contained in:
Boaz Leskes 2016-03-25 17:25:52 +01:00
parent 749a851f93
commit 6c15e782af
1 changed files with 1 additions and 0 deletions

View File

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