[
https://issues.apache.org/jira/browse/FLINK-22674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu updated FLINK-22674:
----------------------------
Fix Version/s: 1.14.0
> Provide JobID when apply shuffle resource by ShuffleMaster
> ----------------------------------------------------------
>
> Key: FLINK-22674
> URL: https://issues.apache.org/jira/browse/FLINK-22674
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Network
> Reporter: Jin Xing
> Assignee: Yingjie Cao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> In current Flink 'pluggable shuffle service' framework, only
> PartitionDescriptor and ProducerDescriptor are included as parameters in
> ShuffleMaster#registerPartitionWithProducer.
> But when extending a remote shuffle service based on 'pluggable shuffle
> service', JobID is also needed when apply shuffle resource from remote
> cluster. It can be used as an identification to link shuffle resource with
> the corresponding job:
> # Remote shuffle cluster can isolate or do capacity control on shuffle
> resource between jobs;
> # Remote shuffle cluster can use JobID for shuffle data cleanup when job is
> lost thus to avoid file leak;
--
This message was sent by Atlassian Jira
(v8.3.4#803005)