Re: Exception on get_range_slice No idea !!

2009-12-13 Thread Richard Grossman
Ok Thanks I've see your post in JIRA it seems to be the saqme problem if I change final SliceRange sliceRange = new SliceRange(limitsChannel[0]. getBytes("UTF-8"), limitsChannel[1].getBytes("UTF-8"), false, headendsChannelList.size()); by final SliceRange sliceRange =

Re: Exception on get_range_slice No idea !!

2009-12-13 Thread Dan Di Spaltro
Try beta2. On Sun, Dec 13, 2009 at 2:44 PM, Richard Grossman wrote: > Hi > I'm getting this problem with the version from svn tag 0.5.0-beta1 > > > On Mon, Dec 14, 2009 at 12:37 AM, Dan Di Spaltro > wrote: > >> I originally had a lot of these problems; however, I think this specific >> bug was f

Re: Exception on get_range_slice No idea !!

2009-12-13 Thread Richard Grossman
Hi I'm getting this problem with the version from svn tag 0.5.0-beta1 On Mon, Dec 14, 2009 at 12:37 AM, Dan Di Spaltro wrote: > I originally had a lot of these problems; however, I think this specific > bug was fixed in http://issues.apache.org/jira/browse/CASSANDRA-578. > Your best bet is to upg

Re: Exception on get_range_slice No idea !!

2009-12-13 Thread Dan Di Spaltro
I originally had a lot of these problems; however, I think this specific bug was fixed in http://issues.apache.org/jira/browse/CASSANDRA-578. Your best bet is to upgrade to 0.5 On Sun, Dec 13, 2009 at 2:29 PM, Richard Grossman wrote: > Hi, > > I've build a DB as I've made with 0.4.2 now with th

Exception on get_range_slice No idea !!

2009-12-13 Thread Richard Grossman
Hi, I've build a DB as I've made with 0.4.2 now with this code : final SliceRange sliceRange = new SliceRange(limitsChannel[0].getBytes("UTF-8"), limitsChannel[1].getBytes("UTF-8"), false, headendsChannelList.size()); SlicePredicate predicateKeys = new SlicePredicat