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


##########
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:
   Should an incremental repair request succeed after a successful full repair? 
It tried this, and it appears to hang, but I'm not sure why yet...



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