Aerospike persitent connection issue when node is down

Hello. We are using aerospike with php client (php-fpm) with persistent connections. When node is down all clients wait for aerospike operations is complete until reach timeout. It’s continue about 5-10minutes. How we can avoid this?

The server should become aware of the node going down within interval * timeout milliseconds. The client’s cluster-tending thread should catch up to the state change within the 1s interval time it has on the PHP client.

Do you enable shared-memory cluster tending in the PHP client?

Yes. We was enabled it in php-fpm config. aerospike.shm.use=1