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

Hadoop QA commented on HBASE-9894:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12612145/HBase-9894-0.94.txt
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7738//console

This message is automatically generated.

> remove the inappropriate assert statement in Store.getSplitPoint()
> ------------------------------------------------------------------
>
>                 Key: HBASE-9894
>                 URL: https://issues.apache.org/jira/browse/HBASE-9894
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.94.6, 0.94.12
>            Reporter: Liang Xie
>            Assignee: Liang Xie
>            Priority: Minor
>         Attachments: HBase-9894-0.94.txt
>
>
> One of my friend encountered a RS abort issue frequently during loading data. 
> Here is the log stack:
> FATAL org.apache.hadoop.hbase.regionserver.HRegionServer: ABORTING region 
> server gdc-dn49-formal.i.nease.net,60020,138320
> 3883151: Uncaught exception in service thread regionserver60020.cacheFlusher
> java.lang.AssertionError: getSplitPoint() called on a region that can't split!
>         at 
> org.apache.hadoop.hbase.regionserver.Store.getSplitPoint(Store.java:1926)
>         at 
> org.apache.hadoop.hbase.regionserver.RegionSplitPolicy.getSplitPoint(RegionSplitPolicy.java:79)
>         at 
> org.apache.hadoop.hbase.regionserver.HRegion.checkSplit(HRegion.java:5603)
>         at 
> org.apache.hadoop.hbase.regionserver.MemStoreFlusher.flushRegion(MemStoreFlusher.java:415)
>         at 
> org.apache.hadoop.hbase.regionserver.MemStoreFlusher.flushRegion(MemStoreFlusher.java:387)
>         at 
> org.apache.hadoop.hbase.regionserver.MemStoreFlusher.run(MemStoreFlusher.java:250)
>         at java.lang.Thread.run(Thread.java:662)



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to