Re: How Riak Handle Request?

2017-04-17 Thread Fred Dushin
What do you mean by 'process'? If you mean operating system process, then, No. A Riak instance runs in a single OS process. There is a Riak instance per "node" in the cluster, where a "node" is a machine, container, etc. Probably what the OMG guys used to call a "capsule" (cute) There are

Re: How Riak Handle Request?

2017-04-17 Thread Jing Liu
Hey, I'm specifically concerned about connection reading, data sending, data encoding and decoding. Is that done by a single process, a fixed-size process pool or does Riak spawns a new process for every incoming request/connection? Thanks very much ! Jing On Mon, Apr 17, 2017 at 12:36 PM, Chris

Re: How Riak Handle Request?

2017-04-17 Thread Christopher Meiklejohn
On Sat, Apr 15, 2017 at 2:16 PM, Jing Liu wrote: > Hi, I'm learning Riak. I'm wondering that if this is the case that on > each physical node, a single process is reading the connection, > decoding the buffer, spawning a new process to process the request and > then be able to handle next request

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