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

[jira] [Commented] (KAFKA-14929) Flaky KafkaStatusBackingStoreFormatTest#putTopicStateRetriableFailure

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

Sagar Rao commented on KAFKA-14929:
-----------------------------------

hey [~viktorsomogyi] i assigned this one to myself.

> Flaky KafkaStatusBackingStoreFormatTest#putTopicStateRetriableFailure
> ---------------------------------------------------------------------
>
>                 Key: KAFKA-14929
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14929
>             Project: Kafka
>          Issue Type: Test
>          Components: KafkaConnect
>            Reporter: Greg Harris
>            Assignee: Sagar Rao
>            Priority: Major
>              Labels: flaky-test
>             Fix For: 3.5.0
>
>
> This test recently started flaky-failing with the following stack trace:
> {noformat}
> org.mockito.exceptions.verification.TooFewActualInvocations: kafkaBasedLog.send(<any>, <any>, <any>);
> Wanted 2 times:->
>  at org.apache.kafka.connect.util.KafkaBasedLog.send(KafkaBasedLog.java:376)
> But was 1 time:->
>  at org.apache.kafka.connect.storage.KafkaStatusBackingStore.sendTopicStatus(KafkaStatusBackingStore.java:315)
> 	at app//org.apache.kafka.connect.util.KafkaBasedLog.send(KafkaBasedLog.java:376)
> 	at app//org.apache.kafka.connect.storage.KafkaStatusBackingStoreFormatTest.putTopicStateRetriableFailure(KafkaStatusBackingStoreFormatTest.java:219)
> 	at java.base@11.0.16.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at java.base@11.0.16.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at java.base@11.0.16.1/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.base@11.0.16.1/java.lang.reflect.Method.invoke(Method.java:566)
> ...{noformat}



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