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 2021/07/30 17:13:35 UTC

[cassandra] branch trunk updated (e9ab8f3 -> 4e2464d)

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 e9ab8f3  Merge branch cassandra-4.0 into trunk
     new d319352  Improve help, doc and error messages about sstabledump -k and -x arguments
     new 4e2464d  Merge branch 'cassandra-4.0' 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 +
 doc/source/tools/sstable/sstabledump.rst           |  40 +++--
 .../org/apache/cassandra/tools/SSTableExport.java  |  22 +--
 .../apache/cassandra/tools/SSTableExportTest.java  | 167 ++++++++++++++-------
 4 files changed, 160 insertions(+), 70 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 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 4e2464d44e72131934d1d223419c9fe5cc8bda5f
Merge: e9ab8f3 d319352
Author: Andrés de la Peña <a....@gmail.com>
AuthorDate: Fri Jul 30 18:12:01 2021 +0100

    Merge branch 'cassandra-4.0' into trunk

 CHANGES.txt                                        |   1 +
 doc/source/tools/sstable/sstabledump.rst           |  40 +++--
 .../org/apache/cassandra/tools/SSTableExport.java  |  22 +--
 .../apache/cassandra/tools/SSTableExportTest.java  | 167 ++++++++++++++-------
 4 files changed, 160 insertions(+), 70 deletions(-)

diff --cc CHANGES.txt
index 590e89d,0f71a20..559b529
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,15 -1,5 +1,16 @@@
 -4.0.1
 +4.1
 + * 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:
+  * Improve help, doc and error messages about sstabledump -k and -x arguments (CASSANDRA-16818)
   * Add repaired/unrepaired bytes back to nodetool (CASSANDRA-15282)
   * Upgrade lz4-java to 1.8.0 to add RH6 support back (CASSANDRA-16753)
   * Improve DiagnosticEventService.publish(event) logging message of events (CASSANDRA-16749)

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