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 2017/12/16 01:18:11 UTC

[GitHub] athanatos opened a new issue #869: LegacyHierarchicalLedgerManager: fix erroneous exception during race

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:
users@infra.apache.org


With regards,
Apache Git Services