pasha-kuznetsov opened a new issue #863: BK client error messages needs to be more descriptive URL: https://github.com/apache/bookkeeper/issues/863 BK Client prints error messages as follows: ``` 20171212011311.000426 [ERROR] [clientWorker-orderedsafeexecutor-0-0] [LedgerHandle.java:1055] - Closing ledger 4099501146997097674 due to error -101 ``` it'd be more user-friendly if it gave a description of what `-101` meant, for example: ``` 20171212011311.000426 [ERROR] [clientWorker-orderedsafeexecutor-0-0] [LedgerHandle.java:1055] - Closing ledger 4099501146997097674 due to error -101: Ledger has been fenced off. Some other client must have opened it to read ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
