Hello There,

 

I installed 2.0.0pre5 on OSX and I experience timeout situation. Here are
the commands I run and I attached the config file.

 

It seems RIAK is aware of the strongly_consistent bucket type but I am not
able to get or put data from/into it.

 

Only the first query for the keys in the bucket succeeds with {}. Other
commands are experimental to describe the problem.

 

Could somebody help to resolve this?

 

Thanks in advance and kind regards

Zsolt

mac:bin zsoci$ ./riak-admin member-status

================================= Membership
==================================

Status     Ring    Pending    Node

----------------------------------------------------------------------------
---

valid      34.4%      --      '[email protected]'

valid      32.8%      --      '[email protected]'

valid      32.8%      --      '[email protected]'

----------------------------------------------------------------------------
---

Valid:3 / Leaving:0 / Exiting:0 / Joining:0 / Down:0

mac:bin zsoci$ ./riak-admin bucket-type list

strongly_consistent (active)

mac:bin zsoci$ curl -XGET
http://127.0.0.1:8101/types/strongly_consistent/buckets/test1/keys

{}mac:bin zsoci$

mac:bin zsoci$ curl -XGET
http://127.0.0.1:8101/types/strongly_consistent/buckets/test1/keys/a

request timed out

mac:bin zsoci$ curl -XGET
http://127.0.0.1:8101/types/strongly_consistentx/buckets/test1/keys/a

Unknown bucket type: strongly_consistentxmac:bin zsoci$

mac:bin zsoci$ curl -XPUT -H "Content-Type: text/plain" -d "haho"
http://127.0.0.1:8101/types/strongly_consistent/buckets/test1/keys/user1

request timed out

mac:bin zsoci$



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

Attachment: riak.conf
Description: Binary data

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

Reply via email to