eolivelli opened a new pull request #853: BP-14 WriteFlag DEFERRED_SYNC Client Side Implementation URL: https://github.com/apache/bookkeeper/pull/853 Introduce implementation of WriteFlag#DEFERRED_SYNC on LedgerHandle (purely client-side). Tests are only on the client-side (with Mockito), there is no implementation on the bookie side. Most significant tests will come with the force() API, at this point we can only test that we have not broken the LAC advance mechanism. There is a new class LastAddSyncedManager which will be really used on the next patch, when we will introduce the force() API and the Bookie will be able to return to the client the id of the last entry really sync'd to the journal.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
