Re: Node failed after drive failed

2021-12-09 Thread Joss
unsubscribe On Mon, 6 Dec 2021 at 14:12, Joe Obernberger wrote: > Hi All - one node in an 11 node cluster experienced a drive failure on > the first drive in the list. I removed that drive from the list so that > it now reads: > > data_file_directories: > - /data/2/cassandra/data > -

Re: error deleting messages

2015-03-24 Thread joss Earl
wrote: > Hi Joss > > We faced similar issue recently. The problem seems to be related to huge > number of tombstones generated after deletion. I would suggest you to > increase tombstone warning and failure threshold in cassandra.yaml. > > Once you do that and run your program

Re: error deleting messages

2015-03-24 Thread joss Earl
unning this, and what's the ram / cpu usage at about the time it > fails? > > On Tue, Mar 24, 2015 at 5:29 PM, joss Earl > wrote: > >> on a stock install, it gets to about 50100 before grinding to a halt >> >> >> >> On 24 March 2015 at 12:19, Ali Akhtar

Re: error deleting messages

2015-03-24 Thread joss Earl
on a stock install, it gets to about 50100 before grinding to a halt On 24 March 2015 at 12:19, Ali Akhtar wrote: > What happens when you run it? How far does it get before stopping? > > On Tue, Mar 24, 2015 at 5:13 PM, joss Earl > wrote: > >> sure: https://gist

Re: error deleting messages

2015-03-24 Thread joss Earl
sure: https://gist.github.com/joss75321/7d85e4c75c06530e9d80 On 24 March 2015 at 12:04, Ali Akhtar wrote: > Can you put your code on gist.github.com or pastebin? > > On Tue, Mar 24, 2015 at 4:58 PM, joss Earl > wrote: > >> I run into trouble after a while if I delete rows,

error deleting messages

2015-03-24 Thread joss Earl
is the best way of reporting it ? Many thanks Joss from cassandra.cluster import Cluster cluster = Cluster() session = cluster.connect() num_msgs = 10 # session.execute("DROP KEYSPACE test1 IF EXISTS test1;") session.execute("CREATE KEYSPACE test1 WITH replication = {'