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

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:27, T

Re: Error Code

2015-10-29 Thread Tyler Hobbs
That means the driver could not decode a Result message from Cassandra. Can you post the query that's failing along with your schema for that table to the Python driver mailing list? Here's a link: https://groups.google.com/a/lists.datastax.com/forum/#!forum/python-driver-user On Thu, Oct 29, 201

Re: Error Code

2015-10-29 Thread Eduardo Alfaia
I am using a python driver from DataStax. Cassandra driver 2.7.2 > On 29 Oct 2015, at 15:26, Chris Lohfink wrote: > > It means a response (opcode 8) message couldn't be decoded. What driver are > you using? What version? What version of C*? > > Chris > > On Thu, Oct 29, 2015 at 9:19 AM, Eduard

Re: Error Code

2015-10-29 Thread Chris Lohfink
It means a response (opcode 8) message couldn't be decoded. What driver are you using? What version? What version of C*? Chris On Thu, Oct 29, 2015 at 9:19 AM, Eduardo Alfaia wrote: > yes, but what does it mean? > > On 29 Oct 2015, at 15:18, Kai Wang wrote: > > > https://github.com/datastax/py

Re: Error Code

2015-10-29 Thread Eduardo Alfaia
yes, but what does it mean? > On 29 Oct 2015, at 15:18, Kai Wang wrote: > > https://github.com/datastax/python-driver/blob/75ddc514617304797626cc69957eb6008695be1e/cassandra/connection.py#L573 > >

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 decoding respons