Re: Hint file getting stuck

2021-11-16 Thread Sandeep Nethi
It could also be related to the mutation size of your writes in hint files. Are you seeing any mutation warnings? if yes, temporarily increasing the commitlog segment size would help to solve the problem. Thanks, On Tue, Nov 16, 2021 at 1:29 PM Bowen Song wrote: > I think your problem is likely

Re: Cassandra scale-out with no traffic on newly joined nodes

2020-09-14 Thread Sandeep Nethi
icies? Thanks in advance? On Tue, Sep 15, 2020 at 12:57 AM Sandeep Nethi wrote: > Thanks Erick. > > We are using datastax java driver ( > https://docs.datastax.com/en/developer/java-driver/). > Driver version number: 3.3.0 > C* version: 3.11.6 > > Regards, > Sandeep &g

Re: Cassandra scale-out with no traffic on newly joined nodes

2020-09-14 Thread Sandeep Nethi
Thanks Erick. We are using datastax java driver ( https://docs.datastax.com/en/developer/java-driver/). Driver version number: 3.3.0 C* version: 3.11.6 Regards, Sandeep On Sat, Sep 12, 2020 at 2:41 PM Erick Ramirez wrote: > That would be my last option to add a new host as contant point but

Re: Cassandra scale-out with no traffic on newly joined nodes

2020-09-11 Thread Sandeep Nethi
gt; definition) and partitioner is used across nodes ? > > > ~Asad > > > > > > > > > > > > *From:* Sandeep Nethi > > > *Sent:* Tuesday, September 8, 2020 1:12 AM > > > *To:* user@cassandra.apache.org > > > *Subject:* Re: C

Re: Cassandra scale-out with no traffic on newly joined nodes

2020-09-07 Thread Sandeep Nethi
which > you are giving as contact points > > On Tue, Sep 8, 2020 at 11:27 AM Sandeep Nethi > wrote: > >> Yes, all nodes are UN and no issues identified. Infact i could see some >> client connections on new nodes with telnet but not seeing any traffic. >> >> Ca

Re: Cassandra scale-out with no traffic on newly joined nodes

2020-09-07 Thread Sandeep Nethi
Yes, all nodes are UN and no issues identified. Infact i could see some client connections on new nodes with telnet but not seeing any traffic. Cassandra version: 3.11.6 Load Balancing policy used is default with no custom policies. Thanks, On Tue, Sep 8, 2020 at 5:52 PM Erick Ramirez wrote: >

Re: Cassandra scale-out with no traffic on newly joined nodes

2020-09-07 Thread Sandeep Nethi
Thanks Erick. Just to confirm, my application connection string is using host address details and not VIP/some other load balancer in between. So, inorder for my application to successfully establish control connection and be able to read system related tables to learn about topology automaticall

Cassandra scale-out with no traffic on newly joined nodes

2020-09-03 Thread Sandeep Nethi
Hello everyone, Hope everything is going well! Coming to the problem, I have recently scaled out existing 3 nodes/rack cassandra cluster by additional 3 nodes (1 in each rack), scale out was successful, all the nodes are UN and no errors from application servers. But what I've been observing is,

Re: Downgrading from 3.11.5 to 3.11.0

2020-03-04 Thread Sandeep Nethi
Hi, I think there is no way to revert sstables to previous version once they are upgraded and having new transactions on upgraded version. But you can try some workarounds by creating a secondary datacenter with 3.11.0 and having the primary datacenter upgraded to 3.11.5. This way if you come acr

Re: Multiple C* instances on same machine

2019-09-20 Thread Sandeep Nethi
Hi Nitan, You shouldn’t have any issues if you setup things properly. Few possible issues could be (can become a bottleneck) * CPU allocation (Instances can compete) * Disk throughput & IOPS & * Port allocations * Network throughout * Consistency issues. And we have work around for all above,

Re: cassandra node was put down with oom error

2019-05-01 Thread Sandeep Nethi
is no running full > repair. > I cannot see any log about repair in system.log these days. > Does full repair have anything to do with using large amount of memory? > > Thanks. > > On 2019/05/01 10:47:50, Sandeep Nethi wrote: > > Are you by any chance running the f

Re: cassandra node was put down with oom error

2019-05-01 Thread Sandeep Nethi
Are you by any chance running the full repair on these nodes? Thanks, Sandeep On Wed, 1 May 2019 at 10:46 PM, Mia wrote: > Hello, Ayub. > > I'm using apache cassandra, not dse edition. So I have never used the dse > search feature. > In my case, all the nodes of the cluster have the same proble

Re: Unpair cassandra datacenters

2019-04-22 Thread Sandeep Nethi
Hi Kunal, The simple solution for this case would be as follows, 1. Run *Full repair.* 2. Add firewall to block network on port 7000(,7001 if ssl enabled) between two datacenter nodes. 3. Check the status of cassandra cluster from both data centers, each DC must show down node status of another D

Re: Inconsistent results after restore with Cassandra 3.11.1

2019-03-14 Thread sandeep nethi
Singh wrote: > Can you define "inconsistent" results.. ? What's the topology of the > cluster? What were you expecting and what did you get? > > On Thu, Mar 14, 2019 at 7:09 AM sandeep nethi > wrote: > >> Hello, >> >> Does anyone experi

Inconsistent results after restore with Cassandra 3.11.1

2019-03-14 Thread sandeep nethi
Hello, Does anyone experience inconsistent results after restoring Cassandra 3.11.1 with refresh command? Was there any bug in this version of cassandra?? Thanks in advance. Regards, Sandeep