Weihua Hu created FLINK-32225: --------------------------------- Summary: merge task deployment related fields into a new configuration Key: FLINK-32225 URL: https://issues.apache.org/jira/browse/FLINK-32225 Project: Flink Issue Type: Technical Debt Components: Runtime / Coordination Reporter: Weihua Hu Fix For: 1.18.0
As discussed in https://github.com/apache/flink/pull/22674 TaskDeploymentDescriptorFactory#fromExecution needs to retrieve several fields from the ExecutionGraphAccessor. We could introduce a new TaskDeploymentDescriptorConfiguration to merge all these fields to make the EG/TaskDeploymentDescriptor more readable. -- This message was sent by Atlassian Jira (v8.20.10#820010)