Re: Reg:Continuous Periodic crashes after long operation

2017-02-01 Thread Luke Bakken
Hi Steven, At this point I suspect you're using the Python client in such a way that too many connections are being created. Are you re-using the RiakClient object or repeatedly creating new ones? Can you provide any code that reproduces your issue? -- Luke Bakken Engineer lbak...@basho.com On

Re: Reg:Continuous Periodic crashes after long operation

2017-02-01 Thread Steven Joseph
Hi Luke, Yes I am creating new client objects for each of my tasks. Please see this github issuse against the python client for some background as to why. https://github.com/basho/riak-python-client/issues/497 Basicaly I ran into issues with concurrency when processes are forked. I might exper

Re: Reg:Continuous Periodic crashes after long operation

2017-02-01 Thread Luke Bakken
Thanks for the information. Yes, one RiakClient instance per Unix process is correct. I will see if there is a way for you to keep track of connections from the client to Riak. Off the top of my head the Python client doesn't have the ability to set limits. -- Luke Bakken Engineer lbak...@basho.c