You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/09 03:13:35 UTC

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

RivenSun2 edited a comment on pull request #11340:
URL: https://github.com/apache/kafka/pull/11340#issuecomment-1033258042


   @guozhangwang  @showuon 
   In fact, I ran ConsumerBounceTest.testClose() several times locally yesterday, and the testCase can all pass. I guess the jenkins environment is unstable, which occasionally leads to the return result of `consumer.committed(Set(tp).asJava).get(tp)`  is **null**.
   I retriggered the jenkins tests
   
   In addition:
   When NPE occurs, the result returned by `consumer.committed(Set(tp).asJava)` is `"topic-0" -> null`


-- 
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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org