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

Bruno Cadonna commented on KAFKA-14454:
---------------------------------------

[~sagarrao] Was the error:

{code:java}
java.lang.AssertionError: Expected all streams instances in 
[org.apache.kafka.streams.KafkaStreams@3cc30dee, 
org.apache.kafka.streams.KafkaStreams@7d528cf7, 
org.apache.kafka.streams.KafkaStreams@6dee8ae6] to be ERROR within 60000 ms, 
but the following were not: 
{org.apache.kafka.streams.KafkaStreams@7d528cf7=REBALANCING, 
org.apache.kafka.streams.KafkaStreams@6dee8ae6=REBALANCING, 
org.apache.kafka.streams.KafkaStreams@3cc30dee=REBALANCING}

        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:26)
        at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.lambda$waitForApplicationState$12(IntegrationTestUtils.java:1098)
        at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:379)
        at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:347)
        at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitForApplicationState(IntegrationTestUtils.java:1081)
        at 
org.apache.kafka.streams.integration.KTableKTableForeignKeyInnerJoinCustomPartitionerIntegrationTest.shouldThrowIllegalArgumentExceptionWhenCustomPartitionerReturnsMultiplePartitions(KTableKTableForeignKeyInnerJoinCustomPartitionerIntegrationTest.java:215)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at java.util.ArrayList.forEach(ArrayList.java:1259)
        at java.util.ArrayList.forEach(ArrayList.java:1259)
{code}

I get this when I am running the test until failure locally.
Should we create a new ticket for that failure or reopen this one?

> KTableKTableForeignKeyInnerJoinCustomPartitionerIntegrationTest#shouldThrowIllegalArgumentExceptionWhenCustomPartionerReturnsMultiplePartitions
>  passes when run individually but not when is run as part of the IT
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-14454
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14454
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Sagar Rao
>            Assignee: Sagar Rao
>            Priority: Major
>
> Newly added test 
> KTableKTableForeignKeyInnerJoinCustomPartitionerIntegrationTest#shouldThrowIllegalArgumentExceptionWhenCustomPartionerReturnsMultiplePartitions
>  as part of KIP-837 passes when run individually but fails when is part of IT 
> class and hence is marked as Ignored. 
>  



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

Reply via email to