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

Matthias Pohl edited comment on FLINK-30298 at 1/23/23 8:12 AM:
----------------------------------------------------------------

Similar stacktrace with an IllegalStateException being caused by a request 
timeout:
{code}
java.lang.IllegalStateException: Fail to create topic [word_count_json 
partitions: 4 replication factor: 1].
        at 
org.apache.flink.streaming.connectors.kafka.table.KafkaTableTestBase.createTestTopic(KafkaTableTestBase.java:143)
[...]
Caused by: java.util.concurrent.ExecutionException: 
org.apache.kafka.common.errors.TimeoutException: The request timed out.
        at 
java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
        at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
        at 
org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:165)
        at 
org.apache.flink.streaming.connectors.kafka.table.KafkaTableTestBase.createTestTopic(KafkaTableTestBase.java:140)
        ... 59 more
Caused by: org.apache.kafka.common.errors.TimeoutException: The request timed 
out.
{code}

* 
[KafkaTableITCase.testStartFromGroupOffsetsLatest|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45137&view=logs&j=9c5a5fe6-2f39-545e-1630-feb3d8d0a1ba&t=99b23320-1d05-5741-d63f-9e78473da39e&l=36917]
* 
[UpsertKafkaTableITCase.testAggregate|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45137&view=logs&j=9c5a5fe6-2f39-545e-1630-feb3d8d0a1ba&t=99b23320-1d05-5741-d63f-9e78473da39e&l=36992]


was (Author: mapohl):
Similar stacktrace with an IllegalStateException being caused by a request 
timeout:
{code}
{code}

* 
[KafkaTableITCase.testStartFromGroupOffsetsLatest|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45137&view=logs&j=9c5a5fe6-2f39-545e-1630-feb3d8d0a1ba&t=99b23320-1d05-5741-d63f-9e78473da39e&l=36917]
* 
[UpsertKafkaTableITCase.testAggregate|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45137&view=logs&j=9c5a5fe6-2f39-545e-1630-feb3d8d0a1ba&t=99b23320-1d05-5741-d63f-9e78473da39e&l=36992]

> 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)

Reply via email to