I am using Astyanx 2.0.2 with Cassandra 1.2.8. I have a 17 node cluster with a RF of 3.
When one of my nodes goes down, I constantly get TokenRangeOfflineException when using a ConsistencyLevel of ONE.
I'm using NodeDiscoveryType.RING_DESCRIBE and ConnectionPoolType.TOKEN_AWARE with all seeds set.
What would be causing this exception with a consistency of 1?
I am running on Amazon AWS.