Cluster Visibility error even when both nodes are online

Hi,

I am new to Aerospike and currently setting up 2 nodes for clustering.

I have manage to get both nodes up and running and with Multicast clustering enabled. I tested by adding approximately ~1 Million records and all went smoothly and data was getting written on both nodes. Till now all good.

But then the clustering broke and when I am issuing asadm command it gives a message saying “Cluster Visibility error (Please check services list) …”

How to find out exactly why the clustering broke and fix the issue?

OS is CentOS 7 and using latest build 3.9.1.1

Thanks

Here is a list of things you can troubleshoot it:

  • check asd process is running or not systemctl status aerospike pgrep asd
  • run journalctl -u aerospike -o cat for any errors
  • check output of /var/log/aerospike/aerospike.log

Found the issue.

Thanks.

What was the problem ? I have the same issue