This is an automated email from the ASF dual-hosted git repository.
smiklosovic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from a77951ec0c Merge branch 'cassandra-5.0' into trunk
add fb806d51e3 Add UCS sstable_growth and min_sstable_size options
new 6a3bcc83d2 Merge branch 'cassandra-5.0' into trunk
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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]