[
https://issues.apache.org/jira/browse/HBASE-17469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826944#comment-15826944
]
Hudson commented on HBASE-17469:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.4 #595 (See
[https://builds.apache.org/job/HBase-1.4/595/])
HBASE-17469 Properly handle empty TableName in (tedyu: rev
0e06ade694e8bfd23898c958d219470ae89d1d32)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestTablePermissions.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/TablePermission.java
> Properly handle empty TableName in TablePermission#readFields and #write
> ------------------------------------------------------------------------
>
> Key: HBASE-17469
> URL: https://issues.apache.org/jira/browse/HBASE-17469
> Project: HBase
> Issue Type: Bug
> Components: findbugs
> Reporter: Ted Yu
> Assignee: Manjunath Anand
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-17469.master.001.patch,
> HBASE-17469.master.002.patch
>
>
> HBASE-17450 handles the empty table name in equals().
> This JIRA is to properly handle empty TableName in
> TablePermission#readFields() and TablePermission#write() methods and also
> null checks whereever appropriate in the code to avoid NPE. The toString
> method if-elseif-else condition check causes some of the details not to be
> logged for a given TablePermission so this has to be fixed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)