You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Josep Prat (Jira)" <ji...@apache.org> on 2023/06/28 12:04:00 UTC

[jira] [Comment Edited] (KAFKA-15105) Flaky test FetchFromFollowerIntegrationTest.testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable

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

Josep Prat edited comment on KAFKA-15105 at 6/28/23 12:03 PM:
--------------------------------------------------------------

Hi [~riedelmax] ,

Only maintainers + a subgroup of collaborators can rerun builds in CI, but even for them, they can just run them as they are (no more detailed output). And sorry, I just realized I copy pasted the wrong ci build link. This is the right one: [https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-13865/2/testReport/junit/integration.kafka.server/FetchFromFollowerIntegrationTest/Build___JDK_11_and_Scala_2_13___testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable___2/]

I'm updating the description of the Jira issue.+


was (Author: jlprat):
Hi [~riedelmax] ,

Only maintainers + a subgroup of collaborators can rerun builds in CI, but even for them, they can just run them as they are (no more detailed output). And sorry, I just realized I copy pasted the wrong output. This is the right one: [https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-13865/2/testReport/junit/integration.kafka.server/FetchFromFollowerIntegrationTest/Build___JDK_11_and_Scala_2_13___testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable___2/]

I'm updating the description of the Jira issue.+

> Flaky test FetchFromFollowerIntegrationTest.testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable
> -----------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-15105
>                 URL: https://issues.apache.org/jira/browse/KAFKA-15105
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5.0
>            Reporter: Josep Prat
>            Assignee: Max Riedel
>            Priority: Major
>              Labels: flaky-test
>
> Test  integration.kafka.server.FetchFromFollowerIntegrationTest.testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable() became flaky. An example can be found here: https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-13865/2/testReport/junit/integration.kafka.server/FetchFromFollowerIntegrationTest/Build___JDK_11_and_Scala_2_13___testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable___2/
> The error might be caused because of a previous kafka cluster used for another test wasn't cleaned up properly before this one run.
>  
> h3. Error Message
> {code:java}
> org.apache.kafka.common.errors.TopicExistsException: Topic '__consumer_offsets' already exists.{code}
> h3. Stacktrace
> {code:java}
> org.apache.kafka.common.errors.TopicExistsException: Topic '__consumer_offsets' already exists. {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)