You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2013/10/17 00:04:42 UTC

[jira] [Commented] (HBASE-9783) Validate column families early in o.a.h.h.regionserver.HRegion.mutateRowsWithLocks()

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

Nick Dimiduk commented on HBASE-9783:
-------------------------------------

lgtm.

Mind formatting a patch for trunk as well?

> Validate column families early in o.a.h.h.regionserver.HRegion.mutateRowsWithLocks()
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-9783
>                 URL: https://issues.apache.org/jira/browse/HBASE-9783
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.94.12
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>            Priority: Minor
>         Attachments: HBASE-9783.patch
>
>
> h6. 0.94 branch only
> Calling {{HTable.mutateRow()}} with non-existent column families result in a NPE on the region server which is wrapped into {{RemoteException}} and returned to the client. Since NPE is not a {{DoNotRetryIOException}}, client keeps repeating it until the number of retries are exhausted.
> Negative case, hence creating as minor.



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