[ 
https://issues.apache.org/jira/browse/KAFKA-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16775526#comment-16775526
 ] 

ASF GitHub Bot commented on KAFKA-7937:
---------------------------------------

gwenshap commented on pull request #6311: KAFKA-7937: Fix Flaky Test 
ResetConsumerGroupOffsetTest.testResetOffs…
URL: https://github.com/apache/kafka/pull/6311
 
 
   Address the comments on PR-6307. Sorry for new PR, but one of the comments 
was to move the PR to another branch.
   
   ***
   Since the test fails sometimes on lack of coordinator, I'm giving it a bit 
more attempts to find it.
   
   I admit that I haven't been able to actually reproduce this failure, so I'm 
only hoping this fixes it. But it doesn't fail more often than it used to (on 
my machine)
   
   Fixing on 2.2 because the intent is to fix enough flakes to allow for a 
clean release.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Flaky Test ResetConsumerGroupOffsetTest.testResetOffsetsNotExistingGroup
> ------------------------------------------------------------------------
>
>                 Key: KAFKA-7937
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7937
>             Project: Kafka
>          Issue Type: Bug
>          Components: admin, clients, unit tests
>    Affects Versions: 2.2.0
>            Reporter: Matthias J. Sax
>            Assignee: Gwen Shapira
>            Priority: Critical
>             Fix For: 2.2.0
>
>
> To get stable nightly builds for `2.2` release, I create tickets for all 
> observed test failures.
> https://builds.apache.org/blue/organizations/jenkins/kafka-2.2-jdk8/detail/kafka-2.2-jdk8/19/pipeline
> {quote}kafka.admin.ResetConsumerGroupOffsetTest > 
> testResetOffsetsNotExistingGroup FAILED 
> java.util.concurrent.ExecutionException: 
> org.apache.kafka.common.errors.CoordinatorNotAvailableException: The 
> coordinator is not available. at 
> org.apache.kafka.common.internals.KafkaFutureImpl.wrapAndThrow(KafkaFutureImpl.java:45)
>  at 
> org.apache.kafka.common.internals.KafkaFutureImpl.access$000(KafkaFutureImpl.java:32)
>  at 
> org.apache.kafka.common.internals.KafkaFutureImpl$SingleWaiter.await(KafkaFutureImpl.java:89)
>  at 
> org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:260)
>  at 
> kafka.admin.ConsumerGroupCommand$ConsumerGroupService.resetOffsets(ConsumerGroupCommand.scala:306)
>  at 
> kafka.admin.ResetConsumerGroupOffsetTest.testResetOffsetsNotExistingGroup(ResetConsumerGroupOffsetTest.scala:89)
>  Caused by: org.apache.kafka.common.errors.CoordinatorNotAvailableException: 
> The coordinator is not available.{quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to