You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/15 15:58:17 UTC

[GitHub] [flink] aljoscha opened a new pull request #10583: [FLINK-15265] Remove "-executor" suffix from executor names

aljoscha opened a new pull request #10583: [FLINK-15265] Remove "-executor" suffix from executor names
URL: https://github.com/apache/flink/pull/10583
 
 
   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. So no tests are needed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services