You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the segments more self-contained, this commits adds the remote log segment metadata in the manifest. However, it doesn't serialize it back (we don't need it).
Closes#158
First think if we need this at all. To be able to restore topic from the remote storage in case of disaster is good.
The metadata in
RemoteLogSegmentMetadata
:RemoteLogSegmentId
- encoded in the path;startOffset
- encoded in the parth;endOffset
;maxTimestampMs
;segmentLeaderEpochs
;segmentSizeInBytes
;RemoteLogSegmentState
- should always beCOPY_SEGMENT_STARTED
whencopyLogSegmentData
is called.The text was updated successfully, but these errors were encountered: