Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Chamila Wijayarathna
Done. https://issues.apache.org/jira/browse/CASSANDRA-8461 On Thu, Dec 11, 2014 at 9:00 PM, Philip Thompson < philip.thomp...@datastax.com> wrote: > That is definitely a bug, and I do not see a JIRA with the same problem > already filed. Could you file an issue please? Cassandra - ASF JIRA >

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Tyler Hobbs
It looks like this is resolved in the latest 2.1. I think the fix was a combination of CASSANDRA-8286 and something else. On Thu, Dec 11, 2014 at 9:30 AM, Philip Thompson < philip.thomp...@datastax.com> wrote: > That is definitely a bug, and

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Philip Thompson
That is definitely a bug, and I do not see a JIRA with the same problem already filed. Could you file an issue please? Cassandra - ASF JIRA On Thu, Dec 11, 2014 at 10:15 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote:

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Chamila Wijayarathna
Hi Philip, I'm using version 2.1.2. Following is the error log at system.log. ( https://gist.github.com/cdwijayarathna/2749f52c52f5c7fd807d ) ERROR [SharedPool-Worker-1] 2014-12-11 20:42:20,152 Message.java:538 - Unexpected exception during request; channel = [id: 0xea57d8b6, / 127.0.0.1:35624 =

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Philip Thompson
The full error should be in that node's system.log file. What version are you running? On Thu, Dec 11, 2014 at 9:42 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hi Philip, > > I ran my queries on cqlsh terminal and it only shows this. > > Thank you! > > On Thu, Dec 11, 2014 at 6:

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Chamila Wijayarathna
Hi Philip, I ran my queries on cqlsh terminal and it only shows this. Thank you! On Thu, Dec 11, 2014 at 6:43 PM, Philip Thompson < philip.thomp...@datastax.com> wrote: > There is a definitely a problem here, but without the entire stack trace, > it is unclear what exactly may be wrong. > > On

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Philip Thompson
There is a definitely a problem here, but without the entire stack trace, it is unclear what exactly may be wrong. On Thu, Dec 11, 2014 at 7:37 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hello all, > > I have a column family with following schema. > > CREATE TABLE corpus.trigra

java.lang.AssertionError in cqlsh

2014-12-11 Thread Chamila Wijayarathna
Hello all, I have a column family with following schema. CREATE TABLE corpus.trigram_category_ordered_frequency ( id bigint, word1 varchar, word2 varchar, word3 varchar, category varchar, frequency int, PRIMARY KEY(category,frequency,word1,word2,word3) ); When I run