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 d7352209b2 ninja-fix: compile and use JdkProperties
     add cfe9641fbe Fix possible NoSuchFileException when removing a snapshot
     new 8d54835d5b Merge branch 'cassandra-4.1' into trunk

The 1 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/Directories.java  |   6 +-
 .../org/apache/cassandra/io/util/FileUtils.java    |  12 ++
 .../apache/cassandra/service/StorageService.java   |  20 +--
 .../cassandra/service/snapshot/SnapshotLoader.java | 152 +++++++++++----------
 .../service/snapshot/SnapshotManager.java          |  53 +++----
 .../cassandra/distributed/impl/Instance.java       |   1 +
 .../cassandra/distributed/test/SnapshotsTest.java  |  55 ++++----
 .../service/snapshot/SnapshotLoaderTest.java       |   2 +-
 .../service/snapshot/SnapshotManagerTest.java      |  82 +++++++++--
 10 files changed, 242 insertions(+), 142 deletions(-)


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

Reply via email to