worker_limit reached for map reduce jobs

2015-08-27 Thread Girish Shankarraman
Hello, Currently using Riak 2.1.1. I have 7 nodes in my cluster. I am looking for some information on how these worker_limits are configured . I have 50 linux(client) hosts trying to run the map reduce jobs on Riak. I am getting the error below where some of the hosts complain about the

Riak Go Client 1.1 is Available!

2015-08-27 Thread Alex Moore
Hi All, The Go client for Riak is out of beta, so Go get it! To install it in your go project, just run `go get github.com/basho/riak-go-client` http://github.com/basho/riak-go-client%60. You can find more information on the project page (https://github.com/basho/riak-go-client

Re: indexes_not_supported,riak_kv_bitcask_backend error on multi backend with leveldb

2015-08-27 Thread Bora Kou
We found the issue. It turned out that the storage_backend setting is still bitcask on all the node except the one I was testing on. After making sure all node have storage_backend = multi, the secondary index works as expected. My bad, sorry for the noise :( -Bora On Thu, Aug 27, 2015 at

indexes_not_supported,riak_kv_bitcask_backend error on multi backend with leveldb

2015-08-27 Thread Bora Kou
Hi, I am testing out riak kv multi backend with leveldb and bitcask. I configured bitcask as the default backend and leveldb with bucket-type. I am using riak kv version 2.0.5-1. I am able to do http PUT with index, but when I try to GET with the index, it give me