[
https://issues.apache.org/jira/browse/HBASE-18679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16142530#comment-16142530
]
Hudson commented on HBASE-18679:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.1-JDK7 #1905 (See
[https://builds.apache.org/job/HBase-1.1-JDK7/1905/])
HBASE-18679 Add a null check around the result of getCounters() in ITBLL
(elserj: rev 8d6e37bb260a787e7d5d97495f5cc1ca260695d7)
* (edit)
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
> YARN may null Counters object and cause an NPE in ITBLL
> -------------------------------------------------------
>
> Key: HBASE-18679
> URL: https://issues.apache.org/jira/browse/HBASE-18679
> Project: HBase
> Issue Type: Bug
> Components: integration tests
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Trivial
> Fix For: 2.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 1.1.13
>
> Attachments: HBASE-18679.001.patch, HBASE-18679.002.patch
>
>
> YARN has a configuration limit to the number of counters that a job can
> create (to avoid some bad job from DDOS'ing the service).
> When running ITBLL, we ran into this limit due to the default configuration
> rather low at the time. When YARN notices that the counter limit has been
> exceeded, it nulls out the Counters object obtained by the Job.
> Presently in ITBLL, we have a few places where we (reasonably ;)) assume that
> the Counters object would be non-null. Can easily fix this with a null-check.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)