kafka/storage
Okada Haruki 9fcfe546d1 KAFKA-19407 Fix potential IllegalStateException when appending to timeIndex (#19972)
## Summary
- Fix potential race condition in
LogSegment#readMaxTimestampAndOffsetSoFar(), which may result in
non-monotonic offsets and causes replication to stop.
- See https://issues.apache.org/jira/browse/KAFKA-19407 for the details
how it happen.

Reviewers: Vincent PÉRICART <mauhiz@gmail.com>, Jun Rao
 <junrao@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-06-25 00:37:15 +08:00
..
api/src KAFKA-18864:remove the Evolving tag from stable public interfaces (#19036) 2025-03-03 15:14:33 +01:00
src KAFKA-19407 Fix potential IllegalStateException when appending to timeIndex (#19972) 2025-06-25 00:37:15 +08:00