Aljoscha Krettek created FLINK-15265:
----------------------------------------
Summary: 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
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)