Do you manually remove that entry from cache or using eviction/expiration
policy.

Can you share cache configuration please.

This thread might help you(comments)

https://stackoverflow.com/questions/48951091/ignite-how-eviction-expiry-and-rebalancing-work-with-external-cachestore

On Tue, Feb 22, 2022, 08:27 Sumit Deshinge <sumit.deshi...@gmail.com> wrote:

> 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
>
>

Reply via email to