keith-turner commented on code in PR #5102:
URL: https://github.com/apache/accumulo/pull/5102#discussion_r1855530151


##########
core/src/main/java/org/apache/accumulo/core/client/admin/ActiveScan.java:
##########
@@ -96,4 +97,11 @@ public abstract class ActiveScan {
    * @since 1.5.0
    */
   public abstract long getIdleTime();
+
+  /**
+   * Return the host where the compaction is running.
+   *
+   * @since 4.0.0
+   */
+  public abstract ServerId getHost();

Review Comment:
   Hmm, not sure what is going on with ActiveCompactions because the SeverId 
type did not exist in 2.1.0.  So not sure how that method has a since 2.1.0 and 
returns ServerId.



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