Did you change the name of datacenter or any other config changes before
the rolling restart?
On Sun, Nov 24, 2019 at 8:49 PM Paul Mena wrote:
> I am in the process of doing a rolling restart on a 4-node cluster running
> Cassandra 2.1.9. I stopped and started Cassandra on node 1 via "service
>
You should take a look into ssTableLoader cassandra utility,
https://docs.datastax.com/en/cassandra/3.0/cassandra/tools/toolsBulkloader.html
On Fri, Apr 26, 2019 at 1:33 AM Ivan Junckes Filho
wrote:
> Hi guys,
>
> I am trying do a bakup and restore script in a simple way. Is there a way
> I can
sion around the same.
Will appreciate any help here from the cassadnra community :)
Thanks,
Naman
On Mon, Apr 22, 2019 at 9:29 PM Shaurya Gupta
wrote:
> Which version of Cassandra are you using?
> https://docs.datastax.com/en/cql/3.3/cql/cql_using/useInsertList.html and
> many other re
I am facing issue with cassandra ordering in the tables for column types of
list.
Suppose I have a table as follows...
FirstName: of string
LastName: of string
now if were to Issue
update (FirstName,LastName) add values ("Leonardo","DiCaprio")
update (FirstName,LastName) add values ("Brad","
Hi,
Day before yesterday, I had issued a full sequential repair on one of my
nodes in a 5 node cassandra cluster for a single table using the below
command.
nodetool repair -full -seq -tr >
Now the node on which the command was issued was repaired properly as can
be infered from the below com