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 "Suma Shivaprasad (JIRA)" <ji...@apache.org> on 2018/08/09 16:53:00 UTC

[jira] [Commented] (YARN-8521) NPE in AllocationTagsManager when a container is removed more than once

    [ https://issues.apache.org/jira/browse/YARN-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16575125#comment-16575125 ] 

Suma Shivaprasad commented on YARN-8521:
----------------------------------------

Thanks [~cheersyang] +1. Patch 003 LGTM. Can you pls check if UT failures are related?

> NPE in AllocationTagsManager when a container is removed more than once
> -----------------------------------------------------------------------
>
>                 Key: YARN-8521
>                 URL: https://issues.apache.org/jira/browse/YARN-8521
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 3.1.0
>            Reporter: Weiwei Yang
>            Assignee: Weiwei Yang
>            Priority: Major
>         Attachments: YARN-8521.001.patch, YARN-8521.002.patch, YARN-8521.003.patch
>
>
> We've seen sometimes there is NPE in AllocationTagsManager
> {code:java}
> private void removeTagFromInnerMap(Map<String, Long> innerMap, String tag) {
>   Long count = innerMap.get(tag);
>   if (count > 1) { // NPE!!
>   ...
> {code}
> it seems {{AllocationTagsManager#removeContainer}} somehow gets called more than once for a same container.



--
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