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:25:51 UTC

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

merlimat opened a new issue #719:  Fixed simultaneus reads on same ledger/entry with v2 protocol 
URL: https://github.com/apache/bookkeeper/issues/719
 
 
   This change is coming from yahoo branch at https://github.com/yahoo/bookkeeper/commit/ce7b0f7d0fbb4c24ce13bd2d86e48c5c8143167a
   
   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