Re: error deleting messages

2015-03-24 Thread James Schappet
at there are no exception. > > Thanks > Anuj Wadehra > > > From:"joss Earl" > Date:Tue, 24 Mar, 2015 at 6:17 pm > Subject:Re: error deleting messages > > It inserts 100,000 messages, I then start deleting the messages by grabbing > chunks of 100 at

Re: error deleting messages

2015-03-24 Thread joss Earl
out in cassandra.yaml so that > query may complete. > > Please look at your logs to make sure that there are no exception. > > Thanks > Anuj Wadehra > > > -- > *From*:"joss Earl" > *Date*:Tue, 24 Mar, 2015 at 6:17 pm > *Subject*

Re: error deleting messages

2015-03-24 Thread Anuj Wadehra
. Please look at your logs to make sure that there are no exception. Thanks Anuj Wadehra From:"joss Earl" Date:Tue, 24 Mar, 2015 at 6:17 pm Subject:Re: error deleting messages It inserts 100,000 messages, I then start deleting the messages by grabbing chunks of 100 at a time and then in

Re: error deleting messages

2015-03-24 Thread Duncan Sands
Hi Joss, On 24/03/15 12:58, joss Earl wrote: I run into trouble after a while if I delete rows, this happens in both 2.1.3 and 2.0.13, and I encountered the same problem when using either the datastax java driver or the stock python driver. The problem is reproducible using the attached python p

Re: error deleting messages

2015-03-24 Thread joss Earl
It inserts 100,000 messages, I then start deleting the messages by grabbing chunks of 100 at a time and then individually deleting each message. So, the 100,000 messages get inserted without any trouble, I run into trouble when I have deleted about half of them. I've run this on machines with 4,8,

Re: error deleting messages

2015-03-24 Thread Ali Akhtar
50100 inserts or deletes? also how much ram / cpu do you have on the server running 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 a

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.github.com/joss75321/7d85e4c75

Re: error deleting messages

2015-03-24 Thread Ali Akhtar
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.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? >> >> O

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, this happens in both

Re: error deleting messages

2015-03-24 Thread Ali Akhtar
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, this happens in both > 2.1.3 and 2.0.13, and I encountered the same problem when using either the > datastax java driver or the stock pytho

error deleting messages

2015-03-24 Thread joss Earl
I run into trouble after a while if I delete rows, this happens in both 2.1.3 and 2.0.13, and I encountered the same problem when using either the datastax java driver or the stock python driver. The problem is reproducible using the attached python program. Once the problem is encountered, the ta