jaydeepkumar1984 commented on code in PR #4558:
URL: https://github.com/apache/cassandra/pull/4558#discussion_r2868236711
##########
src/java/org/apache/cassandra/schema/SystemDistributedKeyspace.java:
##########
@@ -83,8 +83,9 @@ private SystemDistributedKeyspace()
* gen 4: compression chunk length reduced to 16KiB,
memtable_flush_period_in_ms now unset on all tables in 4.0
* gen 5: add ttl and TWCS to repair_history tables
* gen 6: add denylist table
+ * gen 7: add auto_repair_history and auto_repair_priority tables for
AutoRepair feature
*/
- public static final long GENERATION = 6;
+ public static final long GENERATION = 7;
Review Comment:
Should we also then maintain the same version if
`CassandraRelevantProperties.AUTOREPAIR_ENABLE.getBoolean()` is `false`?
--
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]