Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Idea is to add a new BookKeeper client side option "allowUnsafeReadsreadEntriesAllowReadAfterLastAddConfirmed" to skip the check

Code Block
if (lastEntry > lastAddConfirmed)

...

We can say that there is an out-of-band contract between the writer and the readers, we only want to achieve "read-your-writes consistency"

 

Actions

Related JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyBOOKKEEPER-1019

Related PR: https://github.com/apache/bookkeeper/pull/121

 

  • File a patch and discuss with the community
  • Decide a better name for the allowUnsafeReads the readEntriesAllowReadAfterLastAddConfirmed option