kafka/storage/api/src
Divij Vaidya 7bdcb22cf6
MINOR: Refactor & cleanup for RemoteIndexCache (#13936)
- Add new unit tests
- Change the on-disk filename from <offset>_<uuid>_.<indexSuffix> to <offset>_<uuid>.<indexSuffix> i.e. remove trailing underscore after
- Fix a small bug where we were parsing offset as Int when reading the file name from disk. Offset is long.
- Perform input validation in RemoteLogSegmentMetadata.
- Remove an extra loop in cleaner thread. Shutdownable thread already performs looping.

Reviewers: Jorge Esteban Quilcate Otoya <jorge.quilcate@aiven.io>, Satish Duggana <satishd@apache.org>
2023-07-08 12:52:22 +02:00
..
main/java/org/apache/kafka/server/log/remote/storage MINOR: Refactor & cleanup for RemoteIndexCache (#13936) 2023-07-08 12:52:22 +02:00
test/java/org/apache/kafka/server/log/remote/storage [KAFKA-13369] Follower fetch protocol changes for tiered storage. (#11390) 2022-12-17 09:36:44 -08:00