kafka/storage
PoAn Yang 27a3e5560e
KAFKA-806 Index may not always observe log.index.interval.bytes (#18843)
Currently, each log.append() will add at most 1 index entry, even when the appended data is larger than log.index.interval.bytes. One potential issue is that if a follower restarts after being down for a long time, it may fetch data much bigger than log.index.interval.bytes at a time. This means that fewer index entries are created, which can increase the fetch time from the consumers.

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Jun Rao <junrao@gmail.com>
2025-02-11 01:24:19 +08:00
..
api/src KAFKA-17245: Revert TopicRecord changes. (#16780) 2024-08-03 20:17:25 +08:00
src KAFKA-806 Index may not always observe log.index.interval.bytes (#18843) 2025-02-11 01:24:19 +08:00