Re: ServerError: java.lang.AssertionError on running Docker container with mounted data directory

2020-06-13 Thread Erick Ramirez
I haven't validated the rest of your docker config but what stood out to me is that you are using the same directory for both containers. You can't share the same location -- they have to be unique. Try using something like C:\Users\manuc\Documents\manu\container1\dockerdata and C:\Users\manuc\Do

ServerError: java.lang.AssertionError on running Docker container with mounted data directory

2020-06-13 Thread Manu Chadha
name, lastname) ... ); cqlsh> cqlsh> use myKS; cqlsh:codingjedi> insert into users (bucket, email,authprovider, firstname, lastname, confirmed, hasher,id,password, salt) values (1,'m...@m.com','ap','fn','ln',false,'h',uuid(),'p&#x

Re: java.lang.AssertionError: Memory was freed during index rebuild

2018-10-24 Thread Jeff Jirsa
t 5:03 AM, Mark Bryant wrote: > > Has anyone seen this error or might have an idea what is causing this? > > Version: 3.5 > > java.lang.AssertionError: Memory was freed >at > org.apache.cassandra.io.util.SafeMemory.checkBounds(SafeM

java.lang.AssertionError: Memory was freed during index rebuild

2018-10-24 Thread Mark Bryant
Has anyone seen this error or might have an idea what is causing this? Version: 3.5 java.lang.AssertionError: Memory was freed at org.apache.cassandra.io.util.SafeMemory.checkBounds(SafeMemory.java:103) at org.apache.cassandra.io.util.Memory.getLong(Memory.java:260) at

答复: org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:218 throws java.lang.AssertionError

2015-11-11 Thread 李建奇
ection.run(OutboundTcpConnection.jav a:218 throws java.lang.AssertionError Hi, All, We have a 12 nodes cluster with 2.1.9 version for near one month. Last week it have an exception . Cluster’s write and read latency will go up to 4 seconds from 0.4ms average after exception. I suspect OutboundTcpCon

org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:218 throws java.lang.AssertionError

2015-11-09 Thread 李建奇
] java.lang.AssertionError: 78251 at org.apache.cassandra.utils.ByteBufferUtil.writeWithShortLength(ByteBufferUti l.java:290) ~[apache-cassandra-2.1.9.jar:2.1.9] at org.apache.cassandra.db.composites.AbstractCType$Serializer.serialize(Abstra ctCType.java:392) ~[apache-cassandra-2.1.9.jar:2.1.9] at

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Chamila Wijayarathna
>> 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.

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Tyler Hobbs
-12-11 20:42:20,152 Message.java:538 - >> Unexpected exception during request; channel = [id: 0xea57d8b6, / >> 127.0.0.1:35624 => /127.0.0.1:9042] >> java.lang.AssertionError: null >> at org.apache.cassandra.cql3.ResultSet.addRow(ResultSet.java:63) >> ~[apache-cassandra-2.1.2.j

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Philip Thompson
on during request; channel = [id: 0xea57d8b6, / > 127.0.0.1:35624 => /127.0.0.1:9042] > java.lang.AssertionError: null > at org.apache.cassandra.cql3.ResultSet.addRow(ResultSet.java:63) > ~[apache-cassandra-2.1.2.jar:2.1.2] > at > org.apache.cassandra.cql3.statements.Selection$Resul

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Chamila Wijayarathna
35624 => /127.0.0.1:9042] java.lang.AssertionError: null at org.apache.cassandra.cql3.ResultSet.addRow(ResultSet.java:63) ~[apache-cassandra-2.1.2.jar:2.1.2] at org.apache.cassandra.cql3.statements.Selection$ResultSetBuilder.newRow(Selection.java:333) ~[apache-cassandra-2.1.2.jar:2

Re: java.lang.AssertionError in cqlsh

2014-12-11 Thread Philip Thompson
word1 varchar, >>> word2 varchar, >>> word3 varchar, >>> category varchar, >>> frequency int, >>> PRIMARY KEY(category,frequency,word1,word2,word3) >>> ); >>> >>> When I run >>> >>> select w

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

java.lang.AssertionError: Added column does not sort as the last column

2014-06-03 Thread Leena Ghatpande
nodes in each data center and with replication factor 2. We only see this error on one of the Nodes. java.lang.AssertionError: Added column does not sort as the last column at org.apache.cassandra.db.ArrayBackedSortedColumns.addColumn(ArrayBackedSortedColumns.java:131) at

Re: Cassandra Internal error processing get_slice java.lang.AssertionError

2014-03-06 Thread Alaa Zubaidi (PDF)
Hi Jacob, Unfortunately, we need to stick with 1.0.10 for while.. Any idea what does this error means? Thanks, Alaa On Wed, Mar 5, 2014 at 9:05 PM, Jacob Rhoden wrote: > If this is a _new_ 8 node cluster, is there a specific reason you starting > with 1.0.x, not 1.2.x? (Upgrading later will be

Re: Cassandra Internal error processing get_slice java.lang.AssertionError

2014-03-05 Thread Jacob Rhoden
If this is a _new_ 8 node cluster, is there a specific reason you starting with 1.0.x, not 1.2.x? (Upgrading later will be more work) __ Sent from iPhone > On 6 Mar 2014, at 9:22 am, "Alaa Zubaidi (PDF)" wrote: > > Cassandra 1.0.10 with default settings.. > > >> O

Re: Cassandra Internal error processing get_slice java.lang.AssertionError

2014-03-05 Thread Alaa Zubaidi (PDF)
Cassandra 1.0.10 with default settings.. On Wed, Mar 5, 2014 at 4:57 PM, Robert Coli wrote: > On Wed, Mar 5, 2014 at 4:35 PM, Alaa Zubaidi (PDF) > wrote: > >> I have a new 8 Node cluster, and when started loading data I see the >> error below showing up a lot in 3 of the 8 Nodes: >> > > What v

Re: Cassandra Internal error processing get_slice java.lang.AssertionError

2014-03-05 Thread Robert Coli
On Wed, Mar 5, 2014 at 4:35 PM, Alaa Zubaidi (PDF) wrote: > I have a new 8 Node cluster, and when started loading data I see the error > below showing up a lot in 3 of the 8 Nodes: > What version of cassandra? What mode of thrift server operation, sync or hsha? =Rob

Cassandra Internal error processing get_slice java.lang.AssertionError

2014-03-05 Thread Alaa Zubaidi (PDF)
Hi, I have a new 8 Node cluster, and when started loading data I see the error below showing up a lot in 3 of the 8 Nodes: ERROR [Thrift:65] 2014-03-05 13:19:42,450 Cassandra.java (line 3041) Internal error processing get_slice java.lang.AssertionError at

Re: Cass 1.2.11 : java.lang.AssertionError: originally calculated column size

2014-02-17 Thread Peter Sanford
. -psanford On Mon, Feb 17, 2014 at 4:53 AM, Oleg Dulin wrote: > Bumping this up -- anything ? anyone ? > > > On 2014-02-13 16:01:50 +, Oleg Dulin said: > > I am getting these exceptions on one of the nodes, quite often, during >> compactions: >> >> &

Re: Cass 1.2.11 : java.lang.AssertionError: originally calculated column size

2014-02-17 Thread Tupshin Harper
Bumping this up -- anything ? anyone ? > > On 2014-02-13 16:01:50 +, Oleg Dulin said: > > I am getting these exceptions on one of the nodes, quite often, during >> compactions: >> >> "java.lang.AssertionError: originally calculated column size of 84562492 >> b

Re: Cass 1.2.11 : java.lang.AssertionError: originally calculated column size

2014-02-17 Thread Oleg Dulin
Bumping this up -- anything ? anyone ? On 2014-02-13 16:01:50 +, Oleg Dulin said: I am getting these exceptions on one of the nodes, quite often, during compactions: "java.lang.AssertionError: originally calculated column size of 84562492 but now it is 84562600" Usually

Cass 1.2.11 : java.lang.AssertionError: originally calculated column size

2014-02-13 Thread Oleg Dulin
I am getting these exceptions on one of the nodes, quite often, during compactions: "java.lang.AssertionError: originally calculated column size of 84562492 but now it is 84562600" Usually this is on the same column family. I believe this is preventing compactions from compl

Meaning of "java.lang.AssertionError: incorrect row data size ..."

2013-09-08 Thread Jan Algermissen
ct') (estimated 3145728 bytes) ERROR [CompactionExecutor:2] 2013-09-07 13:46:27,163 CassandraDaemon.java (line 192) Exception in thread Thread[CompactionExecutor :2,1,main] java.lang.AssertionError: incorrect row data size 132289 written to /var/lib/cassandra/data/products/product/product

Re: java.lang.AssertionError on starting the node

2013-06-04 Thread himanshu.joshi
, SC Date: Fri, 31 May 2013 10:57:38 +0530 From: himanshu.jo...@orkash.com To: user@cassandra.apache.org Subject: java.lang.AssertionError on starting the node Hi, I have created a 2 node test cluster in Cassandra version 1.2.3 with Simple Stra

RE: java.lang.AssertionError on starting the node

2013-05-31 Thread S C
What was the node doing right before the ERROR? Can you post some more log? Thanks,SC Date: Fri, 31 May 2013 10:57:38 +0530 From: himanshu.jo...@orkash.com To: user@cassandra.apache.org Subject: java.lang.AssertionError on starting the node Hi, I have created a 2

java.lang.AssertionError on starting the node

2013-05-30 Thread himanshu.joshi
ception in thread Thread[FlushWriter:2,5,main] java.lang.AssertionError: 105565 at org.apache.cassandra.utils.ByteBufferUtil.writeWithShortLength(ByteBufferUtil.java:342) at org.apache.cassandra.io.sstable.SSTableWriter.append(SSTableWriter.java:176) at org.apache.cassandra.d

Re: CounterColumn java.lang.AssertionError: Wrong class type.

2012-02-27 Thread aaron morton
ghts on why this is occurring? > Thanks in advance. > -gary > > ERROR [ReadRepairStage:9] 2012-02-24 18:31:28,623 > AbstractCassandraDaemon.java > (line 139) Fatal exception in thread Thread[ReadRepairStage:9,5,main] > java.lang.AssertionErro

CounterColumn java.lang.AssertionError: Wrong class type.

2012-02-26 Thread Gary Ogasawara
Using v1.0.7, we see many of the following errors. Any thoughts on why this is occurring? Thanks in advance. -gary ERROR [ReadRepairStage:9] 2012-02-24 18:31:28,623 AbstractCassandraDaemon.java (line 139) Fatal exception in thread Thread[ReadRepairStage:9,5,main] java.lang.AssertionError: Wrong

RE: java.lang.AssertionError

2012-01-05 Thread Michael Vaknine
Thanks Aaron. Michael From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Wednesday, January 04, 2012 10:06 PM To: user@cassandra.apache.org Subject: Re: java.lang.AssertionError Will be fixed in 1.0.7 https://issues.apache.org/jira/browse/CASSANDRA-3656 Cheers

Re: java.lang.AssertionError

2012-01-04 Thread aaron morton
did not help. > > Thanks in advance for your help. > > Michael > > The kind of errors I get: > NYC-Cass3 ERROR [ScheduledTasks:1] 2012-01-03 05:54:16,392 > AbstractCassandraDaemon.java (line 133) Fatal exception in thread Thread > NYC-Cass3 ERROR [ScheduledTasks:1]

java.lang.AssertionError

2012-01-04 Thread Michael Vaknine
:54:16,392 java.lang.AssertionError NYC-Cass3 ERROR [ScheduledTasks:1] 2012-01-03 05:54:16,392 at org.apache.cassandra.service.GCInspector.logGCResults(GCInspector.java:103) NYC-Cass3 ERROR [ScheduledTasks:1] 2012-01-03 05:54:16,392 at org.apache.cassandra.service.GCInspector.access$000

java.lang.AssertionError

2011-12-24 Thread Michael Vaknine
I have a 4 cluster environment version 1.0.3 which was upgraded from 0.7.6. I keep getting java.lang.AssertionError from time to time on my cluster. Is there anything I can do to fix the problem Thanks Michael NYC-Cass1 ERROR [NonPeriodicTasks:1] 2011-12-24 23:06:11,129

Re: java.lang.AssertionError in MessagingService.receive during heavy write.

2011-01-21 Thread Michael Haspra
>> > > >> > The startup on both nodes seems to be fine (e.g no error messages). > >> > Then I set up a keyspace and insert some data on one node, that also > >> > works. > >> > > >> > I start to insert data on bo

Re: java.lang.AssertionError in MessagingService.receive during heavy write.

2011-01-21 Thread Jonathan Ellis
a keyspace and insert some data on one node, that also >> > works. >> > >> > I start to insert data on both nodes with high load and after a few >> > seconds >> > i get the the following log output on both nodes: >> > >> > java.lang.Asser

Re: java.lang.AssertionError in MessagingService.receive during heavy write.

2011-01-21 Thread Michael Haspra
after a few > seconds > > i get the the following log output on both nodes: > > > > java.lang.AssertionError > > at org.apache.cassandra.net. > > MessagingService.receive(MessagingService.java:392) > > at > > > org.apache.cassandra.net.Inc

Re: java.lang.AssertionError in MessagingService.receive during heavy write.

2011-01-21 Thread Jonathan Ellis
; Then I set up a keyspace and insert some data on one node, that also works. > > I start to insert data on both nodes with high load and after a few seconds > i get the the following log output on both nodes: > > java.lang.AssertionError >     at org.apache.cassandra.net. > Mes

java.lang.AssertionError in MessagingService.receive during heavy write.

2011-01-21 Thread Michael Haspra
both nodes with high load and after a few seconds i get the the following log output on both nodes: java.lang.AssertionError at org.apache.cassandra.net. MessagingService.receive(MessagingService.java:392) at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.ja

Re: cassandra cluster (2 node): one node is OK, another has this error: java.lang.AssertionError: invalid response count 2

2010-05-17 Thread Jonathan Ellis
ame error): > I have checked node 1 >   >      node1 >      node2 > >   >  node1 > > I have checked node2 >   >      node2 >      node1 > >   >  node2 > > > Can you please help? > Thanks > Wei > > RROR 17:32:34,164 Fatal exceptio

cassandra cluster (2 node): one node is OK, another has this error: java.lang.AssertionError: invalid response count 2

2010-05-14 Thread li wei
node2 Can you please help? Thanks Wei RROR 17:32:34,164 Fatal exception in thread Thread[RESPONSE-STAGE:251,5,main] java.lang.AssertionError: invalid response count 2 at org.apache.cassandra.service.ReadResponseResolver.(ReadResponseResolver.java:54) at