Unfortunately, the addresses/DC of the replicas are not available on the
exception hierarchy within Cassandra.
Fwiw, the DS Java Driver (most native protocol drivers actually) manages
membership dynamically by acting on cluster health events sent back over
the channel by the native transport. Keep
Hi, All,
We have an Cassandra environment with two connected DCs and our consistency
level of writing operation is EACH_QUORUM.
So if one DC is down, the write will be failed and we get
TokenRangeOfflineException on the client side (we use netfilix java client
libraries).
We want to give more