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

Hudson commented on HBASE-13206:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6242 (See 
[https://builds.apache.org/job/HBase-TRUNK/6242/])
HBASE-13206 Fix TableLock tableName log format (matteo.bertozzi: rev 
b5bfbc8a9f4e9e25ba622c8a6f35f258d72af8ed)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableLockManager.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/util/hbck/TableLockChecker.java


> Fix TableLock tableName log format
> ----------------------------------
>
>                 Key: HBASE-13206
>                 URL: https://issues.apache.org/jira/browse/HBASE-13206
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Trivial
>             Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.12
>
>         Attachments: HBASE-13206-v0.patch
>
>
> The TableName log from Table Lock result in something like:
> {noformat}
> [tableName=
> ^Gdefault^R^Cfoo, lockOwner=localhost,60000
> {noformat}
> because it uses tableNameProto.toByteArray()
> the fix will result in the proper view
> {noformat}
> [tableName=default:testMissingLastRegion, lockOwner=localh
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to