We have DSE 4.8.7 cluster with 3 datacenters, 5 nodes each. Ww have a keyspace with RF 3, 3, 2.
We're using lightweight transactions.
When performing operations that involve shutting down a node on the datacenter with RF2, we have issues with the lightweight transactions as SERIAL consistency level cannot be met.
Is there a way to change the driver to use LOCAL_SERIAL instead of SERIAL?