Re: Testing netsplit in Riak

2017-02-22 Thread Alexander Sicular
There's a reason the time is default higher. The larger the network the higher the probability nodes can't speak to each other momentarily. Too low too much gossip and too much flapping. Ymmv. @siculars http://siculars.posthaven.com Sent from my iRotaryPhone > On Feb 22, 2017, at 13:17, Andr

Re: Testing netsplit in Riak

2017-02-22 Thread Andrey Ershov
Alexander, thanks for your reply! 1) I've set erlang.distribution.nettick_time to 1 second and writes after netsplit are very fast now. So this point is resolved. Do you know how this parameter affects false positive ratio? Riak docs stay that every nettick_time seconds netkernal will initiate rem

Re: Testing netsplit in Riak

2017-02-22 Thread Alexander Sicular
1. Check the erlang vm variable "nettick", I believe. 2. Hinted handoff resource allocation are configurable via config file or at runtime. On Wed, Feb 22, 2017 at 12:07 Andrey Ershov wrote: > Hi, guys! > > I'm testing netsplit in Riak and can not achieve satisfiable behaviour. > I've just two