lbradstreet commented on a change in pull request #9729: URL: https://github.com/apache/kafka/pull/9729#discussion_r540578598
########## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java ########## @@ -257,7 +257,7 @@ protected synchronized boolean ensureCoordinatorReady(final Timer timer) { } else if (coordinator != null && client.isUnavailable(coordinator)) { // we found the coordinator, but the connection has failed, so mark // it dead and backoff before retrying discovery - markCoordinatorUnknown(); + markCoordinatorUnknown("coordinator unavailable"); Review comment: Should this be extracted into a constant? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org