RE: getIndexedSlices issue using Pelops

2011-06-07 Thread Tan Huynh
fixes the problem. Tan -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Tuesday, June 07, 2011 10:32 AM To: user@cassandra.apache.org Subject: Re: getIndexedSlices issue using Pelops ... also, are you on 0.7.6? "works on cli but internal error w/ pelops&qu

Re: getIndexedSlices issue using Pelops

2011-06-07 Thread Jonathan Ellis
... also, are you on 0.7.6? "works on cli but internal error w/ pelops" sounds like pelops is giving an invalid request, 0.7.6 is better at catching those and giving a real error message. On Tue, Jun 7, 2011 at 12:31 PM, Jonathan Ellis wrote: > internal error means look at the cassandra server l

Re: getIndexedSlices issue using Pelops

2011-06-07 Thread Jonathan Ellis
internal error means look at the cassandra server logs for the stacktrace. On Tue, Jun 7, 2011 at 12:20 PM, Tan Huynh wrote: > Hi, > > > > I am using Pelops client to query Cassandra secondary index and I get the e= > xception listed below. > > The code is pretty simple too. I can use Cassandra-c

getIndexedSlices issue using Pelops

2011-06-07 Thread Tan Huynh
Hi, I am using Pelops client to query Cassandra secondary index and I get the e= xception listed below. The code is pretty simple too. I can use Cassandra-cli to query the same secondary index, so there must be something wrong in my code. If you've seen this issue, would you please point me