[
https://issues.apache.org/jira/browse/KAFKA-14929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Harris updated KAFKA-14929:
--------------------------------
Description:
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
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
[email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
...{noformat}
was:
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
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) at
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
[email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at
[email protected]/java.lang.reflect.Method.invoke(Method.java:566){noformat}
> 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
> Priority: Major
> 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
> [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> at
> [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
> ...{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)