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/11/11 07:28:03 UTC

[GitHub] merlimat opened a new pull request #720: Fixed simultaneus reads on same ledger/entry with v2 protocol

merlimat opened a new pull request #720: Fixed simultaneus reads on same ledger/entry with v2 protocol
URL: https://github.com/apache/bookkeeper/pull/720
 
 
   This change is coming from yahoo branch at yahoo/bookkeeper@ce7b0f7
   
   With v2 protocol there's no way to disambiguate the read request since the completion key is made from (ledgerId, entryId).
   This PR introduced an additional multimap to handle the conflicts (multiple simultaneus read requests for the same entry).

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