Issues while joining

2025-05-08 Thread Tibor Répási
Hi all, Recently I face some issues when a node is joining an already existing cluster, the bootstrap ends up incomplete and in failed state due to some streams have failed. Using Cassandra 5.0.3 running on OpenJDK 17.0.15: Logs show: WARN [NonPeriodicTasks:1] 2025-05-08 13:23:26,145 StreamR

Re: Issues while joining

2025-05-08 Thread C. Scott Andreas
Hi Tibor, Can you double check the versions in use by all streaming peers? I see the "app" module issue you mention and the ClassCastException – but notice the attempt to cast Result.INCOMPATIBLE to Result.SUCCESS. If Result.INCOMPATIBLE is the node's determination, this looks like an attempt t

Re: Issues while joining

2025-05-08 Thread Tibor Répási
The only difference I found is that the new nodes have been installed with Debian-12 and OpenJDK-17 while the rest of the cluster is running on Debian-11 with OpenJDK-11. > On 9. May 2025, at 07:34, Tibor Répási wrote: > > Rechecked that, the upgrade was complete, all nodes are running 5.0.4 a

Re: Issues while joining

2025-05-08 Thread Tibor Répási
Rechecked that, the upgrade was complete, all nodes are running 5.0.4 and the new once trying to join have the same version installed. > On 8. May 2025, at 16:53, C. Scott Andreas wrote: > > Hi Tibor, > > Can you double check the versions in use by all streaming peers? > > I see the "app" mod