kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-15154: proper StampedLock synchronization added

Open mstepan opened this issue 2 years ago • 1 comments

All read and write access to Sensor metrics field should be properly synchronized according to JMM. The best way to separate read and write is to use ReadWriteLock or more advanced version of StampedLock.

All tests are GREEN.

Committer Checklist (excluded from commit message)

  • [v] Verify design and implementation
  • [v] Verify test coverage and CI build status
  • [v] Verify documentation (including upgrade notes)

mstepan avatar Nov 24 '23 13:11 mstepan

This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has merge conflicts, please update it with the latest from trunk (or appropriate release branch)

If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.

github-actions[bot] avatar Feb 23 '24 03:02 github-actions[bot]