Skip to content

check_version deadlock using max_in_flight_requests_per_connection = 1 and Kafka<0.10 #825

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

Closed
ecanzonieri opened this issue Sep 9, 2016 · 1 comment

Comments

@ecanzonieri
Copy link
Contributor

check_version sends ApiVersionRequest (Kafka 0.10) first that I think is totally ignored by Kafka 0.9, because max_in_flight_requests_per_connection is set to 1 check_version will not be able to send ListGroupsRequest but it will instead try to receive data from the socket blocking indefinitely (or until the connection is dropped on server side) on the socket recv() (because the server 0.9 won't reply to ApiVersionRequest).

@ecanzonieri
Copy link
Contributor Author

Thanks!

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

No branches or pull requests

1 participant