mirror of https://github.com/apache/kafka.git
- 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> |
||
---|---|---|
.. | ||
main/java/org/apache/kafka/server/log/remote/storage | ||
test/java/org/apache/kafka/server/log/remote/storage |