Re: Error code=1000

2015-11-03 Thread Tyler Hobbs
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 wrote: > One

Re: Error code=1000

2015-10-31 Thread Ricardo Sancho
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" wrote: > Hi guys, > > Could you help me with this

Error code=1000

2015-10-31 Thread Eduardo Alfaia
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

2015-10-29 Thread Eduardo Alfaia
Hi Tyler, in fact I am having a problem like this: https://groups.google.com/a/lists.datastax.com/forum/#!searchin/python-driver-user/Unable$20to$20connect$20to$20any$20servers/python-driver-user/F_pjeclCJdY/b9E5jCreNacJ The error code was shown me cause this error. > On 29 Oct 2015, at 16

Re: Error Code

2015-10-29 Thread Tyler Hobbs
7304797626cc69957eb6008695be1e/cassandra/connection.py#L573 >> >> Is your error message complete? >> >> On Thu, Oct 29, 2015 at 9:45 AM, Eduardo Alfaia > > wrote: >> >>> Hi Guys, >>> >>> Does anyone know what error code in cassandra is? >>> >>> Error decoding response from Cassandra. opcode: 0008; >>> >>> Thanks >>> >> >> >> > > -- Tyler Hobbs DataStax <http://datastax.com/>

Re: Error Code

2015-10-29 Thread Eduardo Alfaia
7304797626cc69957eb6008695be1e/cassandra/connection.py#L573 >> >> <https://github.com/datastax/python-driver/blob/75ddc514617304797626cc69957eb6008695be1e/cassandra/connection.py#L573> >> >> Is your error message complete? >> >> On Thu, Oct 29, 2015 at 9:4

Re: Error Code

2015-10-29 Thread Chris Lohfink
s://github.com/datastax/python-driver/blob/75ddc514617304797626cc69957eb6008695be1e/cassandra/connection.py#L573 > > Is your error message complete? > > On Thu, Oct 29, 2015 at 9:45 AM, Eduardo Alfaia > wrote: > >> Hi Guys, >> >> Does anyone know what error code in

Re: Error Code

2015-10-29 Thread Eduardo Alfaia
69957eb6008695be1e/cassandra/connection.py#L573> > > Is your error message complete? > > On Thu, Oct 29, 2015 at 9:45 AM, Eduardo Alfaia <mailto:eduardocalf...@gmail.com>> wrote: > Hi Guys, > > Does anyone know what error code in cassandra is? > > Error decoding response from Cassandra. opcode: 0008; > > Thanks >

Re: Error Code

2015-10-29 Thread Kai Wang
https://github.com/datastax/python-driver/blob/75ddc514617304797626cc69957eb6008695be1e/cassandra/connection.py#L573 Is your error message complete? On Thu, Oct 29, 2015 at 9:45 AM, Eduardo Alfaia wrote: > Hi Guys, > > Does anyone know what error code in cassandra is? > >

Error Code

2015-10-29 Thread Eduardo Alfaia
Hi Guys, Does anyone know what error code in cassandra is? Error decoding response from Cassandra. opcode: 0008; Thanks