maedhroz commented on code in PR #2049:
URL: https://github.com/apache/cassandra/pull/2049#discussion_r1060991890
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -1149,6 +1149,31 @@ public static void
setOverrideLoadConfig(Supplier<Config> loadConfig)
exception
}
+ /*
+ * How to pick a consensus protocol for CAS
+ * and serial read operations. Transaction statements
+ * will always run on Accord. Legacy in this context includes PaxosV2.
+ */
+ public enum LegacyPaxosStrategy
+ {
+ /*
+ * Default setting
+ *
+ * Allow both Accord and PaxoV1/V2 to run on the same cluster
Review Comment:
```suggestion
* Allow both Accord and PaxosV1/V2 to run on the same cluster
```
--
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]