[
https://issues.apache.org/jira/browse/FLINK-34227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17924495#comment-17924495
]
Matthias Pohl edited comment on FLINK-34227 at 2/7/25 10:42 AM:
----------------------------------------------------------------
* master (2.1)
**
[aae92a02372b4c316bfd71b8712f58fe1f7f47f9|https://github.com/apache/flink/commit/aae92a02372b4c316bfd71b8712f58fe1f7f47f9]
**
[414516ad2d343f60ef43659955b3db35cc49cca7|https://github.com/apache/flink/commit/414516ad2d343f60ef43659955b3db35cc49cca7]
* 2.0: tba
* 1.20
**
[9689af6a88ae6f4d34d67177a201badbdb4c2528|https://github.com/apache/flink/commit/9689af6a88ae6f4d34d67177a201badbdb4c2528]
**
[46521cda7737841fd175a6ac720a08008bbbc222|https://github.com/apache/flink/commit/46521cda7737841fd175a6ac720a08008bbbc222]
* 1.19
**
[216d3923380ea91383337678cda82be233aa9bb6|https://github.com/apache/flink/commit/216d3923380ea91383337678cda82be233aa9bb6]
**
[eef910f70988a12bb85022674763bbc35448ddf7|https://github.com/apache/flink/commit/eef910f70988a12bb85022674763bbc35448ddf7]
was (Author: mapohl):
* master (2.1)
**
[aae92a02372b4c316bfd71b8712f58fe1f7f47f9|https://github.com/apache/flink/commit/aae92a02372b4c316bfd71b8712f58fe1f7f47f9]
**
[414516ad2d343f60ef43659955b3db35cc49cca7|https://github.com/apache/flink/commit/414516ad2d343f60ef43659955b3db35cc49cca7]
* 2.0: tba
* 1.20: tba
* 1.19: tba
> Job doesn't disconnect from ResourceManager
> -------------------------------------------
>
> Key: FLINK-34227
> URL: https://issues.apache.org/jira/browse/FLINK-34227
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.19.0, 1.18.1
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Critical
> Labels: github-actions, pull-request-available, test-stability
> Attachments: FLINK-34227.7e7d69daebb438b8d03b7392c9c55115.log,
> FLINK-34227.log
>
>
> https://github.com/XComp/flink/actions/runs/7634987973/job/20800205972#step:10:14557
> {code}
> [...]
> "main" #1 prio=5 os_prio=0 tid=0x00007fcccc4b7000 nid=0x24ec0 waiting on
> condition [0x00007fccce1eb000]
> java.lang.Thread.State: WAITING (parking)
> at sun.misc.Unsafe.park(Native Method)
> - parking to wait for <0x00000000bdd52618> (a
> java.util.concurrent.CompletableFuture$Signaller)
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
> java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
> at
> java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
> at
> java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
> at
> java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
> at
> org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:2131)
> at
> org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:2099)
> at
> org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:2077)
> at
> org.apache.flink.streaming.api.scala.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.scala:876)
> at
> org.apache.flink.table.planner.runtime.stream.sql.WindowDistinctAggregateITCase.testHopWindow_Cube(WindowDistinctAggregateITCase.scala:550)
> [...]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)