[jira] [Resolved] (TWILL-250) On restarting the TwillRunnerService process, it can causes running apps unable to spin up new container

2017-12-04 Thread Terence Yim (JIRA)

 [ 
https://issues.apache.org/jira/browse/TWILL-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Terence Yim resolved TWILL-250.
---
Resolution: Not A Problem

Turns out it has been handled by checking against running applications

> On restarting the TwillRunnerService process, it can causes running apps 
> unable to spin up new container
> 
>
> Key: TWILL-250
> URL: https://issues.apache.org/jira/browse/TWILL-250
> Project: Apache Twill
>  Issue Type: Bug
>  Components: core, yarn
>Affects Versions: 0.10.0, 0.11.0, 0.12.0
>Reporter: Terence Yim
>Assignee: Terence Yim
>Priority: Blocker
>
> A new TwillRunnerService instance will have a different sessionId (timestamp) 
> and the `LocationCacheCleaner` just remove older version blindly, causing 
> existing application fail to localize files when launch new container.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (TWILL-251) Hadoop21YarnNMClient logs too frequent on stopping container

2017-12-04 Thread Terence Yim (JIRA)

 [ 
https://issues.apache.org/jira/browse/TWILL-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Terence Yim resolved TWILL-251.
---
Resolution: Fixed

> Hadoop21YarnNMClient logs too frequent on stopping container
> 
>
> Key: TWILL-251
> URL: https://issues.apache.org/jira/browse/TWILL-251
> Project: Apache Twill
>  Issue Type: Improvement
>Reporter: Terence Yim
>Assignee: Terence Yim
> Fix For: 0.13.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TWILL-251) Hadoop21YarnNMClient logs too frequent on stopping container

2017-12-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TWILL-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16277190#comment-16277190
 ] 

ASF GitHub Bot commented on TWILL-251:
--

Github user asfgit closed the pull request at:

https://github.com/apache/twill/pull/64


> Hadoop21YarnNMClient logs too frequent on stopping container
> 
>
> Key: TWILL-251
> URL: https://issues.apache.org/jira/browse/TWILL-251
> Project: Apache Twill
>  Issue Type: Improvement
>Reporter: Terence Yim
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] twill pull request #64: (TWILL-251) Reduce log level of YarnNMClient

2017-12-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/twill/pull/64


---