dlmarion commented on code in PR #6081:
URL: https://github.com/apache/accumulo/pull/6081#discussion_r2737991123


##########
server/tserver/src/test/java/org/apache/accumulo/tserver/log/SortedLogRecoveryTest.java:
##########
@@ -92,6 +93,7 @@
 @SuppressFBWarnings(value = "PATH_TRAVERSAL_IN", justification = "paths not 
set by user input")
 public class SortedLogRecoveryTest extends WithTestNames {
 
+  private static final ScheduledThreadPoolExecutor EXECUTOR = new 
ScheduledThreadPoolExecutor(1);

Review Comment:
   Added to all the modified tests in f9d1fce



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to