After taking a look at the proposal, I am not sure if making it a configuration setting is the right approach.
However, I would suggest adding a method called #readUncommittedEntries - it would skip the lac checking. so application can decide whether to use readEntries (to read committed entries) or use readUncommittedEntries (to read potentially *uncommitted* entries. So the correctness is managed by application itself (out side of the logic). - Sijie On Thu, Mar 30, 2017 at 8:55 AM, Sijie Guo <[email protected]> wrote: > + dev@ and moved user@ to cc > > On Thu, Mar 30, 2017 at 8:26 AM, Enrico Olivelli <[email protected]> > wrote: > >> I would like to share with the community this BookKeeper proposal >> >> https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-5+ >> Allow+reads+outside+the+LAC+Protocol >> >> I will submit a Pull Request to explain the modifications and provide >> test cases >> >> All comments are welcome >> >> -- Enrico >> > >
