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/05/24 15:20:26 UTC

[GitHub] eolivelli opened a new pull request #1436: WIP - BP-14 force() API - client side implementation

eolivelli opened a new pull request #1436: WIP - BP-14 force() API - client side implementation
URL: https://github.com/apache/bookkeeper/pull/1436
 
 
   - Introduce the client side force() API
   - Implementation of the client side wire protocol for FORCE_LEDGER RPC
   - Introduce ability to suspend writes on MockBookKeeperTestCase
   
   The force() API enables the client (usually with DEFERRED_SYNC write flags) to require a point of synchronization with all the bookies in the ensemble, to have guarantees about durability of previously written entries (and ackknowledgerd), this way LastAddConfirmed is able to advance.
   
   For DEFERRED_SYNC writers LastAddConfirmed will advance only using this API

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