Matteo Bertozzi created HBASE-13206:
---------------------------------------

             Summary: 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
         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