Switch to client init for sstabledump

Closes #130

Patch by Chris Lohfink; Reviewed by Jeremiah Jordan for CASSANDRA-13683
This commit is contained in:
Chris Lohfink 2017-07-10 10:46:34 -05:00 committed by Jeff Jirsa
parent 6b302b600f
commit 9e3483f844
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.