[
https://issues.apache.org/jira/browse/HBASE-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matteo Bertozzi updated HBASE-13206:
------------------------------------
Resolution: Fixed
Fix Version/s: 0.98.12
1.1.0
1.0.1
2.0.0
Status: Resolved (was: Patch Available)
> 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)