You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/07/22 07:42:31 UTC

[jira] Assigned: (HBASE-758) Throwing IOE read-only when should be throwing NSRE

     [ https://issues.apache.org/jira/browse/HBASE-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-758:
---------------------------

    Assignee: stack

> Throwing IOE read-only when should be throwing NSRE
> ---------------------------------------------------
>
>                 Key: HBASE-758
>                 URL: https://issues.apache.org/jira/browse/HBASE-758
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.2.0
>
>         Attachments: readonly.patch
>
>
> Am seeing exceptions like the following during 'normal' operation though the region has not been explicitly set to be read-only (new feature added with commit of HBASE-62).
> {code}
> 2008-07-21 20:50:25,071 INFO org.apache.hadoop.ipc.Server: IPC Server handler 3 on 60020, call batchUpdate([B@63443c, row => 0000791906, {column => info:data, value => '...'}) from XX.XX.XX.139:59778: error: java.io.IOException: region is read only
> java.io.IOException: region is read only
>         at org.apache.hadoop.hbase.regionserver.HRegion.batchUpdate(HRegion.java:1322)
>         at org.apache.hadoop.hbase.regionserver.HRegionServer.batchUpdate(HRegionServer.java:1151)
>         at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.hadoop.hbase.ipc.HbaseRPC$Server.call(HbaseRPC.java:438)
>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:896)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.