Kamal Chandraprakash created KAFKA-15194:
--------------------------------------------
Summary: Rename local tiered storage segment with offset as prefix
for easy navigation
Key: KAFKA-15194
URL: https://issues.apache.org/jira/browse/KAFKA-15194
Project: Kafka
Issue Type: Task
Reporter: Kamal Chandraprakash
In LocalTieredStorage which is an implementation of RemoteStorageManager,
segments are saved with random UUID. This makes navigating to a particular
segment harder. To navigate a given segment by offset, prepend the offset
information to the segment filename.
https://github.com/apache/kafka/pull/13837#discussion_r1258896009
--
This message was sent by Atlassian Jira
(v8.20.10#820010)