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

Hudson commented on HBASE-7731:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #389 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/389/])
    HBASE-7731 Append/Increment methods in HRegion don't check whether the 
table is readonly or not (Devaraj) (Revision 1441593)

     Result = FAILURE
tedyu : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java

                
> Append/Increment methods in HRegion don't check whether the table is readonly 
> or not
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-7731
>                 URL: https://issues.apache.org/jira/browse/HBASE-7731
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>             Fix For: 0.96.0, 0.94.5
>
>         Attachments: 7731-1.patch, 7731-1.patch
>
>
> I bumped into this one - All the mutation calls like Put, Delete check 
> whether the region in question is readonly. The append and increment calls 
> don't.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to