This is an automated email from the ASF dual-hosted git repository.
smiklosovic pushed a change to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from b91c0fcb6e Change cqlsh's min required Python version from 3.6+ to 3.7+
add fb806d51e3 Add UCS sstable_growth and min_sstable_size options
No new revisions were added by this update.
Summary of changes:
CHANGES.txt | 1 +
pylib/cqlshlib/cql3handling.py | 15 +
pylib/cqlshlib/cqlhandling.py | 3 +-
pylib/cqlshlib/test/test_cqlsh_completion.py | 13 +-
.../config/CassandraRelevantProperties.java | 2 +
.../db/compaction/UnifiedCompactionStrategy.md | 84 +-
.../db/compaction/unified/Controller.java | 234 +-
.../compaction/unified/shards_graph_lambda_0.svg | 2180 +++++++++++++++++++
.../unified/shards_graph_lambda_0_33.svg | 2203 +++++++++++++++++++
.../compaction/unified/shards_graph_lambda_0_5.svg | 2238 ++++++++++++++++++++
.../compaction/unified/shards_graph_lambda_1.svg | 1943 +++++++++++++++++
.../org/apache/cassandra/utils/FBUtilities.java | 16 +
.../test/UnifiedCompactionDensitiesTest.java | 5 +-
.../db/compaction/unified/ControllerTest.java | 254 ++-
14 files changed, 9134 insertions(+), 57 deletions(-)
create mode 100644
src/java/org/apache/cassandra/db/compaction/unified/shards_graph_lambda_0.svg
create mode 100644
src/java/org/apache/cassandra/db/compaction/unified/shards_graph_lambda_0_33.svg
create mode 100644
src/java/org/apache/cassandra/db/compaction/unified/shards_graph_lambda_0_5.svg
create mode 100755
src/java/org/apache/cassandra/db/compaction/unified/shards_graph_lambda_1.svg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]