We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0142ad5 commit 10f1677Copy full SHA for 10f1677
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/replication/TestVerifyReplication.java
@@ -510,7 +510,7 @@ public void testFailsRemainingComparesAfterShutdown() throws Exception {
510
/**
511
* recompareSleep is set to exceed how long we wait on
512
* {@link VerifyReplication#reCompareExecutor} termination when doing cleanup. this allows us to
513
- * test the incrementation logic if the executor still hasn't terminated after the call to
+ * test the counter-incrementing logic if the executor still hasn't terminated after the call to
514
* shutdown and awaitTermination
515
*/
516
String[] args = new String[] { "--recompareThreads=1", "--recompareTries=1",
0 commit comments