divijvaidya opened a new pull request, #13936: URL: https://github.com/apache/kafka/pull/13936
**Changes** 1. Add new unit tests 2. Change the on-disk filename from `<offset>_<uuid>_.<indexSuffix>` to `<offset>_<uuid>.<indexSuffix>` i.e. remove trailing suffix 3. Fix a small bug where we were parsing offset as Int when reading the file name from disk. Offset is long. 4. Perform input validation in RemoteLogSegmentMetadata. 5. Remove an extra loop in cleaner thread. Shutdownable thread already performs looping. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
