Skip to content

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

Closed
@ecanzonieri

Description

@ecanzonieri

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions