th different
sizes and it confused Cassandra.
So, problem solved now :-)
Cheers,
Reynald
On Fri, Aug 31, 2018 at 7:45 AM Reynald Borer
wrote:
> Hi everyone,
>
> I'm running a Cassandra 1.2.19 cluster of 40 nodes and compactions of a
> specific column family are sporadically raising
Hi everyone,
I'm running a Cassandra 1.2.19 cluster of 40 nodes and compactions of a
specific column family are sporadically raising an AssertionError like this
(full stack trace visible under
https://gist.github.com/rborer/46862d6d693c0163aa8fe0e74caa2d9a):
ERROR [CompactionExecutor:9137]
I've traced this down to attempting to prepend to a list field. I was able
to workaround the issue by appending (and then sorting on query).
Prepending seems to build a timeuuid to manage the change, and it's that
step that produces the assertionerror (sometimes).
On Thu, Jan 19, 2017 a
The first time a client connects to the cluster and sends a bunch of
inserts in parallel I get this assertion error. All subsequent inserts
(including just retrying the first requests) work fine. The only assert in
PrecisionTime is checking if the millis argument is <= the current millis.
What coul
sufficed.
Thanks for your support anyway.
Best,
Andreas
Von: Nate McCall [mailto:n...@thelastpickle.com]
Gesendet: Montag, 27. Juli 2015 23:36
An: Cassandra Users
Betreff: Re: AssertionError on PasswordAuthenticator
Any ideas what might be wrong or which prerequisites need to
>
>
> Any ideas what might be wrong or which prerequisites need to be met? This
> is the first request for a connection.
>
>
>
Sam makes a good point. Make sure you have the username and password
properties set in the configuration file:
https://github.com/apache/incubator-usergrid/blob/master/sta
s.schlue...@gmx.de> wrote:
> Hi,
>
>
>
> I am starting to setup Usergrid on Cassandra, but I run into an issue that
> I debugged into and which does not seem to be related to Usergrid or my
> setup, since I run into an AssertionError (which should never happen
> accord
Hi,
I am starting to setup Usergrid on Cassandra, but I run into an issue that I
debugged into and which does not seem to be related to Usergrid or my setup,
since I run into an AssertionError (which should never happen according to
the comment in the Cassandra Code, and which I dont see
Hi,all
after upgrading to 2.1.0, I found there are many exceptions in system.log.
It appears in nodes upgraded from 2.0 as well as in nodes newly added at
2.1.0. When I set the read repair chance to 0.0, it disappears.
ERROR [SharedPool-Worker-8] 2014-09-27 16:44:50,188 ErrorMessage.java:218 -
Un
hi all,
I trying add a node to a cassandra ring with only one seed-node. I have the
seed in EC2 and I have this error when I start cassandra in the other node
ERROR [Thrift:389] 2014-07-22 08:25:39,838 CassandraDaemon.java (line 191)
Exception in thread Thread[Thrift:389,5,main]
java.l
Hi all,
This is just a follow up to say that this issue is being tracked here:
https://issues.apache.org/jira/browse/CASSANDRA-6796
I managed to work around this issue for my workload by increasing the
write timeout threshold in the server, but YMMV.
Sorry that the original list thread had an e
Update: I've reverted hinted_handoff_enabled back to its default value of
true and the errors stopped. Is this just a coincidence, or could be
related?
On Sun, Oct 6, 2013 at 7:23 PM, Ran Tavory wrote:
> Pardon me, now with the appropriate subject line...
>
> Hi, I have a small cluster of 1.2.
Pardon me, now with the appropriate subject line...
Hi, I have a small cluster of 1.2.6 and after some config changes I started
seeing errors int the logs.
Not sure that's related, but the changes I performed were to disable hinted
handoff and disable auto snapshot. I'll try to reverte these, see
More to add on this:
This is happening for column families created via CQL3 with collection type
columns and without "WITH COMPACT STORAGE".
On Fri, Sep 20, 2013 at 12:51 AM, Yuki Morishita wrote:
> Sounds like a bug.
> Would you mind filing JIRA at
> https://issues.apache.org/jira/browse/CASS
Hi,
I am trying to use sstableloader to load some external data and getting
given below error:
Established connection to initial hosts
Opening sstables and calculating sections to stream
Streaming relevant part of
/home/impadmin/source/Examples/data/Demo/Users/Demo-Users-ja-1-Data.db to [/
127.0.0.
Sounds like a bug.
Would you mind filing JIRA at https://issues.apache.org/jira/browse/CASSANDRA?
Thanks,
On Thu, Sep 19, 2013 at 2:12 PM, Vivek Mishra wrote:
> Hi,
> I am trying to use sstableloader to load some external data and getting
> given below error:
> Established connection to initial
Hi,
On Mon, Jul 29, 2013 at 11:23 AM, aaron morton wrote:
> The error is because the underlying CF is not defined using a composite type
> for the comparator.
>
> CREATE TABLE "RRD" (
> key text,
> column1 blob,
> value blob,
> PRIMARY KEY (key, column1)
> ) WITH COMPACT STORAGE AND
>
> Looks
Also it is probably worth to mention:
1. I see no other errors in logs except that one;
2. Sometimes connected clients receive "Request did not complete within
rpc_timeout.", even if they are accessing other tables.
3. Sometimes, some cells from another tables may read as NULL when they are
in fact
Cassandra 1.2.8 still have this issue.
Possible recipe to reproduce: create the table as described in the first
message of this thread; write 3000 rows of 10MB each at the rate about
0.1..1 request per second.
Maybe this behavior is caused by incremental compaction of large rows...
On Mon, Jul 2
wrong?
Adriano.
From: aaron morton [mailto:aa...@thelastpickle.com]
Sent: Lunes, 29 de Julio de 2013 05:23 a.m.
To: user@cassandra.apache.org
Subject: Re: AssertionError during ALTER TYPE in 1.2.5
The error is because the underlying CF is not defined using a composi
The error is because the underlying CF is not defined using a composite type
for the comparator.
> CREATE TABLE "RRD" (
> key text,
> column1 blob,
> value blob,
> PRIMARY KEY (key, column1)
> ) WITH COMPACT STORAGE AND
Looks like this PRIMARY KEY (key, column1) is incorrect.
That says "Th
Great. Let me know what you find!
Thanks!
Paul
Sent from my iPhone
On Jul 27, 2013, at 2:47 AM, Pavel Kirienko
wrote:
> Hi Paul,
>
> I checked out your issue, looks the same indeed. Probably this can be reproed
> simply by writing large rows (> 10MB) on high rates.
> I'm going to try 1.2.7
Hi Paul,
I checked out your issue, looks the same indeed. Probably this can be
reproed simply by writing large rows (> 10MB) on high rates.
I'm going to try 1.2.7 then will be back with results.
On Sat, Jul 27, 2013 at 12:18 AM, Paul Ingalls wrote:
> This is the same issue we have been seeing.
This is the same issue we have been seeing. Still no luck getting a simple
repro case for creating a JIRA issue. Do you have something simple enough to
drop in a JIRA report?
Paul
On Jul 26, 2013, at 8:06 AM, Pavel Kirienko
wrote:
> Hi list,
>
> We run Cassandra 1.2 on three-node cluster.
Hi,
I have following column family from pre-CQL times, now using 1.2.5 and
want to investigate ability to use CQL instead of Thrift API.
ColumnFamily: RRD
Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type
Default column value validator: org.apache.cassandra.db.marshal.B
Hi list,
We run Cassandra 1.2 on three-node cluster. Each node has 16GB RAM, single
200GB HDD with Ubuntu Server 12.04.
There is an issue with one table that contains about 3000 rows, here its
describe-table:
CREATE TABLE outputs (
appid text,
staged boolean,
field ascii,
data blob,
PR
Thanks for the confirmation!
It looks like the code is capable of handling the data in unsorted order
with assertions disabled; so for the time being I will disable the
assertion for my tests, until the fixes are available.
Thanks,
Soumava
On Mon, Jul 22, 2013 at 1:33 AM, Sylvain Lebresne wrote
Actually, your second stack trace is due to
https://issues.apache.org/jira/browse/CASSANDRA-5788.
On Mon, Jul 22, 2013 at 9:37 AM, Sylvain Lebresne wrote:
>
> unless data was stored in incorrect order and I don't know if that is
>> possible through the API..
>>
>
> That's exactly what happens a
> unless data was stored in incorrect order and I don't know if that is
> possible through the API..
>
That's exactly what happens and that's why I say it's a bug.
>
> ii. I am also seeing some sporadic cases where a single column cas()
> update is hitting this same issue (the bug you mentioned
Thanks for the reply Sylvain! A couple of follow-up questions:
i. The second stack in my mail originated at a getRow() call. What could be
the cause of that? I am assuming data retrieval should not cause any
issues, unless data was stored in incorrect order and I don't know if that
is possible thr
This is a bug really: https://issues.apache.org/jira/browse/CASSANDRA-5786.
This should get fixed in the next beta of 2.0, but if you really want to
test CAS updates in the meantime, you'll have to provide the columns in
(column family comparator) sorted order to the thrift cas() method.
--
Sylva
Hi,
I'm taking a look at the Check and Set functionalities provided by the
cas() API provided by cassandra 2.0 (the code available on git). I'm
running a few tests on a small sized cluster (replication factor 3,
consistency level quorum) with a few clients. I've observed a lot of cases
seem to hit
Hi,
using C* 1.2.5 I just found a weird AssertionError in our logfiles:
...
INFO [OptionalTasks:1] 2013-07-01 09:15:43,608 MeteredFlusher.java (line
58) flushing high-traffic column family CFS(Keyspace='Monitoring',
ColumnFamily='cfDateOrderedMessages') (estimated
0/src/java/org/apache/cassandra/service/StorageService.java#L549
-Wei
- Original Message -
From: "Dean Hiller"
To: user@cassandra.apache.org, "Wei Zhu"
Sent: Monday, June 24, 2013 12:04:10 PM
Subject: Re: AssertionError: Unknown keyspace?
Yes, it would be ni
.org>"
mailto:user@cassandra.apache.org>>, Wei Zhu
mailto:wz1...@yahoo.com>>
Date: Monday, June 24, 2013 12:36 PM
To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>"
mailto:user@cassandra.apache.org>>
Subject: Re: AssertionError: Unknown keyspace?
I h
user@cassandra.apache.org
Sent: Monday, June 24, 2013 10:34 AM
Subject: Re: AssertionError: Unknown keyspace?
On Mon, Jun 24, 2013 at 6:04 AM, Hiller, Dean wrote:
> Oh shoot, this is a seed node. Is there documentation on how to bootstrap
> a seed node? If I have seeds of A, B, C for every mac
On Mon, Jun 24, 2013 at 6:04 AM, Hiller, Dean wrote:
> Oh shoot, this is a seed node. Is there documentation on how to bootstrap
> a seed node? If I have seeds of A, B, C for every machine on the ring and
> I am bootstrapping node B, do I just modify cassandra.yaml and remove node
> B from the y
Oh shoot, this is a seed node. Is there documentation on how to bootstrap
a seed node? If I have seeds of A, B, C for every machine on the ring and
I am bootstrapping node B, do I just modify cassandra.yaml and remove node
B from the yaml file temporarily and boot it up (Note, I still received
th
Ah, so digging deeper, it is not bootstrapping. How do I force the node
to bootstrap? (this is version 1.2.2 and the other nodes somehow knew to
bootstrap automatically but this one I need to force for some reason). I
remember there was a property for this.
NOTE: I enabled some debug logs and a
I haven't seen this error in a long time. We just received the below error in
production when rebuilding a node…any ideas on how to get around this? We had
rebuilt 3 other nodes already I think(we have been swapping hardware)
ERROR 06:32:21,474 Exception in thread Thread[ReadStage:1,5,main]
ja
, Feb 12, 2013 at 11:29 AM, Reik Schatz wrote:
> Hi,
>
> we are hitting a AssertionError in MerkleTree as described here in Jira:
> https://issues.apache.org/jira/browse/CASSANDRA-3014. We added a comment,
> however this issue has already been resolved as cannot reproduce. Is
>
Hi,
we are hitting a AssertionError in MerkleTree as described here in Jira:
https://issues.apache.org/jira/browse/CASSANDRA-3014. We added a comment,
however this issue has already been resolved as cannot reproduce. Is
someone looking at the comments of resolved issues or is it better to open
a
https://issues.apache.org/jira/browse/CASSANDRA-4206
Regards,
Patrik
On Tue, May 1, 2012 at 03:46, Jonathan Ellis wrote:
> On Mon, Apr 30, 2012 at 2:11 PM, Patrik Modesto
> wrote:
>> I think the problem is somehow connected to an IntegerType secondary
>> index.
>
> Could be, but my money is on
On Mon, Apr 30, 2012 at 2:11 PM, Patrik Modesto
wrote:
> I think the problem is somehow connected to an IntegerType secondary
> index.
Could be, but my money is on the supercolumns in the HH data model.
Can you create a jira ticket?
--
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder
The schema for the user defined CF's should not matter. The exceptions has to
do with compacting the HintedHandoff CF.
With regard to the failed read, is this happening at CL QUOURM ?
Can you remember if the assertion was raised while the cluster was still under
load ?
Cheers
--
Hi Aaron,
it's still an issue. However it's difficult to reproduce because I'd
need to insert data to Cassandra for day or more which is not
possible.
I think the problem is somehow connected to an IntegerType secondary
index. I had a different problem with CF with two secondary indexes,
the firs
Looks a bit like https://issues.apache.org/jira/browse/CASSANDRA-3579 but that
was fixed in 1.0.7
Is this still an issue ? Are you able to reproduce the fault ?
Cheers
-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 27/04/2012, at 6:56 PM, Patr
https://issues.apache.org/jira/browse/CASSANDRA-3579
thanks
Ramesh
On Tue, Dec 6, 2011 at 2:16 AM, Sylvain Lebresne wrote:
> Do you mind opening a ticket on
> https://issues.apache.org/jira/browse/CASSANDRA ?
>
> Thanks
>
> --
> Sylvain
>
> On Tue, Dec 6, 2011 at 12:52 AM, Ramesh Natarajan wro
Do you mind opening a ticket on
https://issues.apache.org/jira/browse/CASSANDRA ?
Thanks
--
Sylvain
On Tue, Dec 6, 2011 at 12:52 AM, Ramesh Natarajan wrote:
> Hi,
>
> We are running a 8 node cassandra cluster running cassandra 1.0.5.
> All our CF use leveled compaction. We ran a test where we
Looks like a bug. I've created
https://issues.apache.org/jira/browse/CASSANDRA-3440.
On Tue, Nov 1, 2011 at 5:50 PM, Ramesh Natarajan wrote:
> We have a 8 node cassandra cluster running 1.0.1. After running a load
> test for a day we are seeing this exception in system.log file. At
> this time w
This (https://issues.apache.org/jira/browse/CASSANDRA-2653) is fixed
in 0.7.7, which will be out soon.
On Tue, Jul 12, 2011 at 9:13 PM, Kyle Gibson
wrote:
> Running version 0.7.6-2, recently upgraded from 0.7.3.
>
> I am get a time out exception when I run a particular
> get_indexed_slices, which
Running version 0.7.6-2, recently upgraded from 0.7.3.
I am get a time out exception when I run a particular
get_indexed_slices, which results in the following error showing up on
a few nodes:
ERROR [ReadStage:16] 2011-07-12 23:01:31,424
AbstractCassandraDaemon.java (line 114) Fatal exception in
Great! I'm not using PIG.
Thanks.
-Original Message-
From: Sylvain Lebresne [mailto:sylv...@datastax.com]
Sent: Wednesday, May 18, 2011 3:07 PM
To: user@cassandra.apache.org
Subject: Re: AssertionError
The compose() and decompose() methods of AbstractType are used only by th
> will query for a lot of data of that type.
>
> Ignace
>
>
> -Original Message-
> From: Desimpel, Ignace [mailto:ignace.desim...@nuance.com]
> Sent: Tuesday, May 17, 2011 3:33 PM
> To: user@cassandra.apache.org
> Subject: RE: AssertionError
>
> Seems li
ect if it is not really needed since I know that I will query
for a lot of data of that type.
Ignace
-Original Message-
From: Desimpel, Ignace [mailto:ignace.desim...@nuance.com]
Sent: Tuesday, May 17, 2011 3:33 PM
To: user@cassandra.apache.org
Subject: RE: AssertionError
Seems
paramT){
return
((ReverseCFFloatValues)paramT).paramByteBuffer.duplicate();
}
-Original Message-
From: Sylvain Lebresne [mailto:sylv...@datastax.com]
Sent: Tuesday, May 17, 2011 2:50 PM
To: user@cassandra.apache.org
Subject: Re: AssertionError
On Tue, May 17
nal Message-
> From: Sylvain Lebresne [mailto:sylv...@datastax.com]
> Sent: Tuesday, May 17, 2011 1:16 PM
> To: user@cassandra.apache.org
> Subject: Re: AssertionError
>
> First thing to do would be to update to 0.7.5.
>
> The assertionError you're running into is
?
Ignace
-Original Message-
From: Sylvain Lebresne [mailto:sylv...@datastax.com]
Sent: Tuesday, May 17, 2011 1:16 PM
To: user@cassandra.apache.org
Subject: Re: AssertionError
First thing to do would be to update to 0.7.5.
The assertionError you're running into is a assertion whe
First thing to do would be to update to 0.7.5.
The assertionError you're running into is a assertion where we check
if a skipBytes
did skip all the bytes we had ask him to. As it turns out, the spec
for skipBytes authorize
it to not skip all the bytes asked even with no good reason. I
:33 PM
To: user@cassandra.apache.org
Subject: Re: AssertionError
The code is trying to follow the column index for a row in an sstable, but it
cannot skip as many bytes as it would like to to get to the column. Helpfully
the help says running out of bytes is only one of the reasons why this
The code is trying to follow the column index for a row in an sstable, but it
cannot skip as many bytes as it would like to to get to the column. Helpfully
the help says running out of bytes is only one of the reasons why this could
happen:)
Can you provide some more information about the query
Environment : java 64 bit server, java client, thrift get_slice method,
Cassandra 0.7.4, single node
Depending on the data I pass for a query on a CF I get the following
listed below. Any suggestions what could be wrong based on the stack
trace?
java.lang.AssertionError
at
org
No data corruption. There was a bug in the way that the index was
scanned that was manifesting itself when when the index got bigger
than 2GB.
Gary.
On Thu, Apr 15, 2010 at 08:03, Ran Tavory wrote:
> yes, this looks like the same issue, thanks Gary.
> Other than seeing the errors in the log I
yes, this looks like the same issue, thanks Gary.
Other than seeing the errors in the log I haven't seen any other
irregularities. (maybe there are, but they haven't surfaced). Does this
assertion mean data corruption or something else that's worth waiting to
0.6.1 for?
On Thu, Apr 15, 2010 at 2:
Ran,
It looks like you're seeing
https://issues.apache.org/jira/browse/CASSANDRA-866. It's fixed in
0.6.1.
Gary
On Thu, Apr 15, 2010 at 04:06, Ran Tavory wrote:
> When restarting one of the nodes in my cluster I found this error in the
> log. What does this mean?
>
> INFO [GC inspection] 2010
When restarting one of the nodes in my cluster I found this error in the
log. What does this mean?
INFO [GC inspection] 2010-04-15 05:03:04,898 GCInspector.java (line 110) GC
for ConcurrentMarkSweep: 712 ms, 11149016 reclaimed leaving 442336680 used;
max is 4432068608
ERROR [HINTED-HANDOFF-POOL:1
66 matches
Mail list logo