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

Rohith Sharma K S commented on YARN-8063:
-----------------------------------------

Failed test case _TestDistributedShell#testDSShellWithoutDomainV2DefaultFlow_ 
is flaky and will be tracked as part of YARN-7771. 

> DistributedShellTimelinePlugin wrongly check for entityId instead of 
> entityType
> -------------------------------------------------------------------------------
>
>                 Key: YARN-8063
>                 URL: https://issues.apache.org/jira/browse/YARN-8063
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Rohith Sharma K S
>            Assignee: Rohith Sharma K S
>            Priority: Major
>         Attachments: YARN-8063.01.patch
>
>
> DistributedShellTimelinePlugin#getTimelineEntityGroupId compare with entityId 
> rather than entityType. This causes to fail to getTimelineEntityGroupId.  
> {code}
>  public Set<TimelineEntityGroupId> getTimelineEntityGroupId(String entityId,
>       String entityType) {
>     if (ApplicationMaster.DSEntity.DS_CONTAINER.toString().equals(entityId)) {
>       ContainerId containerId = ContainerId.fromString(entityId);
>       ApplicationId appId = containerId.getApplicationAttemptId()
>           .getApplicationId();
>       return toEntityGroupId(appId.toString());
>     }
>     return null;
>   }
> {code}



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

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

Reply via email to