chia7712 commented on pull request #9926:
URL: https://github.com/apache/kafka/pull/9926#issuecomment-764212202


   > What have you seen that implies that? 
   
   The following error implies that recent fixes are not included.
   
   ```
   java.lang.AssertionError: Expected all streams instances in 
[org.apache.kafka.streams.KafkaStreams@2d6a0fff] to be REBALANCING within 30000 
ms, but the following were not: 
{org.apache.kafka.streams.KafkaStreams@2d6a0fff=RUNNING}
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:26)
        at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.lambda$waitForApplicationState$12(IntegrationTestUtils.java:936)
        at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:350)
        at 
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:318)
        at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitForApplicationState(IntegrationTestUtils.java:919)
        at 
org.apache.kafka.streams.integration.AdjustStreamThreadCountTest.shouldAddAndRemoveStreamThreadsWhileKeepingNamesCorrect(AdjustStreamThreadCountTest.java:229)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   ```
   
   
https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-9926/8/testReport/junit/org.apache.kafka.streams.integration/AdjustStreamThreadCountTest/?cloudbees-analytics-link=scm-reporting%2Ftests%2Ffailed


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to