Skip to content

Commit 88b373a

Browse files
Abhijeet Dubeykrummas
authored andcommitted
Add tool to offline dump cluster metadata and the log
Patch by Abhijeet Dubey; reviewed by Sam Tunnicliffe and marcuse for CASSANDRA-21129
1 parent 9bedf98 commit 88b373a

File tree

6 files changed

+1114
-1
lines changed

6 files changed

+1114
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
5.1
2+
* Add tool to offline dump cluster metadata and the log (CASSANDRA-21129)
23
* Send client warnings when writing to a large partition (CASSANDRA-17258)
34
* Harden the possible range of values for max dictionary size and max total sample size for dictionary training (CASSANDRA-21194)
45
* Implement a guardrail ensuring that minimum training frequency parameter is provided in ZstdDictionaryCompressor (CASSANDRA-21192)

src/java/org/apache/cassandra/tcm/log/LogReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public interface LogReader
3636
{
3737
/**
38-
* Gets all entries where epoch >= since - could be empty if since is a later epoch than the current highest seen
38+
* Gets all entries where epoch > since - could be empty if since is a later epoch than the current highest seen
3939
*/
4040
EntryHolder getEntries(Epoch since) throws IOException;
4141
EntryHolder getEntries(Epoch since, Epoch until) throws IOException;

0 commit comments

Comments
 (0)