You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2021/04/13 01:56:00 UTC

[jira] [Created] (KAFKA-12660) Do not update offset commit sensor after append failure

Jason Gustafson created KAFKA-12660:
---------------------------------------

             Summary: Do not update offset commit sensor after append failure
                 Key: KAFKA-12660
                 URL: https://issues.apache.org/jira/browse/KAFKA-12660
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


In the append callback after writing an offset to the log in `GroupMetadataManager`, It seems wrong to update the offset commit sensor prior to checking for errors: https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/coordinator/group/GroupMetadataManager.scala#L394. 



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