We probably need more info like the RF of your cluster and CL of your reads and writes. Maybe could you also tell us if you use vnodes or not.
I heard that Astyanax was not running very smoothly on 1.2.0, but a bit better on 1.2.1. Yet, Netflix didn't release a version of Astyanax for C*1.2. Alain 2013/2/13 Traian Fratean <traian.frat...@gmail.com> > Hi, > > I have a cluster of 5 nodes running Cassandra 1.2.0 . I have a Java client > with Astyanax 1.56.21. > When a node(10.60.15.67 - *diiferent* from the one in the stacktrace > below) went down I get TokenRandeOfflineException and no other data gets > inserted into *any other* node from the cluster. > > Am I having a configuration issue or this is supposed to happen? > > > com.netflix.astyanax.connectionpool.impl.CountingConnectionPoolMonitor.trackError(CountingConnectionPoolMonitor.java:81) > - > com.netflix.astyanax.connectionpool.exceptions.TokenRangeOfflineException: > TokenRangeOfflineException: [host=10.60.15.66(10.60.15.66):9160, > latency=2057(2057), attempts=1]UnavailableException() > com.netflix.astyanax.connectionpool.exceptions.TokenRangeOfflineException: > TokenRangeOfflineException: [host=10.60.15.66(10.60.15.66):9160, > latency=2057(2057), attempts=1]UnavailableException() > at > com.netflix.astyanax.thrift.ThriftConverter.ToConnectionPoolException(ThriftConverter.java:165) > at > com.netflix.astyanax.thrift.AbstractOperationImpl.execute(AbstractOperationImpl.java:60) > at > com.netflix.astyanax.thrift.AbstractOperationImpl.execute(AbstractOperationImpl.java:27) > at > com.netflix.astyanax.thrift.ThriftSyncConnectionFactoryImpl$1.execute(ThriftSyncConnectionFactoryImpl.java:140) > at > com.netflix.astyanax.connectionpool.impl.AbstractExecuteWithFailoverImpl.tryOperation(AbstractExecuteWithFailoverImpl.java:69) > at > com.netflix.astyanax.connectionpool.impl.AbstractHostPartitionConnectionPool.executeWithFailover(AbstractHostPartitionConnectionPool.java:255) > > > > Thank you, > Traian. >