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

Correctly encode RecordBatch.LastOffsetDelta #1026

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

bobrik
Copy link
Contributor

@bobrik bobrik commented Jan 20, 2018

Existing code always encodes zero. I'm not sure what the implications are, since consumers are working just fine, but kafka.tools.DumpLogSegments reports invalid data where all record batches have the same one record size.

cc @wladh

Existing code always encodes zero. I'm not sure what the implications are,
since consumers are working just fine, but `kafka.tools.DumpLogSegments`
reports invalid data where all record batches have the same one record size.
@eapache
Copy link
Contributor

eapache commented Jan 22, 2018

Could this be the cause of #1013?

@bobrik
Copy link
Contributor Author

bobrik commented Jan 23, 2018

Seems possible, although I can't say for sure.

@eapache eapache merged commit 75fd5ac into IBM:master Feb 2, 2018
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