Hi, We are using ignite 2.12 with persistence enabled along with full sync - replicated mode. There is a cache whose data ranges from few Kilobytes to few Megabytes. Once a particular cache entry is worked upon, we remove that entry from cache. The cache goes through a large number of reads/writes parallely.
But what we have observed is, the disk space utilized by the cache keeps on increasing. I had expected the disk space to be reused - (deleted cache entries disk partitions) for new cache entries being inserted , but this is not happening. Any reason for this behavior and any solution to avoid such problems? -- Regards, Sumit Deshinge