Hi, I am running ignite cluster on replicated mode having 2 nodes on different machines. Whenever I create a cache and write to it through ignite client, number of open file handles increases by close to 1000.
But these open file handles does not decreases even if I stop writing and disconnect my client from the cluster. This is creating a problem in scenario if I create many caches (around 30+) then my unix box (configured with max 32K file handles) runs out of file handles. Please suggest how can I overcome the problem of ever increasing number of file handles. PS: I am using Ignite 2.1 version. I am using "lsof | wc -l" command to check open file handles on my unix box. Thanks, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
