[
https://issues.apache.org/jira/browse/YARN-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516885#comment-14516885
]
Hudson commented on YARN-3530:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #177 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/177/])
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
> Fix For: 2.8.0
>
> 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)