You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/12/03 17:13:58 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15718407#comment-15718407 ] 

Hudson commented on HBASE-16409:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-0.98-matrix #421 (See [https://builds.apache.org/job/HBase-0.98-matrix/421/])
HBASE-16409 Row key for bad row should be properly delimited in (apurtell: rev e05e70c24551f62fce0be3ad7d4f5bc5a26fd51d)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
HBASE-16409 Addendum fixes the case where delimiter is not specified by (apurtell: rev dd488c06f69af5383726fcc38877829de57369e6)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java


> 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
>            Assignee: Ted Yu
>            Priority: Minor
>              Labels: replication
>             Fix For: 2.0.0, 1.4.0, 0.98.24
>
>         Attachments: 16409.addendum, 16409.addendum2, 16409.v1.txt, 16409.v2.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)