Hi Paolo! This will throw Unsupported operation exception. Moreover, what is the purpose of doing that. Underlying collections will be modified when you call methods on collision context object. Pls take a look at org.apache.ignite.internal.processors.job.GridJobProcessor#handleCollisions method to get an idea.
Thanks! --Yakov 2016-01-28 18:39 GMT+03:00 Paolo Di Tommaso <[email protected]>: > Hello, > > I would create my own collision SPI chaining an already existing SPI > implementation. > > Is it safe to modify the content of the `activeJobs` and `waitingJobs` > collections of the CollistionContext and then delegate the execution to > another SPI instance `onCollision` method? > > > Cheers, > Paolo > >
