-
Notifications
You must be signed in to change notification settings - Fork 33
MDC Troubleshooting Checklist
Dave Parfitt edited this page Nov 4, 2013
·
15 revisions
- 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
- network connectivity verified
- colllected from the
cluster_leaderson source AND sink- riak-repl status
- riak-repl connections
- riak-admin status
- 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)).