We are experiencing the following exception every few hours in our two node cluster with the Java client 3.1.7:
Node FA12C4D454AC40C 5.196.**.***:3000 refresh failed: java.lang.ArrayIndexOutOfBoundsException: 1
at com.aerospike.client.cluster.Node.addFriends(Node.java:156)
at com.aerospike.client.cluster.Node.refresh(Node.java:95)
at com.aerospike.client.cluster.Cluster.tend(Cluster.java:284)
at com.aerospike.client.cluster.Cluster.run(Cluster.java:250)
at java.lang.Thread.run(Thread.java:745)
We are using Aerospike EE build 3.6.3 in a two node cluster.
The asinfo -v services output is “5.196..*:3000” (no leading or trailing white spaces), the address is the one of the other node in the cluster.