Re: Cassandra is not showing a node up hours after restart

2019-11-24 Thread Naman Gupta
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 >

Re: Backup Restore

2019-04-25 Thread Naman Gupta
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

Re: Cassandra upsert ordering issue for list type fields

2019-04-22 Thread Naman Gupta
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

Cassandra upsert ordering issue for list type fields

2019-04-22 Thread Naman Gupta
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","

Query regarding cassandra repair

2019-01-01 Thread Naman Gupta
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