maedhroz commented on code in PR #1751:
URL: https://github.com/apache/cassandra/pull/1751#discussion_r931647095


##########
src/java/org/apache/cassandra/db/compaction/CompactionStrategyManager.java:
##########
@@ -141,6 +146,8 @@ should update the compaction strategy in maybeReload() due 
to an ALTER.
     private volatile long maxSSTableSizeBytes;
     private volatile String name;
 
+    public static int TWCS_BUCKET_COUNT_MAX = 30;

Review Comment:
   I know we recommend 20-30 buckets, but if there are 31, are we just going to 
silently cut off the oldest one?



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