Re: [PR] MINOR: EventAccumulator should signal to one thread when key becomes available [kafka]

2024-02-09 Thread via GitHub
dajac merged PR #15340: URL: https://github.com/apache/kafka/pull/15340 -- 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 specific comment. To unsubscribe, e-mail:

[PR] MINOR: EventAccumulator should signal to one thread when key becomes available [kafka]

2024-02-08 Thread via GitHub
dajac opened a new pull request, #15340: URL: https://github.com/apache/kafka/pull/15340 `signalAll` was mistakenly used instead of `signal` when a key become available in the `EventAccumulator`. The fix relies on existing tests. ### Committer Checklist (excluded from commit message)