You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2015/12/03 12:49:11 UTC

[jira] [Created] (HBASE-14923) VerifyReplication should not mask the exception during result comaprision

Vishal Khandelwal created HBASE-14923:
-----------------------------------------

             Summary: VerifyReplication should not mask the exception during result comaprision 
                 Key: HBASE-14923
                 URL: https://issues.apache.org/jira/browse/HBASE-14923
             Project: HBase
          Issue Type: Bug
          Components: tooling
    Affects Versions: 0.98.16, 2.0.0
            Reporter: Vishal Khandelwal
            Assignee: Vishal Khandelwal
            Priority: Minor
             Fix For: 2.0.0, 0.98.16


hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java

Line:154
 } catch (Exception e) {
            logFailRowAndIncreaseCounter(context, Counters.CONTENT_DIFFERENT_ROWS, value);
          }

Just LOG.error needs to be added for more information for the failure.



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