You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Lucas Bradstreet (Jira)" <ji...@apache.org> on 2020/12/10 22:12:00 UTC

[jira] [Created] (KAFKA-10839) Improve consumer group coordinator unavailable message

Lucas Bradstreet created KAFKA-10839:
----------------------------------------

             Summary: Improve consumer group coordinator unavailable message
                 Key: KAFKA-10839
                 URL: https://issues.apache.org/jira/browse/KAFKA-10839
             Project: Kafka
          Issue Type: Improvement
            Reporter: Lucas Bradstreet


When a consumer encounters an issue that triggers marking a coordinator as unknown, the error message it prints does not give context about the error that triggered it.
{noformat}
log.info("Group coordinator {} is unavailable or invalid, will attempt rediscovery", this.coordinator);{noformat}
These may be triggered by response errors or the coordinator becoming disconnected. We should improve this error message to make the cause clear.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)