aweisberg commented on code in PR #4696:
URL: https://github.com/apache/cassandra/pull/4696#discussion_r3029152044


##########
test/distributed/org/apache/cassandra/distributed/test/sai/PartialUpdateHandlingTest.java:
##########
@@ -236,7 +236,11 @@ public void writeRepairedRows()
                 CLUSTER.coordinator(1).execute(insert.toString(), 
ConsistencyLevel.ALL);
             }
 
-            CLUSTER.get(1).nodetoolResult("repair", 
specification.keyspaceName()).asserts().success();
+            // Background reconciliation doesn't exist/work so incremental 
repair just hangs waiting for reconciliation that never occurs
+            if (specification.replicationType.isTracked())
+                CLUSTER.get(1).nodetoolResult("repair", "-full", 
specification.keyspaceName()).asserts().success();

Review Comment:
   I misunderstood the test. I don't think IR should hang in this test because 
we aren't relying on background reconciliation. There aren't any down nodes at 
all.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to