RivenSun2 commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-1000632543
@showuon @guozhangwang The reason why KafkaConsumerTest testCase failed seems to be "Timeout has been exceeded", which further led to the "Shutdown in progress" exception Reasons for ConsumerBounceTest testCase failure: Following guozhanwang's suggestion, I removed the maybeAutoCommitOffsetsSync method and changed the consumerCoordinator#close method to call maybeAutoCommitOffsetsAsync(), which caused the kafkaConsumer#close method to end earlier than testCase expected. I re-modified the method of this testcase please help check again when available. Thanks -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org