rondagostino commented on code in PR #12856: URL: https://github.com/apache/kafka/pull/12856#discussion_r1024149966
########## core/src/main/scala/kafka/server/AlterPartitionManager.scala: ########## @@ -91,7 +91,8 @@ object AlterPartitionManager { config = config, channelName = "alterPartition", threadNamePrefix = threadNamePrefix, - retryTimeoutMs = Long.MaxValue + networkClientRetryTimeoutMs = if (config.processRoles.isEmpty) config.controllerSocketTimeoutMs else config.brokerSessionTimeoutMs / 2, Review Comment: > let's leave this one alone for now and file a follow-up JIRA for it I've opened https://issues.apache.org/jira/browse/KAFKA-14394 to track this. -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org