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
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
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
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
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
]
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
>> 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.
-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
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
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
word1 varchar,
>>> word2 varchar,
>>> word3 varchar,
>>> category varchar,
>>> frequency int,
>>> PRIMARY KEY(category,frequency,word1,word2,word3)
>>> );
>>>
>>> When I run
>>>
>>> select w
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
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
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
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
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
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
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
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
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
.
-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:
>>
>> &
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
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
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
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
,
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
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
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
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
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
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
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]
: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
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
>> >
> >> > 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
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
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
; 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
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
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
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
41 matches
Mail list logo