Re: Is this something to be concerned about? Compaction Error reported in the log every minute

2019-09-10 Thread Leena Ghatpande
java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] From: Jeff Jirsa Sent: Monday, September 9, 2019 3:38 PM To: cassandra Subject: Re: Is this something to be concerned about? Compaction Error reported in the log every minute It's unfortunate you dont have a better

Re: Is this something to be concerned about? Compaction Error reported in the log every minute

2019-09-09 Thread Jeff Jirsa
Mon, Sep 9, 2019 at 10:20 AM Leena Ghatpande wrote: > We are on Cassandra 3.7 and have a 8 node cluster , 2DC, with 4 nodes in > each DC. RF=3 > > The below Compaction Error message is being logged to the system.log > exactly every Minute. > > ERROR [Compact

Is this something to be concerned about? Compaction Error reported in the log every minute

2019-09-09 Thread Leena Ghatpande
We are on Cassandra 3.7 and have a 8 node cluster , 2DC, with 4 nodes in each DC. RF=3 The below Compaction Error message is being logged to the system.log exactly every Minute. ERROR [CompactionExecutor:5751] 2019-06-09 03:24:50,585 CassandraDaemon.java:217 - Exception in thread Thread

Re: Compaction Error When upgrading from 2.1.9 to 3.0.2

2016-04-14 Thread Tyler Hobbs
On Thu, Apr 14, 2016 at 2:08 PM, Anthony Verslues < anthony.versl...@mezocliq.com> wrote: > It was an older upgrade plan so I went ahead and tried to upgrade to 3.0.5 > and I ran into the same error. > Okay, good to know. Please include that info in the ticket when you open it. > > > Do you kn

RE: Compaction Error When upgrading from 2.1.9 to 3.0.2

2016-04-14 Thread Anthony Verslues
: user@cassandra.apache.org Subject: Re: Compaction Error When upgrading from 2.1.9 to 3.0.2 Can you open a ticket here with your schema and the stacktrace? https://issues.apache.org/jira/browse/CASSANDRA I'm also curious why you're not upgrading to 3.0.5 instead of 3.0.2. On Wed, Apr 1

Re: Compaction Error When upgrading from 2.1.9 to 3.0.2

2016-04-13 Thread Tyler Hobbs
Can you open a ticket here with your schema and the stacktrace? https://issues.apache.org/jira/browse/CASSANDRA I'm also curious why you're not upgrading to 3.0.5 instead of 3.0.2. On Wed, Apr 13, 2016 at 4:37 PM, Anthony Verslues < anthony.versl...@mezocliq.com> wrote: > I

Compaction Error When upgrading from 2.1.9 to 3.0.2

2016-04-13 Thread Anthony Verslues
I got this compaction error when running 'nodetool upgradesstable -a' while upgrading from 2.1.9 to 3.0.2. According to documentation this upgrade should work. Would upgrading to another intermediate version help? This is the line number: https://github.com/apache/cassandra/blob

Re: Compaction Error

2015-07-16 Thread Alain RODRIGUEZ
Hi Kiran, Nodetool uses 7199 port to connect (JMX). Plus, you might want to precise what keyspace and table you want to compact. http://docs.datastax.com/en/cassandra/2.0/cassandra/tools/toolsNodetool_r.html http://docs.datastax.com/en/cassandra/2.0/cassandra/tools/toolsCompact.html C*heers, A

Compaction Error

2015-07-16 Thread Kiran mk
Hi All, I am trying to do compaction on the same node. But getting the below error any suggestion on this. 9160 Port is already opened nodetool -h testserv1 -p 9160 compact Error connecting to remote JMX agent! java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationE

Re: C* 2.0.9 Compaction Error

2015-03-10 Thread 曹志富
Have someone see this before ? How to deal with this error?remove this node first ,then add this node to cluster? -- Ranger Tsao 2015-03-10 10:57 GMT+08:00 曹志富 : > Hi,every one: > > I have a 12 nodes C* 2.0.9 cluster for titan.I found some error when doing > c

C* 2.0.9 Compaction Error

2015-03-09 Thread 曹志富
Hi,every one: I have a 12 nodes C* 2.0.9 cluster for titan.I found some error when doing compaction,the exception stack: java.lang.AssertionError: Added column does not sort as the last column at org.apache.cassandra.db.ArrayBackedSortedColumns.addColumn(ArrayBackedSortedColumns.java:115) at or