Re: compaction stuck at 99.99%

2018-03-21 Thread Jerome Basa
only happens once in a while. i did check the logs for corrupted SSTable and didn’t find any. regards, -jerome On March 21, 2018 at 5:24:54 AM, shalom sagges (shalomsag...@gmail.com(mailto:shalomsag...@gmail.com)) wrote: > If the problem is recurring, then you might have a corrupted SSTa

compaction stuck at 99.99%

2018-03-21 Thread Jerome Basa
              some_table    90.42 MB   90.43 MB   bytes   99.99% regards, -jerome - To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org For additional commands, e-mail: user-h...@cassandra.apache.org

high load on node

2018-01-28 Thread Jerome Basa
compaction type keyspace tablecompletedtotalunit progress a5963a50-03b5-11e8-94d9-953cd75aaad2Compaction system paxos 4882104332 488276 bytes100.00% Active compaction remaining time : 0h00m00s cassandra version: 3.0.14 regards, -jerome

Re: question about nodetool decommission

2018-01-17 Thread Jerome Basa
tarted streaming data to other nodes and failed because of a corrupted sstable which i then moved and run decommission again (so right now it’s compacting again). how do i decommission without compacting? thanks regards, -jerome On January 17, 2018 at 12:38:51 PM, Kyrylo Lebediev (

question about nodetool decommission

2018-01-17 Thread Jerome Basa
of stopping C* and run `nodetool removenode`. also, can i add a new node to the cluster while one node is marked as “UL” (decommissioning)? thanks regards, -jerome - To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org

Node bootstrap error

2017-11-30 Thread Jerome Basa
ks=‘system_auth' and table='roles'. Any idea why? Thanks -jerome - To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org For additional commands, e-mail: user-h...@cassandra.apache.org

Difference between removenode and removenode force?

2016-10-29 Thread jerome
been able to find much documentation on the differences between the two. If it helps, we're using Cassandra 2.0.15. Thanks, Jerome

How Fast Does Information Spread With Gossip?

2016-09-14 Thread jerome
mount of time it takes for all nodes to learn that a node went down is f(n) seconds. Is a minute a reasonable upper bound for most clusters? Too high, too low? Thanks, Jerome

Re: Is it possible to replay hints after running nodetool drain?

2016-09-07 Thread jerome
Hi Romain, I see. Thanks for the feedback, it's much appreciated. Since the only way to force it is through JMX I think we'll continue to use our current method. Best, Jerome From: Romain Hardouin Sent: Monday, September 5, 2016 1:30:24 P

Re: Is it possible to replay hints after running nodetool drain?

2016-09-02 Thread jerome
be any gaps in data on any other nodes for the hints it has while it's down. Thanks, Jerome From: Matija Gobec Sent: Friday, September 2, 2016 6:05:01 PM To: user@cassandra.apache.org Subject: Re: Is it possible to replay hints after running nodetool dra

Is it possible to replay hints after running nodetool drain?

2016-09-02 Thread jerome
lient connections but continue to replay hints to other nodes. Thanks, Jerome

Re: [External] Re: Understanding when Cassandra drops expired time series data

2016-06-17 Thread jerome
Also, just out of curiosity, if the TTL is stored internally in the cell does that mean Cassandra checks the timestamp everytime it reads the data to determine if its valid? Thanks, Jerome From: jerome Sent: Friday, June 17, 2016 4:32:47 PM To: user

Re: [External] Re: Understanding when Cassandra drops expired time series data

2016-06-17 Thread jerome
d. From: jerome Reply-To: "user@cassandra.apache.org" Date: Friday, June 17, 2016 at 1:02 PM To: "user@cassandra.apache.org" Subject: Re: Understanding when Cassandra drops expired time series data Hi Jeff, Thanks for the information! That helps clear up a lot of things

Re: Understanding when Cassandra drops expired time series data

2016-06-17 Thread jerome
y, in the current version of Cassandra when do fully expired SSTables get dropped? Is it when a minor compaction runs or is it separate from minor compactions? Also thanks to the link to the slides, great stuff! Jerome From: Jeff Jirsa Sent: Friday, June 17, 2

Understanding when Cassandra drops expired time series data

2016-06-17 Thread jerome
Hello! Recently I have been trying to familiarize myself with Cassandra but don't quite understand when data is removed from disk after it has been deleted. The use case I'm particularly interested is expiring time series data with DTCS. As an example, I created the following table: CREATE TABL