Hello Val, Thanks for the reply. I checked the documentation and it seems that by default jobs are executed in random order which is not an issue for my use case. I believe like other collision spis (FIFO and Priority ordering) default thread pool size would be : No. of cores * 2. and rest would be queues internally by Ignite?
I will test this over coming days and update my findings. Thanks, Gaurav On Tue, Jan 10, 2017 at 8:44 PM, vkulichenko <[email protected]> wrote: > Hi Gaurav, > > There is no limitation and this approach should work. The number of jobs > executed in parallel will be limited by number of threads on public pools > and by collision SPI [1]. > > [1] https://apacheignite.readme.io/docs/job-scheduling > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Max-limit-for-Jobs-submission-to- > Compute-task-tp9993p10002.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
