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

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

Matthias Pohl created FLINK-30298:
-------------------------------------

             Summary: 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.17.0
            Reporter: Matthias Pohl


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)