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/25 22:51:56 UTC

[GitHub] [bookkeeper] dlg99 commented on a diff in pull request #3228: Add get under replicated ledger count

dlg99 commented on code in PR #3228:
URL: https://github.com/apache/bookkeeper/pull/3228#discussion_r858085069


##########
site3/website/docs/reference/cli.md:
##########
@@ -342,12 +342,13 @@ $ bin/bookkeeper shell listunderreplicated \
 	<options>
 ```
 
-| Flag                                    | Description |
-|-----------------------------------------| ----------- |
-| -missingreplica BOOKIE_ADDRESS          | Bookie Id of missing replica | 
+| Flag                        | Description |
+|-----------------------------| ----------- |
+| -missingreplica BOOKIE_ADDRESS | Bookie Id of missing replica | 
 | -excludingmissingreplica BOOKIE_ADDRESS | Bookie Id of missing replica to ignore | 
-| -printmissingreplica                    | Whether to print missingreplicas list? | 
-| -printreplicationworkerid               | Whether to print replicationworkerid? | 
+| -printmissingreplica        | Whether to print missingreplicas list? | 
+| -printreplicationworkerid   | Whether to print replicationworkerid? | 
+| -c,--onlyDisplayLedgerCount | Only display underreplicated ledger count | 

Review Comment:
   ```suggestion
   | -c,--onlydisplayledgercount | Only display underreplicated ledger count | 
   ```



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