[ https://issues.apache.org/jira/browse/FLINK-36201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879116#comment-17879116 ]
Rui Fan edited comment on FLINK-36201 at 9/4/24 8:34 AM: --------------------------------------------------------- master: 57bc16948bef75cf0fb483efb8bb9959d72cf513 1.20: 5d9a1c5de9dd30220e7e9cf3fbe5bf1bdedb6749 was (Author: davidmoravek): master: 57bc16948bef75cf0fb483efb8bb9959d72cf513 > StateLocalitySlotAssigner should be only used when local recovery is enabled > for Adaptive Scheduler > --------------------------------------------------------------------------------------------------- > > Key: FLINK-36201 > URL: https://issues.apache.org/jira/browse/FLINK-36201 > Project: Flink > Issue Type: Bug > Components: Runtime / Coordination > Reporter: Rui Fan > Assignee: Rui Fan > Priority: Major > Labels: pull-request-available > Fix For: 2.0.0 > > > SlotSharingSlotAllocator created the StateLocalitySlotAssigner[1] instead of > DefaultSlotAssigner whenever failover happens. > I'm curious why we use StateLocalitySlotAssigner when local recovery is > disable. > As I understand, the local recovery doesn't take effect if flink doesn't > backup state on the TM local disk. So StateLocalitySlotAssigner should be > only used when local recovery is enabled. > > [1] > [https://github.com/apache/flink/blob/c869326d089705475481c2c2ea42a6efabb8c828/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/allocator/SlotSharingSlotAllocator.java#L136] -- This message was sent by Atlassian Jira (v8.20.10#820010)