josh-mckenzie commented on code in PR #1751:
URL: https://github.com/apache/cassandra/pull/1751#discussion_r932535267
##########
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:
Yes. We could up this, make it a configurable, both, neither, ? Nothing
jumps out at me as an immediately convenient way to indicate to the end user
that the value has been truncated when hitting up the JMX endpoint, and since
we're not including it in the `tablestats` output we don't have that outlet to
indicate truncation. You have any clever ideas here? :)
--
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]