TIBCOSoftware / be-contribution

This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Cassandra Channel || Multinode|| Doesn't reflect consumed message on BE side when one node is down #107

Open praagraw-tibco opened 1 year ago

praagraw-tibco commented 1 year ago

Version Information

Software Version(s)
BusinessEvents 6.3.0
OS Type?
OS Version?

Issue Description

I have taken 2 Cassandra servers and created a multinode setup. When I am trying to test fault tolerance feature by killing one cassandra server( tried to kill seed as well as other node alternatively), then pulsar topic messages are not reflecting on BE side.

Additional points

I have created a keyspace with replication factor 2 as well as 1.

While creating a keyspace with replication factor 1 I am getting below error.

image

When I am trying to kill seed provider, I am getting below error

image

rakulkar-tibco commented 1 year ago

Can you try with ./nodetool repair -all