Denis, Is this a regression? Have we created a ticket to address it?
-- Denis On Tue, Dec 11, 2018 at 4:13 AM Denis Mekhanikov <[email protected]> wrote: > Andrey, > > Thanks for the info! > > Denis > > вт, 11 дек. 2018 г. в 14:02, Andrey Davydov <[email protected]>: > >> Hello, >> >> When I update Ignite from 2.6 to 2.7, I have to update Spring to >> corresponding version too (from 4.16 to 4.18). And I got some exceptions on >> application stop (org.apache.ignite.internal. >> IgniteInterruptedCheckedException on backplane scheduled queries). >> >> As I find with debugger, in current version of spring, sheduler do not >> wait for job completion by default. So if I set property to wait completion >> everething becomes ok. >> >> <bean id="systemBackplaneJobExecutor" >> >> class="org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler"> >> * <property name="waitForTasksToCompleteOnShutdown" value="true"/>* >> <property name="awaitTerminationSeconds" value="60"/> >> </bean> >> >>
