Hi there,
Can somebody give some answers to this? I really want to know if Riak TS is
something for me to use or i'm better with Riak KV.
Thanks,
Alex
On Thu, Apr 14, 2016 at 3:42 PM, Alex De la rosa
wrote:
> Hi there,
>
> I had been building a project for a while (i got stuck with work and ki
Hi everyone -
I'm following up on the solution. The biggest hint were Erlang RPC
errors when commands such as "riak-admin" were run. It turned out that
removing the ring files in /var/lib/riak/ring and restarting this node
(single node test cluster) resolved the issue.
--
Luke Bakken
Engineer
lba
Riak on OSX keeps crashing out with:
2016-04-15 12:22:34.462 [error] emulator driver_select(0x2633,
1028, ERL_DRV_READ ERL_DRV_USE, 1) by tcp_inet driver #Port<0.9779> failed:
fd=1028 is larger than the largest allowed fd=1023
but when I check my ulimit:
aleph:~ $ ulimit -n
65536
Wh
Satish -
Do the steps here resolve your issue?
http://docs.basho.com/riak/kv/2.1.3/using/performance/open-files-limit/#mac-os-x
--
Luke Bakken
Engineer
lbak...@basho.com
On Fri, Apr 15, 2016 at 12:25 PM, satish bhatti wrote:
> Riak on OSX keeps crashing out with:
>
> 2016-04-15 12:22:34.462 [
Please run:
riak attach
then in the Erlang shell:
os:cmd("ulimit -n").
Please note that the period at the end of the above statement is
significant. CTRL-C twice will exit the attach session.
--
Luke Bakken
Engineer
lbak...@basho.com
On Fri, Apr 15, 2016 at 1:02 PM, satish bhatti wrote:
> T
Satish -
Thanks for the info. Did you install the Basho-packaged Riak or build
it yourself?
If you built it yourself, I suspect you are running into this issue:
https://github.com/basho/riak/issues/267
Fix is here: https://gist.github.com/vinoski/4689170
Please remember to use "reply all" so th
I had an old version (1.4.6) installed. I installed the latest version in
the 1.4 series (1.4.12) using the Basho package. This appears to have
fixed the problem. Thanks for the pointer! I guess the other version I had
built myself.
On Fri, Apr 15, 2016 at 2:46 PM, Luke Bakken wrote:
> Satish