When you say "I am using cassandra standalone", do you mean that you're running a single-node cluster? If that's the case, then I'm guessing your problem is that the replication factor for the keyspace is set to 2 or 3 (instead of 1).
On Sat, Oct 31, 2015 at 3:00 PM, Ricardo Sancho <sancho.rica...@gmail.com> wrote: > One or more of your nodes, depending on your replication factor, is not > answering in time. Either they are down or have too much load that they are > not able to answer every request before the timeout expires. > On 31 Oct 2015 20:35, "Eduardo Alfaia" <eduardocalf...@gmail.com> wrote: > >> Hi guys, >> >> Could you help me with this error? >> >> cassandra.Unavailable: code=1000 [Unavailable exception] message="Cannot >> achieve consistency level LOCAL_QUORUM" info={'required_replicas': 2, >> 'alive_replicas': 1, 'consistency': 'LOCAL_QUORUM’} >> >> I am using cassandra standalone >> >> Thanks >> >> -- Tyler Hobbs DataStax <http://datastax.com/>