cshannon commented on code in PR #5102:
URL: https://github.com/apache/accumulo/pull/5102#discussion_r1855531260


##########
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:
   looks like this was done in https://github.com/apache/accumulo/pull/4963, I 
will change the name based on the suggestion 
[here](https://github.com/apache/accumulo/pull/4963#discussion_r1792629478) as 
that makes more sense.



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