You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/09/03 18:50:45 UTC

[cassandra] branch cassandra-3.11 updated (d6e1c41 -> ecf186f)

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

brandonwilliams pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from d6e1c41  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 2e547df  Add python2 location to RPMs
     new 615372f  Merge branch 'cassandra-2.2' into cassandra-3.0
     new ecf186f  Merge branch 'cassandra-3.0' into cassandra-3.11

The 3 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           | 2 ++
 redhat/cassandra.spec | 5 +++++
 2 files changed, 7 insertions(+)

---------------------------------------------------------------------
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-3.0' into cassandra-3.11

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

brandonwilliams pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit ecf186f8592f73c5268caf408ca7742a3355bf5c
Merge: d6e1c41 615372f
Author: Brandon Williams <br...@apache.org>
AuthorDate: Fri Sep 3 13:48:32 2021 -0500

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt           | 2 ++
 redhat/cassandra.spec | 5 +++++
 2 files changed, 7 insertions(+)

diff --cc CHANGES.txt
index 774cb5e,e96e1fa..dc7563f
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -13,22 -6,11 +13,24 @@@ Merged from 3.0
   * Use JMX to validate nodetool --jobs parameter (CASSANDRA-16104)
   * Handle properly UnsatisfiedLinkError in NativeLibrary#getProcessID() (CASSANDRA-16578)
   * Remove mutation data from error log message (CASSANDRA-16817)
+ Merged from 2.2:
+  * Add python2 location to RPMs (CASSANDRA-16822)
  
  
 -3.0.25:
 +3.11.11
 + * Make cqlsh use the same set of reserved keywords than the server uses (CASSANDRA-15663)
 + * Optimize bytes skipping when reading SSTable files (CASSANDRA-14415)
 + * Enable tombstone compactions when unchecked_tombstone_compaction is set in TWCS (CASSANDRA-14496)
 + * Read only the required SSTables for single partition queries (CASSANDRA-16737)
 + * Fix LeveledCompactionStrategy compacts last level throw an ArrayIndexOutOfBoundsException (CASSANDRA-15669)
 + * Maps $CASSANDRA_LOG_DIR to cassandra.logdir java property when executing nodetool (CASSANDRA-16199)
 + * Nodetool garbagecollect should retain SSTableLevel for LCS (CASSANDRA-16634)
 + * Ignore stale acks received in the shadow round (CASSANDRA-16588)
 + * Add autocomplete and error messages for provide_overlapping_tombstones (CASSANDRA-16350)
 + * Add StorageServiceMBean.getKeyspaceReplicationInfo(keyspaceName) (CASSANDRA-16447)
 + * Make sure sstables with moved starts are removed correctly in LeveledGenerations (CASSANDRA-16552)
 + * Upgrade jackson-databind to 2.9.10.8 (CASSANDRA-16462)
 +Merged from 3.0:
   * Binary releases no longer bundle the apidocs (javadoc) (CASSANDRA-16557)
   * Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks, removing lib/ directory from version control (CASSANDRA-16557)
   * Don't allow seeds to replace without using unsafe (CASSANDRA-14463)

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