[
https://issues.apache.org/jira/browse/FLINK-20928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291362#comment-17291362
]
Dong Lin commented on FLINK-20928:
----------------------------------
According to the test history of the testCommitOffsetsWithoutAliveFetchers [1],
the timeout failure happened only once from 1/26 - 2/26. According to the test
history of testOffsetCommitOnCheckpointComplete [2], this test has not failed
since 1/11. And I am not able to reproduce failure of either test in the Flink
master branch (githash 3ac83641c52dfa4fa67366c62335bcb7ee8a6624).
So the impact of this failure is low and it is very hard to figure out why it
previously failed. It seems reasonable to just close this JIRA because the bug
is not reproducible.
[1]
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=13388&view=ms.vss-test-web.build-test-results-tab&runId=368632&resultId=100001&paneView=history
[2]
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=11861&view=ms.vss-test-web.build-test-results-tab&runId=322832&resultId=100002&paneView=history
> KafkaSourceReaderTest.testOffsetCommitOnCheckpointComplete:189->pollUntil:270
> » Timeout
> ---------------------------------------------------------------------------------------
>
> Key: FLINK-20928
> URL: https://issues.apache.org/jira/browse/FLINK-20928
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kafka
> Affects Versions: 1.13.0
> Reporter: Robert Metzger
> Priority: Critical
> Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=11861&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=1fb1a56f-e8b5-5a82-00a0-a2db7757b4f5
> {code}
> [ERROR] Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 93.992 s <<< FAILURE! - in
> org.apache.flink.connector.kafka.source.reader.KafkaSourceReaderTest
> [ERROR]
> testOffsetCommitOnCheckpointComplete(org.apache.flink.connector.kafka.source.reader.KafkaSourceReaderTest)
> Time elapsed: 60.086 s <<< ERROR!
> java.util.concurrent.TimeoutException: The offset commit did not finish
> before timeout.
> at
> org.apache.flink.core.testutils.CommonTestUtils.waitUtil(CommonTestUtils.java:210)
> at
> org.apache.flink.connector.kafka.source.reader.KafkaSourceReaderTest.pollUntil(KafkaSourceReaderTest.java:270)
> at
> org.apache.flink.connector.kafka.source.reader.KafkaSourceReaderTest.testOffsetCommitOnCheckpointComplete(KafkaSourceReaderTest.java:189)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)