Paolo, This actually sounds like a use case for load balancing [1]. In particular, I think you can use AdaptiveLoadBalancingSpi for what you described, but you will have to provide your own implementation of AdaptiveLoadProbe, because we don't currently have the one based on memory utilization.
Will this work for you? [1] https://apacheignite.readme.io/docs/load-balancing -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-it-safe-to-modify-the-activeJobs-and-waitingJobs-collections-in-the-CollisionContext-tp2758p2779.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
