[ https://issues.apache.org/jira/browse/FLINK-35810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932145#comment-17932145 ]
Yunfeng Zhou commented on FLINK-35810: -------------------------------------- Hi all, I reproduced the bug locally and raised a bugfix for it in [26241|https://github.com/apache/flink/pull/26241]. As described in the PR, this bug is only a missing code in test case. It does not affect production code so is not a blocker issue for release-2.0. Besides, this test failure is not related to the OOM in the log, as it can be found that successful CIs also have this OOM in the log ([example CI|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=66387&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef]). The OOM has existed in release 1.20 ([example CI|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=66388&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=1043]) so should also not be a blocker for 2.0. > OOM in > AsyncWaitOperatorTest.testProcessingTimeRepeatedCompleteUnorderedWithRetry > --------------------------------------------------------------------------------- > > Key: FLINK-35810 > URL: https://issues.apache.org/jira/browse/FLINK-35810 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 2.0-preview > Reporter: Rui Fan > Assignee: Yunfeng Zhou > Priority: Blocker > Labels: pull-request-available, test-stability > Fix For: 2.0.0 > > > AsyncWaitOperatorTest.testProcessingTimeRepeatedCompleteUnorderedWithRetry > fails > > [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=60837&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=10159] > > I always saw an OOM before this test failure. > {code:java} > Jul 25 04:58:33 java.lang.OutOfMemoryError: Java heap space > Jul 25 04:58:33 Dumping heap to java_pid23540.hprof ... > Jul 25 04:58:34 Heap dump file created [36427163 bytes in 0.226 secs]{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)