You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/04/19 21:45:43 UTC

[GitHub] [bookkeeper] dlg99 opened a new issue, #3224: CLI: add count{blah} counterparts to the list{blah} commands

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: issues-unsubscribe@bookkeeper.apache.org.apache.org

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


[GitHub] [bookkeeper] dlg99 closed issue #3224: CLI: add count{blah} counterparts to the list{blah} commands

Posted by GitBox <gi...@apache.org>.
dlg99 closed issue #3224: CLI: add count{blah} counterparts to the list{blah} commands
URL: https://github.com/apache/bookkeeper/issues/3224


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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