[
https://issues.apache.org/jira/browse/FLINK-34560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl closed FLINK-34560.
---------------------------------
Resolution: Duplicate
This is the same issue that's already reported with FLINK-34227. I'm closing
this issue in favor of FLINK-34227.
> JoinITCase seems to fail on a broader scale (MiniCluster issue?)
> ----------------------------------------------------------------
>
> Key: FLINK-34560
> URL: https://issues.apache.org/jira/browse/FLINK-34560
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.18.1
> Reporter: Matthias Pohl
> Priority: Major
> Labels: github-actions, test-stability
>
> https://github.com/apache/flink/actions/runs/8105495458/job/22154140154#step:10:11906
> The {{o.a.f.table.planner.runtime.stream.table.JoinITCase}} test methods
> share the same MiniCluster. Job 0d045f91b959c15f49ab18f0613aebd6 is submitted
> in test {{JoinITCase#testJoinWithMultipleKeys[StateBackend=ROCKSDB]}}. This
> is the last test that successfully ran. But the job gets reassigned to the
> cluster before the next test
> {{testInnerJoinWithExpressionPreds[stateBackend=ROCKSDB]}} submits its job
> e54a8aec0b89012d66a1cf7e4b3c283f. 0d045f91b959c15f49ab18f0613aebd6 occupies
> all the resources (4 slots) which won't become available for the subsequent
> test runs and make them fail.
> {code}
> Missing resources:
> Job e54a8aec0b89012d66a1cf7e4b3c283f
> ResourceRequirement{resourceProfile=ResourceProfile{UNKNOWN},
> numberOfRequiredSlots=4}
> Current resources:
> TaskManager 3be92028-41f6-4c4c-891b-57ec9d150bfd
> Available: ResourceProfile{cpuCores=0, taskHeapMemory=0
> bytes, taskOffHeapMemory=0 bytes, managedMemory=0 bytes, networkMemory=0
> bytes}
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)