Description
OperationContext maintains the mvcc as a static member, so any Append’s and Increment’s read point will be changed by others. That is, a retrying Append/Increment may “see” the future data.
This is a master only issue.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-9899 for idempotent operation dups, return the result instead of throwing conflict exception
- Closed