Re: Ownership handoff timed out

2015-10-27 Thread Jon Meredith
Hi, Handoff problems without obvious disk issues can be due to the database containing large objects. Do you frequently update objects in CS, and if so have you had garbage collection running? The timeout is happening on the receiver side after not receiving any tcp data for handoff_receive_time

Counters and secondary index

2015-10-27 Thread Łukasz Biedrycki
Hey, I need a secondary index with my counter, but I found an information that ​"​ Counters have no support for Secondary Indexes (2i), Links or Custom HTTP Metadata ​" (http://docs.basho.com/riak/latest/dev/references/http/counters/). ​What if I treat a counter as an object, and use riakc_pb_soc

Re: Ownership handoff timed out

2015-10-27 Thread Vladyslav Zakhozhai
Hi, Jon thank you for the answer. During approval of my mail to this list I've troubleshoot my issue more deep. And yes, your are right. Neither {error, enotconn} nor max_concurrency is my problem. I'm going to migrate my cluster entierly to eleveldb only, i.e. I need to refuse using bitcask. I h

Re: Erlang Driver Error

2015-10-27 Thread Scott Lystig Fritchie
Hi, Satish. OS X's implementation of poll(3) has a known limitation of 1024 file descriptors, if I recall correctly. If you don't have "+K true" in vm.args (or cuttlefish equivalent, sorry, I don't have it handy right now), then please use that flag to bypass some libc (?) brokenness. -Scott __