Add some debug logging to testPrimaryRelocationWhileIndexing
This commit is contained in:
parent
749a851f93
commit
6c15e782af
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue