Cluster node date delayed from the other 3 nodes

I think the following may work:

  1. backup that node
  2. stop the aerospike service on the bad node (32 minutes ahead)
  3. stop the ntp service
  4. set the date
  5. shutdown the node
  6. power up the node
  7. adjust time again if data is still incorrect
  8. empty the aerospike data storage(s) and/or digestlog
  9. startup aerospike again

The remaining nodes should handle the normal traffic although there could be performance impact due to migration so monitor the cluster carefully.

If you don’t empty the storage, you may have the risk of resurrecting deleted data or losing updates due to generation wrap. See this for details: https://discuss.aerospike.com/t/conflict-resolution-policy-setting-usage/818

Adding an empty node will cause more traffic on the fabrics so again please monitor system carefully.

Hope that make sense and helpful.