Re: compute best practices / examples

2016-10-12 Thread vkulichenko
Hi L, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to user-subscr...@ignite.apache.org and follow simple instructions in the reply. landon9720 wrote > I have noticed @IgniteInstanceResource n

Re: compute best practices / examples

2016-08-11 Thread vkulichenko
Hi Pires, Can you please provide more details (ideally a test that reproduces the issue)? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/compute-best-practices-examples-tp6663p6996.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: compute best practices / examples

2016-08-11 Thread Paulo Pires
While I use this approach, I have seen the injected object become null. I didn't use transient. Would that be the cause of it? Pires On Tue, Aug 2, 2016 at 4:02 AM, vkulichenko wrote: > Hi, > > I would not recommend to serialize instances of Ignite, IgniteCache, > IgniteQueue, etc. This is supp

Re: compute best practices / examples

2016-08-01 Thread vkulichenko
Hi, I would not recommend to serialize instances of Ignite, IgniteCache, IgniteQueue, etc. This is supported, but provides unnecessary overhead. You can always inject Ignite into your job using annotation: @IgniteInstanceResource private transient Ignite ignite; -Val -- View this message in