[
https://issues.apache.org/jira/browse/KAFKA-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364942#comment-15364942
]
ASF GitHub Bot commented on KAFKA-3926:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/1590
> Transient failures in
> org.apache.kafka.streams.integration.RegexSourceIntegrationTest
> -------------------------------------------------------------------------------------
>
> Key: KAFKA-3926
> URL: https://issues.apache.org/jira/browse/KAFKA-3926
> Project: Kafka
> Issue Type: Sub-task
> Components: streams, unit tests
> Reporter: Guozhang Wang
> Assignee: Bill Bejeck
> Fix For: 0.10.1.0
>
>
> {code}
> org.apache.kafka.streams.integration.RegexSourceIntegrationTest >
> testRegexMatchesTopicsAWhenDeleted FAILED
> java.lang.AssertionError:
> Expected: <[TEST-TOPIC-A, TEST-TOPIC-B]>
> but: was <[TEST-TOPIC-A]>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.junit.Assert.assertThat(Assert.java:956)
> at org.junit.Assert.assertThat(Assert.java:923)
> at
> org.apache.kafka.streams.integration.RegexSourceIntegrationTest.testRegexMatchesTopicsAWhenDeleted(RegexSourceIntegrationTest.java:211)
> {code}
> I think it is due to the fact that some times the rebalance takes much longer
> than the specified 60 seconds.
> One example: https://builds.apache.org/job/kafka-trunk-jdk8/730/consoleFull
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)