[
https://issues.apache.org/jira/browse/YARN-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508107#comment-14508107
]
Hadoop QA commented on YARN-3530:
---------------------------------
\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch | 14m 53s | Pre-patch trunk compilation is
healthy. |
| {color:green}+1{color} | @author | 0m 0s | The patch does not contain any
@author tags. |
| {color:green}+1{color} | tests included | 0m 0s | The patch appears to
include 1 new or modified test files. |
| {color:red}-1{color} | whitespace | 0m 0s | The patch has 98 line(s) that
end in whitespace. |
| {color:green}+1{color} | javac | 7m 48s | There were no new javac warning
messages. |
| {color:green}+1{color} | javadoc | 9m 55s | There were no new javadoc
warning messages. |
| {color:green}+1{color} | release audit | 0m 23s | The applied patch does
not increase the total number of release audit warnings. |
| {color:red}-1{color} | checkstyle | 4m 5s | The applied patch generated 3
additional checkstyle issues. |
| {color:green}+1{color} | install | 1m 36s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse | 0m 33s | The patch built with
eclipse:eclipse. |
| {color:green}+1{color} | findbugs | 0m 45s | The patch does not introduce
any new Findbugs (version 2.0.3) warnings. |
| {color:green}+1{color} | yarn tests | 2m 46s | Tests passed in
hadoop-yarn-server-applicationhistoryservice. |
| | | 42m 46s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12727360/YARN-3530.1.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 0ebe84d |
| whitespace |
https://builds.apache.org/job/PreCommit-YARN-Build/7461/artifact/patchprocess/whitespace.txt
|
| checkstyle |
https://builds.apache.org/job/PreCommit-YARN-Build/7461/artifact/patchprocess/checkstyle-result-diff.txt
|
| hadoop-yarn-server-applicationhistoryservice test log |
https://builds.apache.org/job/PreCommit-YARN-Build/7461/artifact/patchprocess/testrun_hadoop-yarn-server-applicationhistoryservice.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-YARN-Build/7461/testReport/ |
| Console output |
https://builds.apache.org/job/PreCommit-YARN-Build/7461//console |
This message was automatically generated.
> 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)