tolbertam commented on code in PR #4558:
URL: https://github.com/apache/cassandra/pull/4558#discussion_r2900325693


##########
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:
   was sort of worried about this, but I see that `7` is whats used for trunk 
for AutoRepair anyways, and has since advanced to 8 for zstd dictionary 
compression, so this shouldn't be a problem.



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