Re: Cassandra/Pelops error processing get_slice

2010-10-19 Thread Frank LoVecchio
Aaron, It seems that we had a beta-1 node in our cluster of beta-2'. Haven't had the problem since. Thanks for the help, Frank On Sat, Oct 16, 2010 at 1:50 PM, aaron morton wrote: > Frank, > > Things are a bit clearer now. Think I had the wrong idea to start with. > > The server side error me

Re: Cassandra/Pelops error processing get_slice

2010-10-16 Thread aaron morton
Frank, Things are a bit clearer now. Think I had the wrong idea to start with. The server side error means this cassandra node does not know about the column family it was asked to read. I guess either the schema are out of sync on the nodes or there is a bug. How did you add

Re: Cassandra/Pelops error processing get_slice

2010-10-15 Thread Frank LoVecchio
Aaron, I updated the cassandra files and but still receive the same error (on client side) with a different line number 551: org.apache.thrift.TApplicationException: Internal error processing get_slice at org.apache.thrift.TApplicationException.read(TApplicationException.java:108) at org.apache.c

Re: Cassandra/Pelops error processing get_slice

2010-10-14 Thread Aaron Morton
Am guessing but it looks like cassandra returned an error and the client then had trouble reading the error. However if I look at the Beta 2 java thrift interface in Cassandra.java, line 544 is not in recv_get_slice. May be nothing. Perhaps check the server for an error and double check your client

Cassandra/Pelops error processing get_slice

2010-10-14 Thread Frank LoVecchio
10:10:21,787 ERROR ~ Error getting Sensor org.apache.thrift.TApplicationException: Internal error processing get_slice at org.apache.thrift.TApplicationException.read( TApplicationException.java:108) at org.apache.cassandra.thrift.Cassandra$Client.recv_get_slice( Cassandra.java:544) at org.apac

Cassandra/Pelops error processing get_slice

2010-10-14 Thread Frank LoVecchio
10:10:21,787 ERROR ~ Error getting Sensor org.apache.thrift.TApplicationException: Internal error processing get_slice at org.apache.thrift.TApplicationException.read( TApplicationException.java:108) at org.apache.cassandra.thrift.Cassandra$Client.recv_get_slice( Cassandra.java:544) at org.apac