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

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


    from 33feca3d84 Merge branch 'cassandra-5.0' into trunk
     new b15a1f04b6 Propagate true size of snapshot in 
SnapshotDetailsTabularData to not call JMX twice in nodetool listsnapshots
     new b4e9399865 Create manifest upon loading where it does not exist or 
enrich it
     new 407dbacb0a Enable filtering of snapshots on keyspace, table and 
snapshot name in nodetool listsnapshots

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                                        |   5 +-
 .../config/CassandraRelevantProperties.java        |   6 +
 .../snapshot/SnapshotDetailsTabularData.java       |  25 ++-
 .../service/snapshot/SnapshotManager.java          |   9 +
 .../service/snapshot/SnapshotManagerMBean.java     |  26 ++-
 .../cassandra/service/snapshot/TableSnapshot.java  | 146 +++++++++++-
 .../cassandra/tools/nodetool/ListSnapshots.java    |  42 +++-
 .../cassandra/distributed/test/SnapshotsTest.java  | 245 ++++++++++++++++++++-
 .../apache/cassandra/db/ColumnFamilyStoreTest.java |  62 +++---
 .../org/apache/cassandra/db/DirectoriesTest.java   |  10 +-
 .../service/snapshot/SnapshotLoaderTest.java       |  57 +++--
 11 files changed, 557 insertions(+), 76 deletions(-)


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

Reply via email to