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 2018/12/19 14:15:49 UTC

[GitHub] ivankelly opened a new pull request #1889: Multiple calls to LedgerHandle#close should wait on actual close

ivankelly opened a new pull request #1889: Multiple calls to LedgerHandle#close should wait on actual close
URL: https://github.com/apache/bookkeeper/pull/1889
 
 
   The previous behaviour was to complete successfully immediately if
   close had already been called on the handle. This allowed for
   potential consistency violations, as the caller could believe that the
   ledger was closed, when in fact the close operation was still in
   progress and could still potentially fail.
   
   Issue: #1712
   

----------------------------------------------------------------
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