Hi, I have inserted 30,000 records with writepolicy expiration set as -1. Then after some time I did update the same records with expiration as 1 (TTL - 1 Second) . After all the records expired , when I do a cold restart I can see some of the records reappear.
Is there any way where I can delete/expire the records in CE , so that it will not reappear when cold restart is issued.
NS configuration:
namespace test {
replication-factor 1
memory-size 4G
storage-engine device {
file /opt/aerospike/data/test
filesize 20G
write-block-size 128K
}
}