Hi all,
all of the server side changes for BP-14 are in !

Let's move forward with the client-side part

this is the next patch to commit:
BP-14 WriteFlag DEFERRED_SYNC Client Side Implementation
https://github.com/apache/bookkeeper/pull/853

This patch introduces the implementation of DEFERRED_SYNC write flag on
client
side. It is the most important change on BP-14 because it opens the door to
the fact that LastAddConfirmed does not advance at every addEntry: LAC will
advance only when the client is sure that entries are really persisted
durably on the servers.

After that patch I will send the force() client side implementation and
then a bunch of integration tests.

Thanks in particular to JV and Sijie which are tightly following this
important protocol change and helping me.

Enrico

Reply via email to