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