hgromer commented on code in PR #5051:
URL: https://github.com/apache/hbase/pull/5051#discussion_r1134465456
##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java:
##########
@@ -112,6 +123,12 @@ public class VerifyReplication extends Configured
implements Tool {
// Peer Table Name
String peerTableName = null;
+ // we use a static retry/backoff schedule for this part because
+ // we have an opportunity rerun the fetching again when we retry the
+ // higher level recompare as well.
+ private static final int FETCH_LATEST_ROWS_TRIES = 3;
Review Comment:
Yeah that makes sense, I can implement these changes 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]