Zheng Hu created HBASE-17953:
--------------------------------
Summary: VerifyReplication should read all versions other than the
latest version be default.
Key: HBASE-17953
URL: https://issues.apache.org/jira/browse/HBASE-17953
Project: HBase
Issue Type: Bug
Reporter: Zheng Hu
Assignee: Zheng Hu
Two problem for VerifyReplication.java:
1. With the default versions ( DO NOT set --versions option) , we will read
the latest version other than all version,  because Scan.maxVersions is 1.
Actuallly, I think we should compare all version by default.
2. In logFailRowAndIncreaseCounter() method , we should set
familly/TimeRange/maxVersions attr for a Get.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)