[ https://issues.apache.org/jira/browse/KAFKA-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16567512#comment-16567512 ]
Guozhang Wang commented on KAFKA-7049: -------------------------------------- It maybe fixed as part of https://github.com/apache/kafka/commit/96c53e96b8834c550e6db54b2748c08e545f9150 or https://github.com/apache/kafka/commit/d9d0d79287eeec0a1c3dcc2203288421284b5ca1. > InternalTopicIntegrationTest sometimes fails > -------------------------------------------- > > Key: KAFKA-7049 > URL: https://issues.apache.org/jira/browse/KAFKA-7049 > Project: Kafka > Issue Type: Test > Components: streams, unit tests > Reporter: Ted Yu > Priority: Minor > > Saw the following based on commit fa1d0383902260576132e09bdf9efcc2784b55b4 : > {code} > org.apache.kafka.streams.integration.InternalTopicIntegrationTest > > shouldCompactTopicsForKeyValueStoreChangelogs FAILED > java.lang.RuntimeException: Timed out waiting for completion. > lagMetrics=[0/2] totalLag=[0.0] > at > org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitForCompletion(IntegrationTestUtils.java:227) > at > org.apache.kafka.streams.integration.InternalTopicIntegrationTest.shouldCompactTopicsForKeyValueStoreChangelogs(InternalTopicIntegrationTest.java:164) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)