Prabhu Joseph created YARN-9408:
-----------------------------------

             Summary: @Path("/apps/{appid}/appattempts") error message misleads
                 Key: YARN-9408
                 URL: https://issues.apache.org/jira/browse/YARN-9408
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Prabhu Joseph
            Assignee: Prabhu Joseph


@Path("/apps/{appid}/appattempts") error message is misleading. 
NotFoundException "Unable to find the context flow name, and flow run id, and 
user id" is displayed while app attempts is looked.

{code}
[hbase@yarn-ats-3 ~]$ curl -s 
"http://yarn-ats-3:8198/ws/v2/timeline/apps/application_1553258815132_0004/appattempts?user.name=hbase";
 | jq .
{
  "exception": "NotFoundException",
  "message": "java.lang.Exception: Unable to find the context flow name, and 
flow run id, and user id for clusterId=ats, 
appId=application_1553258815132_0004",
  "javaClassName": "org.apache.hadoop.yarn.webapp.NotFoundException"
}

[hbase@yarn-ats-3 ~]$ curl -s 
"http://yarn-ats-3:8198/ws/v2/timeline/clusters/ats/apps/application_1553258815132_0005/appattempts?user.name=hbase";
 | jq .
{
  "exception": "NotFoundException",
  "message": "java.lang.Exception: Unable to find the context flow name, and 
flow run id, and user id for clusterId=ats, 
appId=application_1553258815132_0005",
  "javaClassName": "org.apache.hadoop.yarn.webapp.NotFoundException"
}
{code}



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

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

Reply via email to