[GitHub] twill pull request #4: TWILL-190 Wait for Twill runnables to stop when resta...

2016-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/twill/pull/4 --- 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

[GitHub] twill pull request #4: TWILL-190 Wait for Twill runnables to stop when resta...

2016-08-25 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/4#discussion_r76318343 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/appmaster/ApplicationMasterService.java --- @@ -268,20 +270,33 @@ public void acquired(List> launche

[GitHub] twill pull request #4: TWILL-190 Wait for Twill runnables to stop when resta...

2016-08-25 Thread chtyim
Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/4#discussion_r76317898 --- Diff: twill-core/src/main/java/org/apache/twill/internal/TwillContainerLauncher.java --- @@ -220,5 +250,31 @@ public ContainerLiveNodeData getLiveNodeData()

[GitHub] twill pull request #4: TWILL-190 Wait for Twill runnables to stop when resta...

2016-08-25 Thread poornachandra
GitHub user poornachandra opened a pull request: https://github.com/apache/twill/pull/4 TWILL-190 Wait for Twill runnables to stop when restarting them Also kill non-responding Twill runnables after a timeout. JIRA - https://issues.apache.org/jira/browse/TWILL-190 O