A write fail warning

My cluster was configured as all data in memory with HDD for persistence. “WARNING (drv_ssd): (drv_ssd.c::4260) {state} write fail: queue too deep: q 65, max 64” is found in the log when I were running workload. What’s that mean?

2 Likes

This means the disk writes are taking too long (the Aerospike write queue is full and is not being emptied fast enough). The underlying reason is simply that you have reached the write throughput of your disk.

You will find more details on this here: device overload troubleshooting.