[ https://issues.apache.org/jira/browse/KAFKA-9507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032770#comment-17032770 ]
ASF GitHub Bot commented on KAFKA-9507: --------------------------------------- hachikuji commented on pull request #8057: KAFKA-9507 AdminClient should check for missing committed offsets URL: https://github.com/apache/kafka/pull/8057 ---------------------------------------------------------------- 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 > AdminClient should check for missing committed offsets > ------------------------------------------------------ > > Key: KAFKA-9507 > URL: https://issues.apache.org/jira/browse/KAFKA-9507 > Project: Kafka > Issue Type: Bug > Reporter: Jason Gustafson > Assignee: David Mao > Priority: Major > Labels: newbie > > I noticed this exception getting raised: > {code} > Caused by: java.lang.IllegalArgumentException: Invalid negative offset > at > org.apache.kafka.clients.consumer.OffsetAndMetadata.<init>(OffsetAndMetadata.java:50) > at > org.apache.kafka.clients.admin.KafkaAdminClient$24$1.handleResponse(KafkaAdminClient.java:2832) > at > org.apache.kafka.clients.admin.KafkaAdminClient$AdminClientRunnable.handleResponses(KafkaAdminClient.java:1032) > at > org.apache.kafka.clients.admin.KafkaAdminClient$AdminClientRunnable.run(KafkaAdminClient.java:1160) > {code} > The AdminClient should check for negative offsets in OffsetFetch responses in > the api `listConsumerGroupOffsets`. -- This message was sent by Atlassian Jira (v8.3.4#803005)