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

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

FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #849 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/849/])
HBASE-13206 Fix TableLock tableName log format (matteo.bertozzi: rev 
b58e954efcc4481495232de0f7d299f0db9a3e1b)
* 
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