Re: ClusterOffline Unable to access functioning Riak node

2017-04-17 Thread Luke Bakken
Thanks for letting us know the outcome. -- Luke Bakken Engineer lbak...@basho.com On Fri, Apr 14, 2017 at 12:49 PM, Charles Solar wrote: > Thanks for the tip Luke - I updated those timeouts to 30s each and not > seeing anymore failures. I guess ideally updates should happen in under 4 > seconds

Re: ClusterOffline Unable to access functioning Riak node

2017-04-14 Thread Charles Solar
Thanks for the tip Luke - I updated those timeouts to 30s each and not seeing anymore failures. I guess ideally updates should happen in under 4 seconds though so I'll have to find out why certain saves are taking so long! Charles On Fri, Apr 14, 2017 at 12:33 PM, Luke Bakken wrote: > Hi Charl

Re: ClusterOffline Unable to access functioning Riak node

2017-04-14 Thread Luke Bakken
Hi Charles - Extend the read and write timeouts using this setting: https://github.com/basho/riak-dotnet-client/blob/develop/src/RiakClientTests.Live/App.config#L24 The above example extends it to 60 seconds. The default is 4 seconds which may be too short if you are running long queries. If 4