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

Teruyoshi Zenmyo updated YARN-5807:
-----------------------------------
    Attachment: YARN-5807.patch

A workaround patch ignore ScheduledFuture in logging

> ResourceLocalizationService does not clean up local cache periodically
> ----------------------------------------------------------------------
>
>                 Key: YARN-5807
>                 URL: https://issues.apache.org/jira/browse/YARN-5807
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 3.0.0-alpha1
>            Reporter: Teruyoshi Zenmyo
>         Attachments: YARN-5807.patch
>
>
> The cache cleanup task uses ScheduledFuture and invokes its get() method in 
> ExecutorHelper.logThrowableFromAfterExecute().
> However, ScheduledFuture.get never seems to return, and subsequent cleanup 
> tasks cannot start since they wait for completion of preceding tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to