Hello! I remember the discussion where Java 8 did not support detecting change of # available CPUs. Then it improved in some of builds. Anyway, I think it's out of our control since we rely on Runtime.availableProcessors(), unless this issue becomes very widespread and we have to fix it on out side.
Still, there was an issue where Visor will use management thread pool incorrectly and lock it down. The solution in your case will be to force thread pool size to some constant number, like '4' or '8'. See https://apacheignite.readme.io/docs/thread-pools but specifically you should increase Management pool size. Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
