You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/08/12 20:05:20 UTC

[jira] [Updated] (HBASE-16409) Row key for bad row should be properly delimited in VerifyReplication

     [ https://issues.apache.org/jira/browse/HBASE-16409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-16409:
---------------------------
    Attachment: 16409.v1.txt

> Row key for bad row should be properly delimited in VerifyReplication
> ---------------------------------------------------------------------
>
>                 Key: HBASE-16409
>                 URL: https://issues.apache.org/jira/browse/HBASE-16409
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>         Attachments: 16409.v1.txt
>
>
> In logFailRowAndIncreaseCounter():
> {code}
>       LOG.error(counter.toString() + ", rowkey=" + Bytes.toString(row.getRow()));
> {code}
> In some cases, the row key has trailing whitespace(s).
> The whitespace wouldn't be easily observable in the above log.
> A delimiter should be put toward the end of the log line.



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