Not for long. When Available percent dips below 5 percent, the node will enter stop writes.
Since version 3.3.17 of Aerospike (what version are you one?), the defrag tuning has been reduced to two important parameters.
defrag-sleep parameter defines how many micro-seconds defrag should sleep between each defragged write-block. By default this is set to 1000 micro-seconds (1ms).
defrag-lwm-pct defines the maximum wblock usage a must be before it is placed on the defrag-queue. By default this is 50%, you could raise this up to 60%, but be aware that this setting has a non-linear impact to write load that increases with this value.
There is an earlier community article that we can refer you to here about available percent (avail_pct).
A possible cause of the higher avail_pct on the new node could be that it does not yet have enough data.
Another cause could be that migrations are occurring, causing the differences between nodes. In steady state (no migrations), avail_pct should have a balanced value across all nodes.
Let me stress the non-linear impact, as you approach 100% the write amplification approaches infinity. At 50% there is a 2x write amplification and 75% would be 4x.
I would recommend that you try 50 or 60% instead
Also the following will apply the config change dynamically across the cluster: