athanatos opened a new issue #869: LegacyHierarchicalLedgerManager: fix erroneous exception during race URL: https://github.com/apache/bookkeeper/issues/869 getLedgerRangeByLevel current throws an IOException if the node to be listed does not exist. This can validly happen if there is a concurrent recursive removal of a leaf node. Instead, return an empty list in that case. I'll have a PR in the next day or two for this one.
---------------------------------------------------------------- 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
