dlmarion commented on code in PR #3167: URL: https://github.com/apache/accumulo/pull/3167#discussion_r1084006624
########## server/manager/src/main/java/org/apache/accumulo/manager/Manager.java: ########## @@ -217,6 +217,8 @@ public class Manager extends AbstractServer private final AtomicBoolean managerInitialized = new AtomicBoolean(false); private final AtomicBoolean managerUpgrading = new AtomicBoolean(false); + private ExecutorService tp = null; Review Comment: Addressed in 967df31 -- 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]
