Hello all, I am having an issue with integrating riak_core into my elixir application. I can run my app and join the cluster however all the handoff's are getting stuck.
iex(pg_master_app@192.168.137.109)25> :riak_core_console.member_status([]) ================================= Membership ================================== Status Ring Pending Node ------------------------------------------------------------------------------- valid 100.0% 50.0% 'pg_master_app@192.168.137.100' valid 0.0% 50.0% 'pg_master_app@192.168.137.109' ------------------------------------------------------------------------------- Valid:2 / Leaving:0 / Exiting:0 / Joining:0 / Down:0 :ok iex(pg_master_app@192.168.137.109)26> :riak_core_console.ring_status([]) ================================== Claimant =================================== Claimant: 'pg_master_app@192.168.137.100' Status: up Ring Ready: true ============================== Ownership Handoff ============================== Owner: pg_master_app@192.168.137.100 Next Owner: pg_master_app@192.168.137.109 Index: 22835963083295358096932575511191922182123945984 Waiting on: ['Elixir.Pingring.Vnode'] Index: 45671926166590716193865151022383844364247891968 Waiting on: ['Elixir.Pingring.Vnode'] Index: 114179815416476790484662877555959610910619729920 Waiting on: ['Elixir.Pingring.Vnode'] (with may more waiting) This is based off the sample at https://github.com/kanatohodets/elixir_riak_core_ping and any help would be GREATLY appreciated! Thanks! -Chris
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com