[ https://issues.apache.org/jira/browse/FLINK-9632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
shuai.xu closed FLINK-9632. --------------------------- Resolution: Invalid > SlotPool should notify the caller when allocateSlot meet an exception > --------------------------------------------------------------------- > > Key: FLINK-9632 > URL: https://issues.apache.org/jira/browse/FLINK-9632 > Project: Flink > Issue Type: Bug > Components: Cluster Management > Reporter: shuai.xu > Assignee: shuai.xu > Priority: Major > Labels: flip-6 > > In SlotPool, the allocateSlot() will return a CompletableFuture<LogicalSlot>, > but this future will only be completed when slotAndLocalityFuture return a > LogicSlot, if slotAndLocalityFuture is completed exceptionally, it will never > be completed. so the caller will never know it. -- This message was sent by Atlassian JIRA (v7.6.3#76005)