zwOvO opened a new issue, #3459:
URL: https://github.com/apache/bookkeeper/issues/3459
**BUG REPORT**
***Describe the bug***
bin/bookkeeper shell shows the command as queryautorecoverystatus, but the
command that actually works is querrecoverystatus
***To Reproduce***
Steps to reproduce the behavior:
1.$ bin/bookkeeper shell 2>&1|grep queryautorecoverystatus -C 1
nukeexistingcluster -zkledgersrootpath <zkledgersrootpath>
[-instanceid <instanceid> | -force]
**queryautorecoverystatus**
readjournal [-dir] [-msg] <journal_id | journal_file_name>
2.$ bin/bookkeeper shell queryautorecoverystatus
ERROR: Unknown command queryautorecoverystatus
3.$ bin/bookkeeper shell queryrecoverystatus
2022-08-29 11:16:45.071 [main] INFO
org.apache.bookkeeper.meta.MetadataDrivers - BookKeeper metadata driver manager
initialized
....
***Expected behavior***
`bin/bookkeeper shell queryautorecoverystatus` works fine.
***Additional context***
<img width="1432" alt="image"
src="https://user-images.githubusercontent.com/18533252/187116496-0959567c-1f64-4bc0-a080-85d2922557a8.png">
<img width="995" alt="image"
src="https://user-images.githubusercontent.com/18533252/187116929-3ec5019c-f053-45a1-ab0b-16187e0bef21.png">
--
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]