This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit dced081ae211f073cefb019192d9b2bcdcc06f02 Merge: c55d727 b20daee Author: Mick Semb Wever <[email protected]> AuthorDate: Thu Oct 17 08:05:34 2019 +0200 Merge branch 'cassandra-3.11' into trunk CHANGES.txt | 1 + .../cassandra/index/sasi/plan/Expression.java | 4 +- .../apache/cassandra/index/sasi/SASICQLTest.java | 221 +++++++++++++++++++++ 3 files changed, 224 insertions(+), 2 deletions(-) diff --cc CHANGES.txt index f06134c,3614071..3f05104 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,11 -1,10 +1,12 @@@ -3.11.5 +4.0-alpha2 + * Fix SASI non-literal string comparisons (range operators) (CASSANDRA-15169) - * Make sure user defined compaction transactions are always closed (CASSANDRA-15123) - * Fix cassandra-env.sh to use $CASSANDRA_CONF to find cassandra-jaas.config (CASSANDRA-14305) - * Fixed nodetool cfstats printing index name twice (CASSANDRA-14903) - * Add flag to disable SASI indexes, and warnings on creation (CASSANDRA-14866) -Merged from 3.0:a + * Upgrade Guava to 27, and to java-driver 3.6.0 (from 3.4.0-SNAPSHOT) (CASSANDRA-14655) + * Extract an AbstractCompactionController to allow for custom implementations (CASSANDRA-15286) + * Move chronicle-core version from snapshot to stable, and include carrotsearch in generated pom.xml (CASSANDRA-15321) + * Untangle RepairMessage sub-hierarchy of messages, use new messaging (more) correctly (CASSANDRA-15163) + * Add `allocate_tokens_for_local_replication_factor` option for token allocation (CASSANDRA-15260) + * Add Alibaba Cloud Platform snitch (CASSANDRA-15092) +Merged from 3.0: * Add ability to cap max negotiable protocol version (CASSANDRA-15193) * Gossip tokens on startup if available (CASSANDRA-15335) * Fix resource leak in CompressedSequentialWriter (CASSANDRA-15340) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
