wenbingshen opened a new pull request, #3622: URL: https://github.com/apache/bookkeeper/pull/3622
### Motivation In `GetBookieInfoProcessorV3`, even if throw `IOException` and get DiskSpace failed, it will still `registerSuccessfulEvent`, which is wrong, we should `registerFailedEvent`. ### Changes 1. registerFailedEvent when get DiskSpace failed. 2. add unit test. -- 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]
