Migration make the aerospike can't writing

I have about 1 billion data, saved in the 3 nodes. Each node has 16 core cpu and 64G mem. A service writes the data with a lot of concurrency. But after the migration began, the service could not write to aerospike. Connections were always timeout. The migration looked normal. But the service can not work. I think it will be restore normal after migration. But I can not accept the service to stop working.

I set an parameter and now it works.

asadm -e “asinfo -v ‘set-config:context=service;write-duplicate-resolution-disable=true’”

1 Like