You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/11/15 18:26:19 UTC

[GitHub] [kafka] cmccabe commented on pull request #12856: KAFKA-14392: KRaft broker should set controller.socket.timeout.ms

cmccabe commented on PR #12856:
URL: https://github.com/apache/kafka/pull/12856#issuecomment-1315706091

   `controller.socket.timeout.ms` is not really the right thing here: that is used by the old ZK based controller to control timeouts for its outbound requests.
   
   In the short term, I'd suggest setting the request timeout for these send-to-broker threads to half of `broker.session.timeout.ms`. That will at least be a reasonable default here.
   
   Long term we might need a KIP to define this better. It probably makes sense as a tunable but we'd have to discuss that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org