Hi, I'm stil fighting the Exception in thread "main" java.lang.IllegalStateException: replication factor (3) exceeds number of endpoints (2).
When I have a 2-server cluster, create Keyspace with RF 3, I'm able to add (without auto_bootstrap) another node but cluster nodetool commands don't work and fail with the exception above. The new node serve data but I can't do loadbalance, decommission or move on the cluster. Patrik