This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/master by this push:
new 57c26cf Fix formatting
57c26cf is described below
commit 57c26cf35a7983c2571ef3f8469e79b8a512d50b
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Mar 17 00:13:39 2020 -0400
Fix formatting
---
.../java/org/apache/accumulo/test/functional/ManyWriteAheadLogsIT.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/test/src/main/java/org/apache/accumulo/test/functional/ManyWriteAheadLogsIT.java
b/test/src/main/java/org/apache/accumulo/test/functional/ManyWriteAheadLogsIT.java
index 843a0ca..a1e6411 100644
---
a/test/src/main/java/org/apache/accumulo/test/functional/ManyWriteAheadLogsIT.java
+++
b/test/src/main/java/org/apache/accumulo/test/functional/ManyWriteAheadLogsIT.java
@@ -213,7 +213,8 @@ public class ManyWriteAheadLogsIT extends
AccumuloClusterHarness {
allWalsSeen.add(entry.getKey());
foundWal = true;
} else {
- log.debug("The WalState for {} is {}", entry.getKey(),
entry.getValue()); // CLOSED or UNREFERENCED
+ // log CLOSED or UNREFERENCED to help debug this test
+ log.debug("The WalState for {} is {}", entry.getKey(),
entry.getValue());
}
}