[
https://issues.apache.org/jira/browse/HBASE-16409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437551#comment-15437551
]
Hudson commented on HBASE-16409:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.4 #371 (See
[https://builds.apache.org/job/HBase-1.4/371/])
HBASE-16409 Addendum fixes the case where delimiter is not specified by (tedyu:
rev c78a5fd6500f18c99b203b7d85684d2e5e6d346e)
* (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
>
> 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)