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([email protected])25> :riak_core_console.member_status([]) ================================= Membership ================================== Status Ring Pending Node ------------------------------------------------------------------------------- valid 100.0% 50.0% '[email protected]' valid 0.0% 50.0% '[email protected]' ------------------------------------------------------------------------------- Valid:2 / Leaving:0 / Exiting:0 / Joining:0 / Down:0 :ok iex([email protected])26> :riak_core_console.ring_status([]) ================================== Claimant =================================== Claimant: '[email protected]' Status: up Ring Ready: true ============================== Ownership Handoff ============================== Owner: [email protected] Next Owner: [email protected] 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 [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
