You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ma...@apache.org on 2020/01/07 09:27:06 UTC

[cassandra] branch trunk updated (0c4335d -> 2ce6ae3)

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

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


    from 0c4335d  Add documentation for Java 11 support in Cassandra
     new 6e089c3  Add new compaction types to nodetool help stop command output
     new 2ce6ae3  Merge branch 'cassandra-3.11' 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/db/compaction/OperationType.java | 1 +
 src/java/org/apache/cassandra/tools/nodetool/Stop.java         | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
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.11' into trunk

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

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

commit 2ce6ae37491d2f6d62084968d0dfc3c0199fe6d3
Merge: 0c4335d 6e089c3
Author: Marcus Eriksson <ma...@apache.org>
AuthorDate: Tue Jan 7 10:26:00 2020 +0100

    Merge branch 'cassandra-3.11' into trunk

 CHANGES.txt                                                    | 1 +
 src/java/org/apache/cassandra/db/compaction/OperationType.java | 1 +
 src/java/org/apache/cassandra/tools/nodetool/Stop.java         | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --cc CHANGES.txt
index dc1b592,d8563c7..dbd84dd
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,19 -1,8 +1,20 @@@
 -3.11.6
 +4.0-alpha3
 + * Better handling of file deletion failures by DiskFailurePolicy (CASSANDRA-15143)
 + * Prevent read repair mutations from increasing read timeout (CASSANDRA-15442)
 + * Document 4.0 system keyspace changes, bump generations (CASSANDRA-15454)
 + * Make it possible to disable STCS-in-L0 during runtime (CASSANDRA-15445)
 + * Removed obsolete OldNetworkTopologyStrategy (CASSANDRA-13990)
 + * Align record header of FQL and audit binary log (CASSANDRA-15076)
 + * Shuffle forwarding replica for messages to non-local DC (CASSANDRA-15318)
 + * Optimise native protocol ASCII string encoding (CASSANDRA-15410)
 + * Make sure all exceptions are propagated in DebuggableThreadPoolExecutor (CASSANDRA-15332)
 + * Make it possible to resize concurrent read / write thread pools at runtime (CASSANDRA-15277)
 + * Close channels on error (CASSANDRA-15407)
 + * Add documentation for Java 11 support in Cassandra (CASSANDRA-15428)
 +Merged from 3.11:
   * Fix nodetool compactionstats showing extra pending task for TWCS - patch implemented (CASSANDRA-15409)
   * Fix SELECT JSON formatting for the "duration" type (CASSANDRA-15075)
 - * Fix LegacyLayout to have same behavior as 2.x when handling unknown column names (CASSANDRA-15081)
+  * Update nodetool help stop output (CASSANDRA-15401)
  Merged from 3.0:
   * Fix point-in-time recoevery ignoring timestamp of updates to static columns (CASSANDRA-15292)
   * GC logs are also put under $CASSANDRA_LOG_DIR (CASSANDRA-14306)


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