Till Rohrmann created FLINK-8653: ------------------------------------ Summary: Remove slot request timeout from SlotPool Key: FLINK-8653 URL: https://issues.apache.org/jira/browse/FLINK-8653 Project: Flink Issue Type: Improvement Components: Distributed Coordination Affects Versions: 1.5.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Fix For: 1.5.0
After addressing FLINK-8643, we can further simplify the {{SlotPool}} by replacing the internal slot request timeout by the timeout given to {{SlotPool#allocateSlot}}. Since this request will timeout on the {{ProviderAndOwner}} side anyway, we should do the same on the {{SlotPool}} side. -- This message was sent by Atlassian JIRA (v7.6.3#76005)