josh-mckenzie commented on a change in pull request #1213:
URL: https://github.com/apache/cassandra/pull/1213#discussion_r722442714
##########
File path: src/java/org/apache/cassandra/schema/SystemDistributedKeyspace.java
##########
@@ -81,6 +77,7 @@ private SystemDistributedKeyspace()
* gen 3: gc_grace_seconds raised from 0 to 10 days in CASSANDRA-12954 in
3.11.0
* 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
*/
public static final long GENERATION = 5;
Review comment:
We definitely need to bump this generation to 6 in this patch in order
to get the change to apply in `evolveSystemKeyspace` calls on subsequent
`StorageService.setUpDistributedSystemKeyspaces` calls. Was an oversight on my
part, and one that should come up in mixed version testing (but cheaper to just
head that off at the pass during review here) - thanks!
--
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]