Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/1582#issuecomment-179365564
I think the change is good to merge when travis has passed.
I tried it on GCE:
```
17:36:55,084 INFO org.apache.flink.yarn.YarnTaskManager
- Disassociating from JobManager
17:36:55,085 INFO org.apache.flink.runtime.blob.BlobCache
- Shutting down BlobCache
17:36:55,091 INFO org.apache.flink.runtime.io.network.netty.NettyClient
- Successful shutdown (took 1 ms).
17:36:55,093 INFO org.apache.flink.runtime.io.network.netty.NettyServer
- Successful shutdown (took 2 ms).
17:36:55,100 INFO org.apache.flink.runtime.io.disk.iomanager.IOManager
- I/O manager removed spill file directory
/yarn/nm/usercache/robert/appcache/application_1454519946027_0001/flink-io-8b81b3ad-ad78-4e69-b5ad-0c70564c109c
17:36:55,104 INFO org.apache.flink.yarn.YarnTaskManager
- Task manager akka://flink/user/taskmanager is completely shut down.
17:36:55,108 INFO akka.remote.RemoteActorRefProvider$RemotingTerminator
- Shutting down remote daemon.
17:36:55,113 INFO akka.remote.RemoteActorRefProvider$RemotingTerminator
- Remote daemon shut down; proceeding with flushing remote transports.
17:36:55,133 INFO akka.remote.RemoteActorRefProvider$RemotingTerminator
- Remoting shut down.
17:36:55,152 INFO org.apache.flink.yarn.YarnTaskManager
- Shutdown completed. Stopping JVM.
```
and the JobMaanger:
```
17:36:55,412 INFO org.apache.flink.yarn.YarnJobManager
- Stopping JobManager akka.tcp://[email protected]:48514/user/jobmanager.
17:36:55,420 INFO org.apache.flink.runtime.blob.BlobServer
- Stopped BLOB server at 0.0.0.0:34112
17:36:55,423 INFO akka.remote.RemoteActorRefProvider$RemotingTerminator
- Shutting down remote daemon.
17:36:55,424 INFO akka.remote.RemoteActorRefProvider$RemotingTerminator
- Remote daemon shut down; proceeding with flushing remote transports.
17:36:55,443 INFO akka.remote.RemoteActorRefProvider$RemotingTerminator
- Remoting shut down.
17:36:55,462 INFO org.apache.flink.yarn.YarnJobManager
- Shutdown completed. Stopping JVM.
17:36:55,463 INFO org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
- Removing web dashboard root cache directory
/tmp/flink-web-80b910a6-ec68-4729-b130-c5f655ff497c
17:36:55,463 INFO org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
- Removing web dashboard jar upload directory
/tmp/flink-web-upload-d814908a-d24d-407b-9ed4-0cab2b1a28ae
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---