From 0499849b1be18137f6b1cc4923eaef63458eb9c4 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 24 May 2017 11:34:41 -0400 Subject: [PATCH] Increase logging in concurrent relocation test This commit increases the logging level on the index and relocate concurrently test to obtain some insight into the global checkpoint moving backwards. --- .../test/java/org/elasticsearch/recovery/RelocationIT.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java b/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java index 7010034bc4f..bb07ad4b905 100644 --- a/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java +++ b/core/src/test/java/org/elasticsearch/recovery/RelocationIT.java @@ -449,7 +449,11 @@ public class RelocationIT extends ESIntegTestCase { } } - @TestLogging("org.elasticsearch.action.bulk:TRACE,org.elasticsearch.action.search:TRACE") + @TestLogging( + "org.elasticsearch.action.bulk:TRACE," + + "org.elasticsearch.action.search:TRACE," + + "org.elasticsearch.cluster.service:TRACE," + + "org.elasticsearch.index.seqno:TRACE") public void testIndexAndRelocateConcurrently() throws ExecutionException, InterruptedException { int halfNodes = randomIntBetween(1, 3); Settings[] nodeSettings = Stream.concat(