Skip to content

MDC Troubleshooting Checklist

Dave Parfitt edited this page Nov 4, 2013 · 15 revisions

Static data

  • priority (urgent/high/low)
  • version of Riak EE
    • from sources AND sinks
  • version of replication
  • topology
    • how many clusters
    • bidirectional?
  • app.config config
    • from sources AND sinks

Command line status

  • network connectivity verified
  • colllected from the cluster_leaders on source AND sink
    • riak-repl status
    • riak-repl connections
    • riak-admin status

Erlang state

  • cluster_mgr state rp(sys:get_status(riak_core_cluster_manager)).
  • connection_mgr state rp(sys:get_status(riak_core_connection_manager)).
  • service_mgr state rp(sys:get_status(riak_core_service_manager)).
  • riak_repl2_leader state rp(sys:get_status(riak_repl2_leader)).
  • riak_repl_leader_gs state rp(sys:get_status(riak_repl_leader_gs)).