-
Notifications
You must be signed in to change notification settings - Fork 118
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
Consumption of partition stops if segment expires #100
Labels
Comments
horkhe
added a commit
that referenced
this issue
Jun 14, 2017
Recover after segment expires (fixes #100)
Apparently this issue was not fixed, we still experience it on v0.13.0 |
horkhe
added a commit
that referenced
this issue
Aug 17, 2017
This is the second attemp to fix this issue. The first solution was not complete. This time we have a test to prove it.
horkhe
added a commit
that referenced
this issue
Aug 17, 2017
This is the second attemp to fix this issue. The first solution was not complete. This time we have a test to prove it.
horkhe
added a commit
that referenced
this issue
Aug 18, 2017
Recover after fetcher fatal failure (fixes #100)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a segment of a topic partition is deleted by Kafka due to retention period exceeded while Kafka-Pixy reads from it, then consumption from the partition stops. There is no even log record with ERROR severity reported.
The text was updated successfully, but these errors were encountered: