milleruntime commented on issue #1317:
URL: https://github.com/apache/accumulo/issues/1317#issuecomment-722682591


   @keith-turner @ctubbsii I have been working on this as it seems like a very 
useful tool.  One of the issues I am running into is that the only way to get 
the current state of tablets is to use objects in the master and this 
introduces a dependency in the shell on accumulo-server-base.  There are other 
parts of the code that depend on accumulo-server-base, like the GC 
[here](https://github.com/apache/accumulo/blob/72e8bc41335ae542087cc70d80d2b7b7e8652575/server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectWriteAheadLogs.java#L95).
  The information is coming from ZK and metadata so I was wondering if having 
something in Ample would be appropriate.  I am not sure what is the best 
solution.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to