Re: Fwd: Re: Problem on setup Cassandra v4.0.1 cluster

2022-10-08 Thread onmstester onmstester via user
arded message From: Erick Ramirez <mailto:erick.rami...@datastax.com> To: <mailto:user@cassandra.apache.org> Date: Mon, 31 Jan 2022 15:06:21 +0330 Subject: Re: Problem on setup Cassandra v4.0.1 cluster Forwarded message TP stats indicate pend

Fwd: Re: Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread onmstester onmstester
/mail/ Forwarded message From: Erick Ramirez To: Date: Mon, 31 Jan 2022 15:06:21 +0330 Subject: Re: Problem on setup Cassandra v4.0.1 cluster Forwarded message TP stats indicate pending gossip. Check that the times are synchronised on

Re: Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread Bowen Song
Since 3.x worked and 4.x didn't, it is most likely caused by clock out of sync between servers. Cassandra 3.x by default has cross node timeout disabled, and Cassandra 4 has changed the default to enabled. Check the system time on both servers are accurate. Use NTP to prevent this from happenin

Re: Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread Erick Ramirez
TP stats indicate pending gossip. Check that the times are synchronised on both nodes (use NTP) since it can prevent gossip from working. I'd also suggest looking at the logs on both nodes to see what other WARN and ERROR messages are being reported. Cheers!

Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread onmstester onmstester
Hi, I'm trying to setup a Cluster of  apache Cassandra version 4.0.1 with 2 nodes: 1. on node1 (192.168.1.1), extracted tar.gz and config these on yml: - seeds: "192.168.1.1" listen_address: 192.168.1.1 rpc_address: 192.168.1.1 2. started node1 and a few seconds later it is UN 3.on