DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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 | ||||||
|---|---|---|---|---|---|---|
|
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