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

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


    from 5634d4e02a Merge branch 'cassandra-6.0' into trunk
     new c9d60a61e3 Offline tool for working with cluster metadata dump files
     new 206485e820 Merge branch 'cassandra-6.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 +
 .../org/apache/cassandra/tools/CMSOfflineTool.java |  825 ++++++++
 .../apache/cassandra/tools/nodetool/CMSAdmin.java  |   57 +-
 .../test/log/ClusterMetadataDumpTest.java          |   58 +
 test/resources/nodetool/help/cms                   |   17 +
 .../nodetool/help/{cms$dumplog => cms$dump}        |   21 +-
 .../apache/cassandra/tools/CMSOfflineToolTest.java | 1967 ++++++++++++++++++++
 .../apache/cassandra/tools/OfflineToolUtils.java   |    5 +-
 tools/bin/addtocmstool                             |   49 -
 tools/bin/{sstabledump => cmsofflinetool}          |    2 +-
 10 files changed, 2943 insertions(+), 59 deletions(-)
 create mode 100644 src/java/org/apache/cassandra/tools/CMSOfflineTool.java
 copy test/resources/nodetool/help/{cms$dumplog => cms$dump} (52%)
 create mode 100644 test/unit/org/apache/cassandra/tools/CMSOfflineToolTest.java
 delete mode 100755 tools/bin/addtocmstool
 copy tools/bin/{sstabledump => cmsofflinetool} (96%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to