mirror of https://github.com/apache/cassandra
Switch to client init for sstabledump
Closes #130 Patch by Chris Lohfink; Reviewed by Jeremiah Jordan for CASSANDRA-13683
This commit is contained in:
parent
6b302b600f
commit
9e3483f844
|
|
@ -103,6 +103,7 @@
|
|||
* Trivial format error in StorageProxy (CASSANDRA-13551)
|
||||
* Nodetool repair can hang forever if we lose the notification for the repair completing/failing (CASSANDRA-13480)
|
||||
* Anticompaction can cause noisy log messages (CASSANDRA-13684)
|
||||
* Switch to client init for sstabledump (CASSANDRA-13683)
|
||||
|
||||
|
||||
3.11.1
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ public class SSTableExport
|
|||
|
||||
static
|
||||
{
|
||||
DatabaseDescriptor.toolInitialization();
|
||||
DatabaseDescriptor.clientInitialization();
|
||||
|
||||
Option optKey = new Option(KEY_OPTION, true, "Partition key");
|
||||
// Number of times -k <key> can be passed on the command line.
|
||||
|
|
|
|||
Loading…
Reference in New Issue