Re: Secondary Index seen as empty

2012-12-21 Thread Cyril Scetbon
Marked as a duplicate of CASSANDRA-5079 Regards Cyril SCETBON On Dec 3, 2012, at 10:53 PM, Cyril Scetbon wrote: > issue https://issues.apache.org/jira/browse/CASSANDRA-5024 created > > Regards > Cyril SCETBON > > On Dec 3, 2012, at 10:24 AM, Cyril Scetbon wrote: > >> the null value comes fr

Re: Secondary Index seen as empty

2012-12-03 Thread Cyril Scetbon
issue https://issues.apache.org/jira/browse/CASSANDRA-5024 created Regards Cyril SCETBON On Dec 3, 2012, at 10:24 AM, Cyril Scetbon wrote: > the null value comes from the function removeDeletedCF in file > ColumnFamilyStore.java where cf.getColumnCount() = 0 and > cf.isMarkedForDelete()=fals

Re: Secondary Index seen as empty

2012-12-03 Thread Cyril Scetbon
I dig a little more deeply and the null value comes from the function removeDeletedCF in file ColumnFamilyStore.java where cf.getColumnCount() = 0 and cf.isMarkedForDelete()=false Hope it helps Regards Cyril SCETBON On Dec 3, 2012, at 10:02 AM, Cyril Scetbon wrote: > Hi Jonathan, > > Never

Re: Secondary Index seen as empty

2012-12-03 Thread Cyril Scetbon
Hi Jonathan, Never mind it was an issue with the rmi hostname. Now it works and the issue comes from the following lines (KeysSearcher.java in package org.apache.cassandra.db.index.keys) : if (logger.isDebugEnabled()) logger.debug(String.forma

Re: Secondary Index seen as empty

2012-11-30 Thread Jonathan Ellis
Re remote debugging, see cassandra-env.sh: # uncomment to have Cassandra JVM listen for remote debuggers/profilers on port 1414 # JVM_OPTS="$JVM_OPTS -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1414" On Sat, Dec 1, 2012 at 1:22 AM, Cyril Scetbon wrote: > Hi, > > We