Hi Zsolt, 

Good to see you are trying out these pre-release features, there are still 
significant changes happening around strong consistency and it’s really helpful 
to have people trying it out right now.

There are a couple of things worth checking now in order to ensure your system 
is in the correct state.

Firstly, can you try running the command `riak-admin ensemble-status` for each 
of your nodes.

It should give you output for each node which looks somewhat like the following:

```
============================== Consensus System ===============================
Enabled:     true
Active:      true
Ring Ready:  true
Paranoia:    medium (AAE syncing required)
AAE enabled: true

================================== Ensembles ==================================
 Ensemble     Quorum        Nodes      Leader
-------------------------------------------------------------------------------
   root       5 / 5         5 / 5      dev1@127.0.0.1
    2         0 / 3         3 / 3      --
    3         3 / 3         3 / 3      dev2@127.0.0.1
    4         3 / 3         3 / 3      dev3@127.0.0.1
    5         3 / 3         3 / 3      dev2@127.0.0.1
```

If it does not, can you also run `riak-admin transfers` and see if there are 
any active transfers happening.

Thanks, 

Bryan Hunt


On 27 Jun 2014, at 16:15, Zsolt Laky <zsolt.l...@lamardan.com> wrote:

> Hi Christian,
> 
> Exactly the same with beta1.
> 
> brg
> Zsolt
> 
> On Jun 27, 2014, at 13:25, Christian Dahlqvist <christ...@basho.com> wrote:
> 
>> Hi Zsolt,
>> 
>> Riak 2.0.0pre5 is a quite old pre-release. Please upgrade to the latest 
>> release, which can be found here:
>> 
>> http://docs.basho.com/riak/2.0.0beta1/downloads/
>> 
>> Best regards,
>> 
>> Christian
>> 
>> 
>> 
>> On Thu, Jun 26, 2014 at 9:07 PM, <zsolt.l...@lamardan.com> wrote:
>> 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%      --      'riak1@127.0.0.1'
>> 
>> valid      32.8%      --      'riak2@127.0.0.1'
>> 
>> valid      32.8%      --      'riak3@127.0.0.1'
>> 
>> -------------------------------------------------------------------------------
>> 
>> 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.
>> 
>> 
>> 
>> _______________________________________________
>> riak-users mailing list
>> riak-users@lists.basho.com
>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>> 
>> 
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to