You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bl...@apache.org on 2021/08/31 15:03:36 UTC

[cassandra] branch trunk updated (a569803 -> 057f8e5)

This is an automated email from the ASF dual-hosted git repository.

blerer pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from a569803  Merge branch 'cassandra-4.0' into trunk
     add af17f13  Fix clustering order logic in CREATE MATERIALIZED VIEW
     new 057f8e5  Merge branch cassandra-4.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 +
 .../statements/schema/CreateViewStatement.java     |  19 +--
 src/java/org/apache/cassandra/db/Columns.java      |   1 -
 .../org/apache/cassandra/cql3/ViewSchemaTest.java  | 134 +++++++++++++++++++++
 .../cql3/statements/DescribeStatementTest.java     |  45 ++++++-
 5 files changed, 190 insertions(+), 10 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch cassandra-4.0 into trunk

Posted by bl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

blerer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 057f8e5007d5c00d13e8af500b04b93b1eb7f855
Merge: a569803 af17f13
Author: Benjamin Lerer <b....@gmail.com>
AuthorDate: Tue Aug 31 16:59:06 2021 +0200

    Merge branch cassandra-4.0 into trunk

 CHANGES.txt                                        |   1 +
 .../statements/schema/CreateViewStatement.java     |  19 +--
 src/java/org/apache/cassandra/db/Columns.java      |   1 -
 .../org/apache/cassandra/cql3/ViewSchemaTest.java  | 134 +++++++++++++++++++++
 .../cql3/statements/DescribeStatementTest.java     |  45 ++++++-
 5 files changed, 190 insertions(+), 10 deletions(-)

diff --cc CHANGES.txt
index 7b792e4,aef6fe1..17a5c99
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,27 -1,10 +1,28 @@@
 -4.0.2
 - * Fix clustering order logic in CREATE MATERIALIZED VIEW (CASSANDRA-16898)
 -
 -4.0.1
 +4.1
   * Exclude Jackson 1.x transitive dependency of hadoop* provided dependencies (CASSANDRA-16854)
 + * Add client warnings and abort to tombstone and coordinator reads which go past a low/high watermark (CASSANDRA-16850)
 + * Add TTL support to nodetool snapshots (CASSANDRA-16789)
 + * Allow CommitLogSegmentReader to optionally skip sync marker CRC checks (CASSANDRA-16842)
 + * allow blocking IPs from updating metrics about traffic (CASSANDRA-16859)
 + * Request-Based Native Transport Rate-Limiting (CASSANDRA-16663)
 + * Implement nodetool getauditlog command (CASSANDRA-16725)
 + * Clean up repair code (CASSANDRA-13720)
 + * Background schedule to clean up orphaned hints files (CASSANDRA-16815)
 + * Modify SecondaryIndexManager#indexPartition() to retrieve only columns for which indexes are actually being built (CASSANDRA-16776)
 + * Batch the token metadata update to improve the speed (CASSANDRA-15291)
 + * Reduce the log level on "expected" repair exceptions (CASSANDRA-16775)
 + * Make JMXTimer expose attributes using consistent time unit (CASSANDRA-16760)
 + * Remove check on gossip status from DynamicEndpointSnitch::updateScores (CASSANDRA-11671)
 + * Fix AbstractReadQuery::toCQLString not returning valid CQL (CASSANDRA-16510)
 + * Log when compacting many tombstones (CASSANDRA-16780)
 + * Display bytes per level in tablestats for LCS tables (CASSANDRA-16799)
 + * Add isolated flush timer to CommitLogMetrics and ensure writes correspond to single WaitingOnCommit data points (CASSANDRA-16701)
 + * Add a system property to set hostId if not yet initialized (CASSANDRA-14582)
 + * GossiperTest.testHasVersion3Nodes didn't take into account trunk version changes, fixed to rely on latest version (CASSANDRA-16651)
 +Merged from 4.0:
++ * Fix clustering order logic in CREATE MATERIALIZED VIEW (CASSANDRA-16898)
   * Tolerate missing DNS entry when completing a host replacement (CASSANDRA-16873)
 - * Harden PrunableArrayQueue against Pruner implementations that might throw exceptions (CASSANDRA-16866)
 + * Harden PrunableArrayQueue against Pruner implementations that might throw exceptions (CASSANDRA-16866) 
   * Move RepairedDataInfo to the execution controller rather than the ReadCommand to avoid unintended sharing (CASSANDRA-16721)
   * Bump zstd-jni version to 1.5.0-4 (CASSANDRA-16884)
   * Remove assumption that all urgent messages are small (CASSANDRA-16877)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org