-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Message timeout scans #21
Comments
ghost
assigned edenhill
Sep 24, 2013
Good catch! |
A fix for this (and UA partition message timeouts) will be available before the end of this week, along with more goodies. |
edenhill
added a commit
that referenced
this issue
Oct 3, 2013
Timeout msgs regardless of partition (real or UA). Added testcase for message timeouts.
This issue should now be fixed in the master branch. Thanks |
9 tasks
7 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The unlikely condidtion for last_timeout_scan in rd_kafka_broker_serve that has * 1000000 will 'unlikely' trigger timeout scans, is this as intended, or should it be + 1000000 (1 second) to trigger scans a bit more frequent?
The text was updated successfully, but these errors were encountered: