-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Correlation IDs do not match: kafka python offset commit issues #1529
Comments
""" code snippets and code configurations """
|
can someone please address this issue and please point me to a way to resolve this. I notice that my code is often breaking due to this and i am not confident to move to production until this resolves or i move to someother streaming library. |
I can reproduce this race condition when using 1.4.5 and doing a manual commit (from the main thread). It is not critical as the worker recovers on its own, but I would still like to fix it. @dpkp do you agree that we can apply the same technique (changing IFR queue to dict) that you did in |
If you have logs showing correlation mismatch in 1.4.5, please open as new
issue and post logs!
…On Wed, Mar 20, 2019, 8:56 AM Filip Stefanak ***@***.***> wrote:
@dpkp <https://github.com/dpkp> should I open a new issue for 1.4.5? Or I
can try to fix it in one patch with #1744
<#1744>, even though it's a
separate issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1529 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAzetCAgGdLZLssweo4C9pZIKXuWkRoZks5vYlobgaJpZM4U0aht>
.
|
I am using kafka python for my stream and consistently run into this issue on trying to commit offsets
using the commit_async api. The log below is caught on the error call back function. Could someone please point me to the proper way to triage this issue.
I was hoping this would resolve itself since it looked like a low level thing. But after a while the producer just crashes and i'd love any help to figure this out.
Kafka python version: 1.3.5
Kafka version : 0.11
The text was updated successfully, but these errors were encountered: