[
https://issues.apache.org/jira/browse/FLINK-15265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-15265.
------------------------------------
Resolution: Fixed
Fixed on master in 972aac15eb1251727dd026e154ce53f61ab1d3fe
Fixed on release-1.10 in 2d67cba58abb24713e5e3213e13acc466c9284a4
> Remove "-executor" suffix from executor names
> ---------------------------------------------
>
> Key: FLINK-15265
> URL: https://issues.apache.org/jira/browse/FLINK-15265
> Project: Flink
> Issue Type: Bug
> Components: API / Core
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The executor names always have "-executor" as a suffix, this is reduntant.
> Currently, the executor name is also used to retrieve a {{ClusterClient}},
> where it is unfortunate that the name has executor as a suffix. In the future
> we might provide something like a {{FlinkClient}} that offers a programmatic
> API for the functionality of {{bin/flink}}, here we would also use the same
> names.
> In reality, the "executor names" are not names of executors but deployment
> targets. That's why the current naming seems a bit unnatural.
> This is a simple search-and-replace job, no new functionality.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)