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


##########
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:
   The reason why I chose that name was because that's what ActiveCompaction 
[uses](https://github.com/apache/accumulo/blob/5147077ff1535294f469a52732a3b0f3d985c236/core/src/main/java/org/apache/accumulo/core/client/admin/ActiveCompaction.java#L141)
 so I was trying to be consistent. Maybe that one should be deprecated and 
renamed as well.



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