aerospike-kubernetes-enterprise icon indicating copy to clipboard operation
aerospike-kubernetes-enterprise copied to clipboard

XDR Does not update IP addresses of nodes in the other cluster if they change

Open eb-koddi opened this issue 3 years ago • 0 comments

There are scenarios where the IP address (or the entire nodes) of a cluster might change. The aerospike instances get the list of IP's for the nodes, but do not track any changes. It would be preferable if either the list of IP's had a TTL, or if on failure to connect, it would check for an updated list of IP addresses. The instances currently need to be restarted to get an updated list of IP's to connect to.

While this might not be as important in a less ephemeral, static instance type environment, features as described above become more important moving into kubernetes.

eb-koddi avatar Jun 17 '21 22:06 eb-koddi