You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2020/12/15 22:39:01 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-10839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Gustafson resolved KAFKA-10839.
-------------------------------------
    Fix Version/s: 2.8.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 2.8.0
>
>
> 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)