Detail
What all details needs to be collected apart from collectinfo and aerospike logs during a split-brain condition to troubleshoot the issue?
Answer
To troubleshoot these clustering issues, we need more debugging enabled in the logs:
- Run info commands to dump heartbeat, fabric, and clustering state to log across all nodes in the cluster, run them via asadm.
>asinfo -v 'dump-hb:verbose=true'
>asinfo -v 'dump-fabric:verbose=true'
>asinfo -v 'dump-cluster:verbose=true'
- During the time of the issue, enable detail logging for clustering to capture all packet exchanges in the log files across all nodes.
Applies To Earliest Version
Pre 4.9
Applies To Latest Version
Current Version