forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KAFKA-5413; Log cleaner fails due to large offset in segment file
the contribution is my original work and I license the work to the project under the project's open source license. junrao , I had already made the code change before your last comment. I've done pretty much what you said, except that I've not used the current segment because I wasn't sure if it will always be available. I'm happy to change it if you prefer. I've run all the unit and integration tests which all passed. Author: Kelvin Rutt <[email protected]> Author: Kelvin Rutt <[email protected]> Reviewers: Jun Rao <[email protected]> Closes apache#3357 from kelvinrutt/kafka_5413_bugfix
- Loading branch information
1 parent
de982ba
commit 76f6e14
Showing
2 changed files
with
76 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters