[
https://issues.apache.org/jira/browse/FLINK-21745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303368#comment-17303368
]
Matthias edited comment on FLINK-21745 at 3/17/21, 12:42 PM:
-------------------------------------------------------------
The test is failing due to a change in
[bc08cff|https://github.com/apache/flink/commit/bc08cff1620e65cde64bb1b5158749aa652fd393]
(FLINK-21135) that removed the overwriting of the default parallelism {{-1}}.
This caused
[SlotSharingSlotAllocator.calculateRequiredSlots|https://github.com/apache/flink/blob/50eca3182cad284990fd8c48b50e74582995d99f/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/allocator/SlotSharingSlotAllocator.java#L61]
to fail as there's only on {{JobVertex}} having the default parallelism of
{{-1}}.
was (Author: mapohl):
The test is failing due to a change in
[bc08cff|https://github.com/apache/flink/commit/bc08cff1620e65cde64bb1b5158749aa652fd393]
that removed the overwriting of the default parallelism {{-1}}. This caused
[SlotSharingSlotAllocator.calculateRequiredSlots|https://github.com/apache/flink/blob/50eca3182cad284990fd8c48b50e74582995d99f/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/allocator/SlotSharingSlotAllocator.java#L61]
to fail as there's only on {{JobVertex}} having the default parallelism of
{{-1}}.
> JobMasterTest.testReconnectionAfterDisconnect hangs on azure
> ------------------------------------------------------------
>
> Key: FLINK-21745
> URL: https://issues.apache.org/jira/browse/FLINK-21745
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.13.0
> Reporter: Dawid Wysakowicz
> Assignee: Matthias
> Priority: Major
> Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=14500&view=logs&j=0e7be18f-84f2-53f0-a32d-4a5e4a174679&t=7030a106-e977-5851-a05e-535de648c9c9&l=8884
> {code}
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)