keith-turner commented on issue #3593:
URL: https://github.com/apache/accumulo/issues/3593#issuecomment-1756368577
> @keith-turner - what are you saying, that we should close this issue and
close the associated PR?
The initial premise of this issue was that
`InstanceOperations.getActiveComactions(String tserver)` would no longer return
anything because tablet server no longer did major compactions. However I did
not realize that the method also returned minor compactions running on a
tserver until attempting to run a test that checked for that. So I was
commenting on the reason for opening the issue being wrong.
Even though the initial premise was wrong I think exploring this area did
reveal the following problems.
* No way to list compactors
* InstanceOperations.getActiveComactions(String tserver) does not
currently accept a compactor address (and if it did there is no way for users
to get them). It could be modified to accept a compactor address.
The PR addressed some of these more general problems in addition to
addressing the specific problem. I think there is still value in what the PR
was doing. Also, I can't remember if it was this PR or discussion elsewhere
but I seem to remember discussion about being able to retrieve resource groups
associated with servers.
May need a new issue that describes these problems.
--
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]