ndimiduk commented on code in PR #7041:
URL: https://github.com/apache/hbase/pull/7041#discussion_r2109092310
##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java:
##########
@@ -311,7 +307,11 @@ private void logFailRowAndIncreaseCounter(Context context,
Counters counter, Res
return;
}
- reCompareExecutor.submit(runnable);
+ try {
Review Comment:
The meat of the change is here. The rest of the diff is just cleaning up the
warnings complained about in my IDE.
--
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]