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

Hudson commented on HBASE-12764:
--------------------------------

SUCCESS: Integrated in HBase-1.1 #28 (See 
[https://builds.apache.org/job/HBase-1.1/28/])
HBASE-12764 TestPerColumnFamilyFlush#testCompareStoreFileCount may fail due to 
new table not available (tedyu: rev 978d90b5573b2700f0f9e5d09b412a2b9ebf664f)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestPerColumnFamilyFlush.java


> TestPerColumnFamilyFlush#testCompareStoreFileCount may fail due to new table 
> not available
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-12764
>                 URL: https://issues.apache.org/jira/browse/HBASE-12764
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>             Fix For: 2.0.0, 1.1.0
>
>         Attachments: 12764-001.patch, 12764-002.patch
>
>
> From 
> https://builds.apache.org/job/HBase-1.1/27/testReport/org.apache.hadoop.hbase.regionserver/TestPerColumnFamilyFlush/testCompareStoreFileCount/
>  :
> {code}
> java.lang.NullPointerException: null
>       at 
> org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testCompareStoreFileCount(TestPerColumnFamilyFlush.java:542)
> {code}
> The exception was due to getRegionWithName() returning null:
> {code}
>     getRegionWithName(TABLENAME).getFirst();
> {code}
> The new table was not available yet.



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

Reply via email to