Merge branch 'cassandra-6.0' into trunk

This commit is contained in:
Stefan Miklosovic 2026-07-25 09:55:25 +02:00
commit 3fad760416
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ import static org.apache.cassandra.tools.nodetool.CommandUtils.concatArgs;
@Command(name = "getreplicas", description = "Print the replicas that own the key") @Command(name = "getreplicas", description = "Print the replicas that own the key")
public class GetReplicas extends AbstractCommand public class GetReplicas extends AbstractCommand
{ {
@CassandraUsage(usage = "<keyspace> <table> <key>", description = "The keyspace, the table, and the partition key for which we need to find the replica") @CassandraUsage(usage = "<keyspace> <table> <key>", description = "The keyspace, the table, and the partition key for which we need to find the replica (e.g., pk1:pk2:pk3 for compound keys)")
private List<String> args = new ArrayList<>(); private List<String> args = new ArrayList<>();
@Parameters(index = "0", arity = "0..1", description = "The keyspace for which we need to find the replica") @Parameters(index = "0", arity = "0..1", description = "The keyspace for which we need to find the replica")
@ -44,7 +44,7 @@ public class GetReplicas extends AbstractCommand
@Parameters(index = "1", arity = "0..1", description = "The table for which we need to find the replica") @Parameters(index = "1", arity = "0..1", description = "The table for which we need to find the replica")
private String table; private String table;
@Parameters(index = "2", arity = "0..1", description = "The partition key for which we need to find the replica") @Parameters(index = "2", arity = "0..1", description = "The partition key for which we need to find the replica (e.g., pk1:pk2:pk3 for compound keys)")
private String key; private String key;
@Mixin @Mixin

View File

@ -35,4 +35,4 @@ OPTIONS
<keyspace> <table> <key> <keyspace> <table> <key>
The keyspace, the table, and the partition key for which we need to The keyspace, the table, and the partition key for which we need to
find the replica find the replica (e.g., pk1:pk2:pk3 for compound keys)

View File

@ -34,4 +34,4 @@ OPTIONS
<keyspace> <table> <key> <keyspace> <table> <key>
The keyspace, the table, and the partition key for which we need to The keyspace, the table, and the partition key for which we need to
find the replica find the replica (e.g., pk1:pk2:pk3 for compound keys)