Re: "Internal error processing get" in get after insert ttl

2010-09-23 Thread Michal Augustýn
Thank you very much! This solved my problem. Columns are really deleted and there is no warn/error in log. Augi 2010/9/23 Sylvain Lebresne > Oups, that would be a bug. > Would you mind grabbing the patch attached to > https://issues.apache.org/jira/browse/CASSANDRA-1539 and check that is > does

Re: "Internal error processing get" in get after insert ttl

2010-09-23 Thread Sylvain Lebresne
Oups, that would be a bug. Would you mind grabbing the patch attached to https://issues.apache.org/jira/browse/CASSANDRA-1539 and check that is does fix the problem ? -- Sylvain On Thu, Sep 23, 2010 at 1:28 PM, Michal Augustýn wrote: > Ah, I didn't know that, thank you! > Here is the trace: > ER

Re: "Internal error processing get" in get after insert ttl

2010-09-23 Thread Michal Augustýn
Ah, I didn't know that, thank you! Here is the trace: ERROR 13:25:59,418 Internal error processing get java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: column is not marked for delete at org.apache.cassandra.service.StorageProxy.weakRead

Re: "Internal error processing get" in get after insert ttl

2010-09-23 Thread Jonathan Ellis
cassandra.bat is looking for a file named log4j.properties on the classpath. On Thu, Sep 23, 2010 at 5:52 AM, Michal Augustýn wrote: > Unfortunately, I'm running Cassandra on Windows platform and the logging > doesn't work; I'm not able to configure them properly respectively. > I always get "log

Re: "Internal error processing get" in get after insert ttl -

2010-09-23 Thread Jonathan Ellis
this probably means you have a nonsense replicationfactor on that keyspace. r1000404 adds that information to the assert in trunk. On Thu, Sep 23, 2010 at 3:36 AM, vineet daniel wrote: > I got similar error but while inserting I am using 07 Beta 1 and l found the > following in the logs : > > ERR

Re: "Internal error processing get" in get after insert ttl

2010-09-23 Thread Michal Augustýn
Unfortunately, I'm running Cassandra on Windows platform and the logging doesn't work; I'm not able to configure them properly respectively. I always get "log4j:WARN No appenders could be found for logger (org.apache.cassandra.utils.CLibrary)." after Cassandra starts. I tried to copy "log4j-server.

Re: "Internal error processing get" in get after insert ttl -

2010-09-23 Thread Michal Augustýn
I don't have underscores in column families names... Btw. I'm using yesterday's night build. Augi 2010/9/23 vineet daniel > Hi > > I was using 'access_logs' as column family name changed it to Accesslogs > and it worked. May be cassandra doesn't like underscores and small letters. > > > Regards

Re: "Internal error processing get" in get after insert ttl -

2010-09-23 Thread vineet daniel
Hi I was using 'access_logs' as column family name changed it to Accesslogs and it worked. May be cassandra doesn't like underscores and small letters. Regards Vineet Daniel Cell : +918106217121 Websites : Blog | Linkedin

Re: "Internal error processing get" in get after insert ttl -

2010-09-23 Thread vineet daniel
I got similar error but while inserting I am using 07 Beta 1 and l found the following in the logs : ERROR 13:59:44,555 Internal error processing insert java.lang.AssertionError: invalid response count 1 at org.apache.cassandra.service.WriteResponseHandler.determineBlockFor(WriteResponseHa

Re: "Internal error processing get" in get after insert ttl

2010-09-23 Thread Sylvain Lebresne
You should not have anything special to do. Could you check the cassandra logs and give us the stack trace of the error ? -- Sylvain On Thu, Sep 23, 2010 at 8:36 AM, Michal Augustýn wrote: > Hello, > I tried to use Column.Ttl property but I was not successful. My simple test: > 1) insert column

"Internal error processing get" in get after insert ttl

2010-09-22 Thread Michal Augustýn
Hello, I tried to use Column.Ttl property but I was not successful. My simple test: 1) insert column with ttl = 3 2) get column - all is ok 3) wait for 2 seconds 4) get column - all is ok 5) wait again for 2 seconds (so column should disappear) 6) get column - I got "Thrift.TApplicationException"