Re: python cql driver - cassandra.ReadTimeout - “Operation timed out - received only 1 responses.”

2014-06-03 Thread Marcelo Elias Del Valle
Indeed Alex, the problem was in the rpc timeouts on the server... Thanks a lot, it's simple but I was losing time thinking my client config was wrong! []s 2014-06-02 18:15 GMT-03:00 Alex Popescu : > If I'm reading this correctly, what you are seeing is the read_timeout on > Cassandra side and no

Re: python cql driver - cassandra.ReadTimeout - “Operation timed out - received only 1 responses.”

2014-06-02 Thread Alex Popescu
If I'm reading this correctly, what you are seeing is the read_timeout on Cassandra side and not the client side timeout. Even if you set the client side timeouts, the C* read & write timeouts are still respected on that side. On Mon, Jun 2, 2014 at 10:55 AM, Marcelo Elias Del Valle < marc...@s1m