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/04/28 12:02:42 UTC

[GitHub] eolivelli opened a new pull request #1375: WIP BP14 - forceLedger bookie side implementation

eolivelli opened a new pull request #1375: WIP BP14 - forceLedger bookie side implementation
URL: https://github.com/apache/bookkeeper/pull/1375
 
 
   This is the bookie side implementation of the force() API as defined in BP-14, without the wire protocol handler.
   We will introduce a new RPC which allows the client to ensure that all data sent for a  given ledger is persisted durably to the bookie, this is useful for DEFERRED_SYNC writers. In this case we are simulating a regular sync'd write to the journal choosen for the ledger. 

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