bdeggleston commented on code in PR #3174:
URL: https://github.com/apache/cassandra/pull/3174#discussion_r1576991798


##########
src/java/org/apache/cassandra/repair/messages/RepairOption.java:
##########
@@ -313,21 +307,23 @@ else if (ranges.isEmpty())
     private final boolean repairPaxos;
     private final boolean paxosOnly;
 
-    private final boolean accordRepair;
+    private final boolean accordOnly;
+    private final boolean isConsensusMigration;

Review Comment:
   I don't really agree. Understanding what consistency repair should perform a 
given operation at seems is a bit specialized for someone reading the code for 
repair or consensus migration tool.



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