You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Chandni Singh (JIRA)" <ji...@apache.org> on 2018/11/01 22:02:00 UTC

[jira] [Created] (YARN-8966) Need a state for Localized resources that indicates if the localization is in progress

Chandni Singh created YARN-8966:
-----------------------------------

             Summary: Need a state for Localized resources that indicates if the localization is in progress
                 Key: YARN-8966
                 URL: https://issues.apache.org/jira/browse/YARN-8966
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Chandni Singh
            Assignee: Chandni Singh


Refer YARN-8867.
 Following are some existing limitations in the code of ResourceLocalizationService and LocalizedResource that makes it difficult to differentiate the resources which are queued from the ones for which localization is in progress:
# LocalizedResource state does not differentiate between resources that are queued and the ones which are actually in-progress. For both of them, the state is DOWNLOADING
 # In ResourceLocalizationService.LocalizerRunner, the pending collection holds the resources that are queued as well as submitted. Items from this list is not removed even when they are submitted. They are removed only when the state changes from DOWNLOADING to localized or localization failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org