I added an index to existing Aerospike server and while indexing I saw that the server runs out of memory. I stopped the server with /etc/init.d/aerospike stop, then I increased the memory allocation to the index table from 40GB to 50GB and started the server.
Now, the server will not start and the log shoots continuously the following errors: Aug 01 2015 11:58:30 GMT: WARNING (sindex): (ai_btree.c::388) Allocation failure for anbtr Aug 01 2015 11:58:30 GMT: WARNING (sindex): (ai_btree.c::946) Insert into the btree failed
until eventually it dies.
Any idea?
Rafi