upgrade Apache Cassandra 2.1.9 to 3.0.9

2018-11-30 Thread Shravan R
Hello, I am planning to upgrade Apache Cassandra 2.1.9 to Apache Cassandra-3.0.9. I came up with the version based on [1]. I followed upgrade steps as in [2]. I was testing the same in the lab and encountered issues (streaming just fails and hangs for ever) with bootstrapping a 3.0.9 node on a

AW:Problem with restoring a snapshot using sstableloader

2018-11-30 Thread Oliver Herrmann
Thanks Dmitry, that solved my problem.Oliver Originalnachricht Betreff: Re: Problem with restoring a snapshot using sstableloaderVon: Dmitry Saprykin An: user@cassandra.apache.orgCc: You need to move you files into directory named 'cass_testapp/table3/'. sstable loader uses 2 last

Re: Problem with restoring a snapshot using sstableloader

2018-11-30 Thread Dmitry Saprykin
You need to move you files into directory named 'cass_testapp/table3/'. sstable loader uses 2 last path components as keyspace and table names. On Fri, Nov 30, 2018 at 11:54 AM Oliver Herrmann wrote: > When using nodetool refresh I must have write access to the data folder > and I have to do it

Re: Problem with restoring a snapshot using sstableloader

2018-11-30 Thread Oliver Herrmann
When using nodetool refresh I must have write access to the data folder and I have to do it on every node. In our production environment the user that would do the restore does not have write access to the data folder. Am Fr., 30. Nov. 2018 um 17:39 Uhr schrieb Oleksandr Shulgin <

Re: Problem with restoring a snapshot using sstableloader

2018-11-30 Thread Oleksandr Shulgin
On Fri, Nov 30, 2018 at 5:13 PM Oliver Herrmann wrote: > > I'm always getting the message "Skipping file mc-11-big-Data.db: table > snapshots.table3 doesn't exist". I also tried to rename the snapshots > folder into the keyspace name (cass_testapp) but then I get the message > "Skipping file

Problem with restoring a snapshot using sstableloader

2018-11-30 Thread Oliver Herrmann
Hi, I'm having some problems to restore a snapshot using sstableloader. I'm using cassandra 3.11.1 and followed the instructions for a creating and restoring from this page: https://docs.datastax.com/en/dse/6.0/dse-admin/datastax_enterprise/tools/toolsSStables/toolsBulkloader.html 1. Called