HBASE-14923 VerifyReplication should not mask the exception during result comparison (Vishal Khandelwal)
This commit is contained in:
parent
9cf2d641ff
commit
3dcac2861d
|
@ -153,6 +153,7 @@ public class VerifyReplication extends Configured implements Tool {
|
|||
context.getCounter(Counters.GOODROWS).increment(1);
|
||||
} catch (Exception e) {
|
||||
logFailRowAndIncreaseCounter(context, Counters.CONTENT_DIFFERENT_ROWS, value);
|
||||
LOG.error("Exception while comparing row : " + e);
|
||||
}
|
||||
currentCompareRowInPeerTable = replicatedScanner.next();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue