[
https://issues.apache.org/jira/browse/FLINK-17018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu updated FLINK-17018:
----------------------------
Description:
The DefaultExecutionSlotAllocator should allocate slot in bulks, that means the
bulks of slot requests will be sent together and fail if any of the request
fails.
Note this is a first step to fully functional bulk slot allocation. Current
limitations would be:
1. Slot sharing will be ignored
2. Co-location constraints are not allowed
3. intra-bulk input location preferences will be ignored
was:
The DefaultExecutionSlotAllocator should allocate slot in bulks, that means the
bulks of slot requests will be sent together and fail if any of the request
fails.
Note this :
1. Slot sharing will not be respected
> DefaultExecutionSlotAllocator allocates slots in bulks ignoring slot sharing
> ----------------------------------------------------------------------------
>
> Key: FLINK-17018
> URL: https://issues.apache.org/jira/browse/FLINK-17018
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination
> Affects Versions: 1.11.0
> Reporter: Zhu Zhu
> Priority: Major
> Fix For: 1.11.0
>
>
> The DefaultExecutionSlotAllocator should allocate slot in bulks, that means
> the bulks of slot requests will be sent together and fail if any of the
> request fails.
> Note this is a first step to fully functional bulk slot allocation. Current
> limitations would be:
> 1. Slot sharing will be ignored
> 2. Co-location constraints are not allowed
> 3. intra-bulk input location preferences will be ignored
--
This message was sent by Atlassian Jira
(v8.3.4#803005)