Re: Apache Ignite expired data remains in memory with TTL enabled and after thread execution

2019-07-22 Thread Вячеслав Коптилин
Hello, It seems this is a known issue https://issues.apache.org/jira/browse/IGNITE-11438 which was recently fixed and will be available in AI 2.8. Thanks, S. пн, 22 июл. 2019 г. в 15:02, ales : > Hello, > > Our company is currently facing an issue with Ignite expired entries that > remains in

Apache Ignite expired data remains in memory with TTL enabled and after thread execution

2019-07-22 Thread ales
Hello, Our company is currently facing an issue with Ignite expired entries that remains in the cache. Here is the setup to reproduce: create an ignite client (in client mode false) and put some data (10k entries/values) to it with very small expiration time (~20s) and TTL enabled. Each time the