Re: hintedhandoff in 1.0.3

2011-11-17 Thread Radim Kolar
Dne 16.11.2011 18:17, Jonathan Ellis napsal(a): Keys in HCF are nodes it has hints for. Because it is 2 node cluster then it must write HH to himself and that explains why after second node gets back again. HH for it are delivered and cleaned but HH with second key are never delivered.

Re: hintedhandoff in 1.0.3

2011-11-16 Thread Jonathan Ellis
Keys in HCF are nodes it has hints for. You can try forcing delivery to the node that still has hints. It's also possible that new hints were created (because that node timed out some writes) during the delivery of the first ones. On Tue, Nov 15, 2011 at 3:42 AM, Radim Kolar wrote: > Same probl

Re: hintedhandoff in 1.0.3

2011-11-15 Thread Radim Kolar
Same problem on other node: 2 keys in HintsColumnFamily. One delivered, one left. INFO [HintedHandoff:1] 2011-11-15 10:31:53,181 HintedHandOffManager.java (line 268) Started hinted handoff for token: 99070591730234615865843651857942052864 INFO [HintedHandoff:1] 2011-11-15 10:32:49,385 Colum

hintedhandoff in 1.0.3

2011-11-15 Thread Radim Kolar
I suspect these partial/invalid hints are left over from a failed hints delivery from before you upgraded to 1.0.3 and not something created by 1.0.3. Try to clear HintsColumnFamily (by removing the sstables for example) first and then see if you still can reproduce this issue afterwards. it s