Hi Vahric,

The reason you are getting errors related to bit cask and indexing is that you 
only have configured the required multi backend on one of the Riak nodes. All 
the Riak nodes need to have the same backend configuration, as data will be 
replicated across the cluster.

Best regards,

Christian



On 19 Jul 2013, at 15:32, Vahric Muhtaryan <[email protected]> wrote:

> attached, thanks
> VM
> 
> 
> On Fri, Jul 19, 2013 at 4:00 PM, Christian Dahlqvist <[email protected]> 
> wrote:
> Hi Vahric,
> 
> Please can you send me the logs and configuration files from Riak, Riak-CS 
> and Stanchion from all nodes in the cluster?
> 
> Best regards,
> 
> Christian
> 
> 
> 
> 
> On 18 Jul 2013, at 21:45, Vahric Muhtaryan <[email protected]> wrote:
> 
>> Hello All,
>> 
>> i got such error
>> 
>> [7/18/13 8:22:24 PM] Vahric MUHTARYAN: 2013-07-18 20:17:37.442 [warning] 
>> <0.121.0>@stanchion_utils:email_available:591 Error occurred trying to check 
>> if the address <<"[email protected]">> has been registered. Reason: 
>> <<"{error,{indexes_not_supported,riak_kv_bitcask_backend}}">>
>> 
>> but my config should be okay
>> 
>> {add_paths, ["/usr/lib64/riak-cs/lib/riak_cs-1.3.1/ebin"]},
>> {storage_backend, riak_cs_kv_multi_backend},
>> {multi_backend_prefix_list, [{<<"0b:">>, be_blocks}]},
>> {multi_backend_default, be_default},
>> {multi_backend, [
>>  {be_default, riak_kv_eleveldb_backend, [
>>    {max_open_files, 50},
>>      {data_root, "/var/lib/riak/leveldb"}
>>  ]},
>>    {be_blocks, riak_kv_bitcask_backend, [
>>      {data_root, "/var/lib/riak/bitcask"}
>>  ]}
>> ]},
>> 
>> ([email protected])3> code:which(riak_cs_kv_multi_backend).               
>>                    
>> "/usr/lib64/riak-cs/lib/riak_cs-1.3.1/ebin/riak_cs_kv_multi_backend.beam"
>> 
>> Any idea why i can not create admin user when i try to create ? My config 
>> said default db backend is level not bits cask, could be a bug ? Any body 
>> know ? 
>> 
>> Regards
>> VM _______________________________________________
>> riak-users mailing list
>> [email protected]
>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
> 
> 
> <riak.zip>

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to