dlg99 opened a new issue, #3224:
URL: https://github.com/apache/bookkeeper/issues/3224

   **FEATURE REQUEST**
   
   Often one needs to get an assessment of the cluster through the CLI: how 
many underreplicated ledgers there are, how many read-only bookies etc.
   
   Current set of the CLI commands assume one runs the command that prints full 
list of items (e.g. ids of underreplicated ledgers), pipes output to grep to 
filter out log output that mixes in, pipes to `wc -l`.
   This can take a lot of time in the cluster with many bookies and large 
dataset during decomm.
   
   It would be nice to have something like `bin/bookkeeper shell 
countunderreplicated` especially if it was significantly faster and more 
light-weight.
   


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