Skip to content

Instantly share code, notes, and snippets.

@pandeykumar
Created July 22, 2013 16:31
Show Gist options
  • Save pandeykumar/6055318 to your computer and use it in GitHub Desktop.
Save pandeykumar/6055318 to your computer and use it in GitHub Desktop.
Riak 3 node cluster riak-admin ring-status
[root@ip-10-0-1-101 ec2-user]# riak-admin member-status
================================= Membership ==================================
Status Ring Pending Node
-------------------------------------------------------------------------------
valid 56.3% 50.0% 'riak@10.0.1.101'
valid 43.8% 50.0% 'riak@10.0.1.102'
valid 0.0% 0.0% 'riak@10.0.1.103'
-------------------------------------------------------------------------------
Valid:3 / Leaving:0 / Exiting:0 / Joining:0 / Down:0
[root@ip-10-0-1-101 ec2-user]# riak-admin ring-status
================================== Claimant ===================================
Claimant: 'riak@10.0.1.101'
Status: up
Ring Ready: true
============================== Ownership Handoff ==============================
Owner: riak@10.0.1.101
Next Owner: riak@10.0.1.102
Index: 936274486415109681974235595958868809467081785344
Waiting on: [riak_kv_vnode]
Complete: [riak_pipe_vnode]
Index: 959110449498405040071168171470060731649205731328
Waiting on: [riak_kv_vnode]
Complete: [riak_pipe_vnode]
Index: 1392993748081016843912887106182707253109560705024
Waiting on: [riak_kv_vnode]
Complete: [riak_pipe_vnode]
Index: 1415829711164312202009819681693899175291684651008
Waiting on: [riak_kv_vnode]
Complete: [riak_pipe_vnode]
-------------------------------------------------------------------------------
============================== Unreachable Nodes ==============================
All nodes are up and reachable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment