Re: hinted handoff 16 s delay

2012-02-24 Thread Jonathan Ellis
Right. See also https://issues.apache.org/jira/browse/CASSANDRA-3958. On Thu, Feb 23, 2012 at 5:43 PM, Todd Burruss wrote: > if I remember correctly, cassandra has a random delay in it so hint > deliver is staggered and does not overwhelm the just restarted node. > > On 2/23/12 1:46 PM, "Hontvár

Re: hinted handoff 16 s delay

2012-02-23 Thread Maki Watanabe
I've verified it in the source: deliverHintsToEndpointInternal in HintedHandOffManager.java Yes it add random delay before HH delivery. 2012/2/24 Todd Burruss : > if I remember correctly, cassandra has a random delay in it so hint > deliver is staggered and does not overwhelm the just restarted no

Re: hinted handoff 16 s delay

2012-02-23 Thread Todd Burruss
if I remember correctly, cassandra has a random delay in it so hint deliver is staggered and does not overwhelm the just restarted node. On 2/23/12 1:46 PM, "Hontvári József Levente" wrote: >I have played with a test cluster, stopping cassandra on one node and >updating a row on another. I notic

hinted handoff 16 s delay

2012-02-23 Thread Hontvári József Levente
I have played with a test cluster, stopping cassandra on one node and updating a row on another. I noticed a delay in delivering hinted handoffs for which I don't know the rationale. After the node which originally received the update noticed that the other server is up, it waited 16 s before i