Re: Hinted Handoff runs every ten minutes

2012-11-12 Thread Vegard Berget
ourse, this could be caused by me doing a mistake while upgrading.  I have not tried to compact, but repair runs every night.  It's a low traffic cluster to test cassandra, if that matters. .vegard, - Original Message ----- From: user@cassandra.apache.org To: Cc: Sent:Sun, 11 Nov 2012 13:16

Re: Hinted Handoff runs every ten minutes

2012-11-11 Thread Jonathan Ellis
gt; user@cassandra.apache.org >> >> To: >> >> Cc: >> >> Sent: >> Mon, 29 Oct 2012 23:45:30 +0100 >> >> Subject: >> Re: Hinted Handoff runs every ten minutes >> >> >> Dne 29.10.2012 23:24, Stephen Pierce napsal(a): >>

Re: Hinted Handoff runs every ten minutes

2012-11-08 Thread Mike Heffner
;. > > .vegard, > > > > - Original Message - > From: > user@cassandra.apache.org > > To: > > Cc: > > Sent: > Mon, 29 Oct 2012 23:45:30 +0100 > > Subject: > Re: Hinted Handoff runs every ten minutes > > > Dne 29.10.2012 23:24, Steph

Re[2]: Hinted Handoff runs every ten minutes

2012-11-06 Thread Marcus Both
amily: > > [default@system] truncate HintsColumnFamily; > HintsColumnFamily truncated. > > > -Original Message- > From: Radim Kolar [mailto:h...@filez.com] > Sent: Monday, October 29, 2012 3:46 PM > To: user@cassandra.apache.org > Subject: Re: Hinted Handoff

RE: Hinted Handoff runs every ten minutes

2012-11-05 Thread Stephen Pierce
ncated the column family: [default@system] truncate HintsColumnFamily; HintsColumnFamily truncated. -Original Message- From: Radim Kolar [mailto:h...@filez.com] Sent: Monday, October 29, 2012 3:46 PM To: user@cassandra.apache.org Subject: Re: Hinted Handoff runs every ten minutes Dne 29.

Re: Hinted Handoff runs every ten minutes

2012-10-30 Thread Vegard Berget
--- Original Message - From: user@cassandra.apache.org To: Cc: Sent:Mon, 29 Oct 2012 23:45:30 +0100 Subject:Re: Hinted Handoff runs every ten minutes Dne 29.10.2012 23:24, Stephen Pierce napsal(a): > I'm running 1.1.5; the bug says it's fixed in 1.0.9/1.1.0. > > How

Re: Hinted Handoff runs every ten minutes

2012-10-30 Thread Vegard Berget
--- Original Message - From: user@cassandra.apache.org To: Cc: Sent:Mon, 29 Oct 2012 23:45:30 +0100 Subject:Re: Hinted Handoff runs every ten minutes Dne 29.10.2012 23:24, Stephen Pierce napsal(a): > I'm running 1.1.5; the bug says it's fixed in 1.0.9/1.1.0. > > How

Re: Hinted Handoff runs every ten minutes

2012-10-29 Thread Radim Kolar
Dne 29.10.2012 23:24, Stephen Pierce napsal(a): I'm running 1.1.5; the bug says it's fixed in 1.0.9/1.1.0. How can I check to see why it keeps running HintedHandoff? you have tombstone is system.HintsColumnFamily use list command in cassandra-cli to check

RE: Hinted Handoff runs every ten minutes

2012-10-29 Thread Stephen Pierce
Re: Hinted Handoff runs every ten minutes On Sun, Oct 21, 2012 at 6:44 PM, aaron morton wrote: > I *think* this may be ghost rows which have not being compacted. You would be correct in the case of 1.0.8: https://issues.apache.org/jira/browse/CASSANDRA-3955 -Brandon

Re: Hinted Handoff runs every ten minutes

2012-10-24 Thread aaron morton
Thanks. I thought it had been addressed so before but couldn't find the ticket. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 25/10/2012, at 12:56 AM, Brandon Williams wrote: > On Sun, Oct 21, 2012 at 6:44 PM, aaron morton wrote: >> I

Re: Hinted Handoff runs every ten minutes

2012-10-24 Thread Tamar Fraenkel
Is there a walk around other than upgrade? Thanks, *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 8356490 Fax: +972 2 5612956 On Wed, Oct 24, 2012 at 1:56 PM, Brandon Williams wrote: > On Sun, Oct 21,

Re: Hinted Handoff runs every ten minutes

2012-10-24 Thread Brandon Williams
On Sun, Oct 21, 2012 at 6:44 PM, aaron morton wrote: > I *think* this may be ghost rows which have not being compacted. You would be correct in the case of 1.0.8: https://issues.apache.org/jira/browse/CASSANDRA-3955 -Brandon

Re: Hinted Handoff runs every ten minutes

2012-10-22 Thread Tamar Fraenkel
Hi! I am having the same issue on 1.0.8. Checked number of SSTables, on two nodes I have 1 (on each) and on 1 node I have none. Thanks, *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 8356490 Fax: +972 2 5612

Re: Hinted Handoff runs every ten minutes

2012-10-21 Thread aaron morton
I *think* this may be ghost rows which have not being compacted. How many SSTables are on disk for the HintedHandoff CF ? Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 19/10/2012, at 7:16 AM, David Daeschler wrote: > Hi Steve, > > Also

Re: Hinted Handoff runs every ten minutes

2012-10-18 Thread David Daeschler
Hi Steve, Also confirming this. After having a node go down on Cassandra 1.0.8 there seems to be hinted handoff between two of our 4 nodes every 10 minutes. Our setup also shows 0 rows. It does not appear to have any effect on the operation of the ring, just fills up the log files. - David On

Hinted Handoff runs every ten minutes

2012-10-18 Thread Stephen Pierce
I installed Cassandra on three nodes. I then ran a test suite against them to generate load. The test suite is designed to generate the same type of load that we plan to have in production. As one of many tests, I reset one of the nodes to check the failure/recovery modes. Cassandra worked just