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

Hudson commented on YARN-3530:
------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #7686 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7686/])
YARN-3530. ATS throws exception on trying to filter results without (xgong: rev 
7f07c4d81023e3bf4bf8980e64cc9420ec31cf55)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/TimelineStoreTestUtils.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/LeveldbTimelineStore.java
* hadoop-yarn-project/CHANGES.txt


> ATS throws exception on trying to filter results without otherinfo.
> -------------------------------------------------------------------
>
>                 Key: YARN-3530
>                 URL: https://issues.apache.org/jira/browse/YARN-3530
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: timelineserver
>            Reporter: Sreenath Somarajapuram
>            Assignee: Zhijie Shen
>            Priority: Critical
>         Attachments: YARN-3530.1.patch
>
>
> Scenario:
> Am attempting to make data loading faster by fetching otherinfo on demand. As 
> shown in the attached image, the patch adds a 'Load Counters' checkbox. It 
> would be disabled by default, and on clicking, the counter data also would be 
> loaded.
> Issue:
> Things are good when otherinfo is loaded.
> But ATS throws exception on trying to filter on status or applicationId 
> without otherinfo in fields list.
> In other words, using fields=events,primaryfilters with 
> secondaryFilter=status:RUNNING will return
> { "exception": "WebApplicationException", "message": 
> "java.lang.NullPointerException", "javaClassName": 
> "javax.ws.rs.WebApplicationException" }
> from the server.



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

Reply via email to