With Aerospike server version 6.1.0.1, service with java aerospike client 5.0.0 is getting started but when switching to 5.0.1 , my server is not getiing .
Not getting any error in logs for the same only getting this at last
024-03-14 20:54:20,585 [restartedMain] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
I have checked server and clients are compatibilty in both cases.
Can you pls help me on this , how to debug issue and will be next step in this case??
com.aerospike.client.AerospikeException$Connection: Error -8: Failed to connect to host(s):
XX.X.XXX.XX 4000 Error -1: Node XXXXXXXXXXXXXX XX.X.XXX.XX 4000 version < 4.9. This client requires server version >= 4.9
One of the server nodes in your cluster must have a server version less than 4.9 for this error message to occur.
Do not use java client 5.0.0 because it required server version 4.9+. After customer feedback, we relaxed that server version requirement in java client 5.0.1.