You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/12/23 08:02:00 UTC

[jira] [Updated] (FLINK-30298) KafkaTableITCase.testStartFromGroupOffsetsNone failed due to timeout

     [ https://issues.apache.org/jira/browse/FLINK-30298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Pohl updated FLINK-30298:
----------------------------------
    Affects Version/s: 1.16.0

> KafkaTableITCase.testStartFromGroupOffsetsNone failed due to timeout
> --------------------------------------------------------------------
>
>                 Key: FLINK-30298
>                 URL: https://issues.apache.org/jira/browse/FLINK-30298
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka
>    Affects Versions: 1.16.0, 1.17.0
>            Reporter: Matthias Pohl
>            Priority: Major
>              Labels: test-stability
>
> KafkaTableITCase.testStartFromGroupOffsetsNone failed due to timeout in the following build:
> {code:java}
> Dec 03 01:07:31 org.assertj.core.error.AssertJMultipleFailuresError: 
> Dec 03 01:07:31 
> Dec 03 01:07:31 Multiple Failures (1 failure)
> Dec 03 01:07:31 -- failure 1 --
> Dec 03 01:07:31 [Any cause is instance of class 'class org.apache.kafka.clients.consumer.NoOffsetForPartitionException'] 
> Dec 03 01:07:31 Expecting any element of:
> Dec 03 01:07:31   [java.lang.IllegalStateException: Fail to create topic [groupOffset_json_dc640086-d1f1-48b8-ad7a-f83d33b6a03c partitions: 4 replication factor: 1].
> Dec 03 01:07:31 	at org.apache.flink.streaming.connectors.kafka.table.KafkaTableTestBase.createTestTopic(KafkaTableTestBase.java:143)
> Dec 03 01:07:31 	at org.apache.flink.streaming.connectors.kafka.table.KafkaTableITCase.startFromGroupOffset(KafkaTableITCase.java:881)
> Dec 03 01:07:31 	at org.apache.flink.streaming.connectors.kafka.table.KafkaTableITCase.testStartFromGroupOffsetsWithNoneResetStrategy(KafkaTableITCase.java:981)
> Dec 03 01:07:31 	...(64 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed),
> Dec 03 01:07:31     java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: The request timed out.
> Dec 03 01:07:31 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
> Dec 03 01:07:31 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
> Dec 03 01:07:31 	at org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:165)
> Dec 03 01:07:31 	...(67 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed),
> Dec 03 01:07:31     org.apache.kafka.common.errors.TimeoutException: The request timed out.
> Dec 03 01:07:31 ]
> Dec 03 01:07:31 to satisfy the given assertions requirements but none did:
> [...] {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43692&view=logs&j=fa307d6d-91b1-5ab6-d460-ef50f552b1fe&t=21eae189-b04c-5c04-662b-17dc80ffc83a&l=37708



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