milleruntime commented on a change in pull request #2318:
URL: https://github.com/apache/accumulo/pull/2318#discussion_r732142001



##########
File path: 
core/src/main/java/org/apache/accumulo/core/util/compaction/ExternalCompactionUtil.java
##########
@@ -51,6 +51,40 @@
 
 public class ExternalCompactionUtil {
 
+  private static class RunningCompactionInformation {
+    private final String queue;
+    private final HostAndPort compactor;
+    private final Future<TExternalCompactionJob> future;
+
+    public RunningCompactionInformation(String queue, HostAndPort compactor,
+        Future<TExternalCompactionJob> future) {
+      super();

Review comment:
       Here is where my comment about super is referring too.




-- 
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