Re: Riak Core Claim Bug Fixes

2017-08-17 Thread Steven Joseph
Whoohoo!! .. I can help with packaging, keep us posted. On Fri, Aug 18, 2017 at 1:33 PM DeadZen wrote: > You the man! > > On Thu, Aug 17, 2017 at 12:06 PM Christopher Meiklejohn < > christopher.meiklej...@gmail.com> wrote: > >> Bravo! >> >> On Thu, Aug 17, 2017 at 3:11 AM, Russell Brown >> wrot

Re: OTP 19 support

2017-08-13 Thread Steven Joseph
This is a blocker for packaging riak on debian stretch, which comes with erlang (1:19.2.1+dfsg-2) https://github.com/basho/riak/issues/916 Is this a major change updating riak to OTP-19 ? Cheers Steven On Tue, May 30, 2017 at 9:52 PM Torben Hoffmann wrote: > The rebar3 branch of riak_core i

Wildcard Querying fields containing '@'

2017-04-18 Thread Steven Joseph
Hi, We are experiencing a weird issue with wildcard search. Given a field 'email_register' of type text_general, containing value 'ste...@streethawk.com', the query 'email_register: "steve*"' should match it, but it does not seem to be working as expected. the query 'steven*' will match succes

Re: Reg:Continuous Periodic crashes after long operation

2017-02-01 Thread Steven Joseph
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 Tue, Jan 31, 2017 at 7:47 PM, Steven Joseph wrote: >> Hi Luke, >> >>

Re: Reg:Continuous Periodic crashes after long operation

2017-01-31 Thread Steven Joseph
file-max = 1620211 > > -- > Luke Bakken > Engineer > lbak...@basho.com > > > On Tue, Jan 31, 2017 at 12:22 PM, Steven Joseph > wrote: > > Hi Shaun, > > > > Im having this issue again, this time I have captured the system limits, > > w

Re: Reg:Continuous Periodic crashes after long operation

2017-01-31 Thread Steven Joseph
th ctrl+g, then q, then Enter). > > It should be at least 65,536 ideally, although the bigger the better. > > If you find it's lower, then follow this doc to increase it. > > http://docs.basho.com/riak/kv/2.0.2/using/performance/open-files-limit/ > > Have a check and le

Re: Reg:Continuous Periodic crashes after long operation

2017-01-27 Thread Steven Joseph
t; If you find it's lower, then follow this doc to increase it. > > http://docs.basho.com/riak/kv/2.0.2/using/performance/open-files-limit/ > > Have a check and let us know what the output was. > > Kind Regards, > Shaun > > On Thu, Jan 26, 2017 at 10:34 AM, Steven Joseph

Re: Reg:Continuous Periodic crashes after long operation

2017-01-27 Thread Steven Joseph
gt; > https://github.com/emqtt/emqttd/wiki/linux-kernel-tuning > > > > Basho also has a set of recommended tuning parameters: > > http://docs.basho.com/riak/kv/2.2.0/using/performance/ > > > > Do you have other error entries in any of Riak's logs at around the > &

Re: Reg:Continuous Periodic crashes after long operation

2017-01-26 Thread Steven Joseph
t; If you find it's lower, then follow this doc to increase it. > > http://docs.basho.com/riak/kv/2.0.2/using/performance/open-files-limit/ > > Have a check and let us know what the output was. > > Kind Regards, > Shaun > > On Thu, Jan 26, 2017 at 10:34 AM, Steven Joseph

Reg:Continuous Periodic crashes after long operation

2017-01-26 Thread Steven Joseph
"/usr/local/lib/python2.7/dist-packages/riak/bucket.py", line 476, in search 2017-01-26T10:20:44.517Z hawk5| raise e.args[0] 2017-01-26T10:20:44.517Z hawk5| File "/usr/local/lib/python2.7/dist-packages/riak/client/transport.py", line 134, in _with_retries 2017-01-26T10:20:44.5

Reg: value error in mochiglobal:compile/2 line 51

2017-01-09 Thread Steven Joseph
Hi Folks, I've started getting this error in my riak cluster almost periodically. Has anyone else encountered this before: 2017-01-09 03:36:02.293 [error] <0.7098.626> gen_server yz_cover terminated with reason: no match of right hand value error in mochiglobal:compile/2 line 51 2017-01-09 03:36

Re: Riak nodes constantly crashing

2016-10-27 Thread Steven Joseph
I don't think you should disable AAE, you can tune its frequency. Steven On Thu, 27 Oct 2016 03:50 Ricardo Mayerhofer wrote: > Yes, I'll check if the problem is the AAE! I will disable it and see the > results. > > Thanks Steven! > > On Tue, Oct 25, 2016 at 6:5

Re: Riak nodes constantly crashing

2016-10-26 Thread Steven Joseph
Hi Ricardo, If you are using systemd might have to check LimitNOFILE for your units. Active anti entropy runs periodically. Steven On Wed, 26 Oct 2016 04:36 Ricardo Mayerhofer wrote: > What's weird is that the node crashes every minute at the same second. Is > there anything Riak may be runnin