Re: Exception in cassandra logs while processing the message

2014-02-17 Thread ankit tyagi
Hello, anyone has the idea regarding this exception. Regards, Ankit Tyagi On Fri, Feb 14, 2014 at 7:02 PM, ankit tyagi ankittyagi.mn...@gmail.comwrote: Hello, I am seeing below exception in my cassandra logs(/var/log/cassandra/system.log). INFO [ScheduledTasks:1] 2014-02-13 13:13:57,641

Re: Exception in cassandra logs while processing the message

2014-02-17 Thread Vivek Mishra
looks like thrift inter operability issue. Seems column family or data created via CQL3 and using Thrift based API to read it. Else, recreate your schema and try. -Vivek On Mon, Feb 17, 2014 at 1:50 PM, ankit tyagi ankittyagi.mn...@gmail.comwrote: Hello, anyone has the idea regarding this

Re: Exception in cassandra logs while processing the message

2014-02-17 Thread ankit tyagi
Hi, I am using Hector-client: 1.0-2 to insert the data. Problem is , i am not seeing any exception in my application logs where i am inserting data through hector. looks like internal to cassandra. Regards, Ankit TYagi On Mon, Feb 17, 2014 at 1:56 PM, Vivek Mishra mishra.v...@gmail.com wrote:

Re: Exception in cassandra logs while processing the message

2014-02-17 Thread Sylvain Lebresne
That looks like a thrift error. My best bet would be that you have an incompatibility of versions between the thrift lib used by your Hector version and the one of the Cassandra version used. All I can tell you is that Cassandra 1.2 uses libthrift 0.7.0, not sure what Hector-client 1.0-2 uses

Re: Exception in cassandra logs while processing the message

2014-02-17 Thread ankit tyagi
Hi Sylvain, hector core 1.0-2 uses libthrift 0.6.1,but this exception is not consistent, getting intermittently. if there would be any issue related to compatibility of thrift jar, then this error should be consistent ryt? Regards, Ankit Tyagi On Mon, Feb 17, 2014 at 2:30 PM, Sylvain

Exception in cassandra logs while processing the message

2014-02-14 Thread ankit tyagi
Hello, I am seeing below exception in my cassandra logs(/var/log/cassandra/system.log). INFO [ScheduledTasks:1] 2014-02-13 13:13:57,641 GCInspector.java (line 119) GC for ParNew: 273 ms for 1 collections, 2319121816 used; max is 445 6448000 INFO [ScheduledTasks:1] 2014-02-13 13:14:02,695