You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/01/03 12:35:12 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #2403: Create RunningCompactionInfo in core for reuse

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



##########
File path: server/monitor/src/main/java/org/apache/accumulo/monitor/rest/compactions/external/CompactorInfo.java
##########
@@ -21,11 +21,9 @@
 public class CompactorInfo {
 
   // Variable names become JSON keys
-  public long lastContact = 0L;
-  public String server = "";
-  public String queueName = "";
-
-  public CompactorInfo() {}
+  public long lastContact;
+  public String server;
+  public String queueName;

Review comment:
       Fixed in 149e858




-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org