Details
Description
As mentioned under HDFS-14277. One potential performance issue of Observer read is that GlobalStateIdContext#getLastSeenStateId calls getCorrectLastAppliedOrWrittenTxId which ends up acquiring lock on txnid. We internally had some discussion and analysis, we believe this lock can be avoided, by calling the non-locking version method getLastAppliedOrWrittenTxId.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-14277 [SBN read] Observer benchmark results
- Open