You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ad...@apache.org on 2022/06/07 12:07:50 UTC

[cassandra] branch trunk updated (96d0d658a5 -> 29fea66c89)

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

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


    from 96d0d658a5 Merge branch 'cassandra-4.1' into trunk
     new 9b4784bdb7 Fix missed nowInSec values in QueryProcessor
     new 29fea66c89 Merge branch 'cassandra-4.1' into trunk

The 2 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 +
 src/java/org/apache/cassandra/cql3/QueryProcessor.java | 17 +++++++++--------
 2 files changed, 10 insertions(+), 8 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.1' into trunk

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

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

commit 29fea66c89cc1b378aafbaca8d68d21697e667b7
Merge: 96d0d658a5 9b4784bdb7
Author: Andrés de la Peña <a....@gmail.com>
AuthorDate: Tue Jun 7 13:05:59 2022 +0100

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                            |  1 +
 src/java/org/apache/cassandra/cql3/QueryProcessor.java | 17 +++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --cc CHANGES.txt
index 31715d320b,2e7772bf89..d6b4ff5ab9
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,15 -1,15 +1,16 @@@
 -4.1-alpha2
 +4.2
 + * When a node is bootstrapping it gets the whole gossip state but applies in random order causing some cases where StorageService will fail causing an instance to not show up in TokenMetadata (CASSANDRA-17676)
 + * Add CQLSH command SHOW REPLICAS (CASSANDRA-17577)
 + * Add guardrail to allow disabling of SimpleStrategy (CASSANDRA-17647)
 + * Change default directory permission to 750 in packaging (CASSANDRA-17470)
 + * Adding support for TLS client authentication for internode communication (CASSANDRA-17513)
 + * Add new CQL function maxWritetime (CASSANDRA-17425)
 + * Add guardrail for ALTER TABLE ADD / DROP / REMOVE column operations (CASSANDRA-17495)
 + * Rename DisableFlag class to EnableFlag on guardrails (CASSANDRA-17544)
 +Merged from 4.1:
+  * Fix missed nowInSec values in QueryProcessor (CASSANDRA-17458)
   * Revert removal of withBufferSizeInMB(int size) in CQLSSTableWriter.Builder class and deprecate it in favor of withBufferSizeInMiB(int size) (CASSANDRA-17675)
   * Remove expired snapshots of dropped tables after restart (CASSANDRA-17619)
 -Merged from 4.0:
 - * Ensure FileStreamTask cannot compromise shared channel proxy for system table when interrupted (CASSANDRA-17663)
 - * silence benign SslClosedEngineException (CASSANDRA-17565)
 -Merged from 3.11:
 -Merged from 3.0:
 -
 -
 -4.1-alpha1
   * Handle config parameters upper bound on startup; Fix auto_snapshot_ttl and paxos_purge_grace_period min unit validations (CASSANDRA-17571)
   * Fix leak of non-standard Java types in our Exceptions as clients using JMX are unable to handle them.
     Remove useless validation that leads to unnecessary additional read of cassandra.yaml on startup (CASSANDRA-17638)


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