You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Eduardo Alfaia <ed...@gmail.com> on 2015/10/31 20:35:42 UTC

Error code=1000

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


Re: Error code=1000

Posted by Tyler Hobbs <ty...@datastax.com>.
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 <sa...@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" <ed...@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/>

Re: Error code=1000

Posted by Ricardo Sancho <sa...@gmail.com>.
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" <ed...@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
>
>