Does anyone know how to configure durable queue on Terracotta server properly?
Terracotta stores clustered objects on server in files and writes data to them in append only fashion. I want to control how this internal data gets cleared somehow. I have multiple intensive applications that use common ehcache instance clustered by Terracota. There are threads that are putting data, others are reading and removing. Our hard disks are not made of rubber... AFAIK )) Does Terracotta clear removed cache items from the disk, what's the default behaviour, configuration options etc? Thanx, in advance