[
https://issues.apache.org/jira/browse/FLINK-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16185433#comment-16185433
]
Bowen Li commented on FLINK-7648:
---------------------------------
[~till.rohrmann] What do you mean by "wait on its completion via the
termination future"?
I wrote the following test, and it immediately terminates:
{code:java}
public class Test {
public static void main(String[] args) {
String configDir =
"flink-dist/target/flink-1.4-SNAPSHOT-bin/flink-1.4-SNAPSHOT/conf";
String[] arg = {"--configDir", configDir};
StandaloneSessionClusterEntrypoint.main(arg);
}
}
{code}
```
> Port TaskManagersHandler to new REST endpoint
> ---------------------------------------------
>
> Key: FLINK-7648
> URL: https://issues.apache.org/jira/browse/FLINK-7648
> Project: Flink
> Issue Type: Sub-task
> Components: REST, Webfrontend
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: Bowen Li
> Labels: flip-6
> Fix For: 1.4.0
>
>
> Port existing {{TaskManagersHandler}} to the new REST endpoint
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)