Re: [PR] KAFKA-15154: proper StampedLock synchronization added [kafka]

2024-03-02 Thread via GitHub
mstepan closed pull request #14837: KAFKA-15154: proper StampedLock synchronization added URL: https://github.com/apache/kafka/pull/14837 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] KAFKA-15154: proper StampedLock synchronization added [kafka]

2024-02-22 Thread via GitHub
github-actions[bot] commented on PR #14837: URL: https://github.com/apache/kafka/pull/14837#issuecomment-1960687526 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

[PR] KAFKA-15154: proper StampedLock synchronization added [kafka]

2023-11-24 Thread via GitHub
mstepan opened a new pull request, #14837: URL: https://github.com/apache/kafka/pull/14837 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