keith-turner opened a new issue, #4849:
URL: https://github.com/apache/accumulo/issues/4849

   **Is your feature request related to a problem? Please describe.**
   
   Every compactor process has an associated resource group. This information 
could be exposed int he API.
   
   **Describe the solution you'd like**
   
   This information could be added the the 
[CompactionHost](https://github.com/apache/accumulo/blob/df8a3670a4100bee083a02d6ac6f45ff36ffe8f6/core/src/main/java/org/apache/accumulo/core/client/admin/ActiveCompaction.java#L138)
 type as a new `String getResourceGroup()` method.  If added there then it 
could potentially be added to the listcompactions shell command output.
   
   **Describe alternatives you've considered**
   
   It may be good to consider how to get resource group information for scan 
servers and tablet servers also in the API.  I thought there was a draft PR 
related to this, but could not find it.  It could be usefui if listscans showed 
the resource group for tablet and scan servers.
   
   


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