Anything executed on IgniteCompute API is executed in public pool (size is
configured via IgniteConfiguration.publicThreadPoolSize property), while all
cache operations including entry processor are executed in system pool
(IgniteConfiguration.publicSystemPoolSize property). Sizes for both pools
are twice number of cores by default, which is a enough for majority of
cases. Whether it's good to change or not, depends on your application.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Thread-pool-for-partition-aware-operations-tp10393p10405.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to