Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commitlog: Provide segment_len method for segments #2042

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

kim
Copy link
Contributor

@kim kim commented Dec 9, 2024

Adds a method to determine the length (in bytes) of a commitlog segment. Implemented exactly as io::Seek::stream_len, which is not (yet) stabilized.

Expected complexity level and risk

1

Adds a method to determine the length (in bytes) of a commitlog segment.
Implemented exactly as `io::Seek::stream_len`, which is not (yet)
stabilized.
@kim kim requested a review from Shubham8287 December 9, 2024 12:30
@kim kim added this pull request to the merge queue Dec 10, 2024
Merged via the queue into master with commit 3169861 Dec 10, 2024
9 checks passed
@kim kim deleted the kim/commitlog/segment_len branch December 10, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants