Hi, Each task submitted to this ExecutorService will be executed only once. Essentially, it will be sent to one of the nodes in the topology and executed in its public thread pool (this is a node-local thread pool used for any task or closure executions). You can control the size of this pool using IgniteConfiguration.setPublicThreadPoolSize(int poolSize) configuration property.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ExecutorService-clarification-tp805p806.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
