Re: Ignite Services: How to preserve value of Local variables ?

2016-08-05 Thread vkulichenko
Kamal, So is it working for you now? Changing the initialization process in service is not an option right now, probably in 2.0. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Services-How-to-preserve-value-of-Local-variables-tp4094p6811.html

Re: Ignite Services: How to preserve value of Local variables ?

2016-08-04 Thread Kamal C
che...@gmail.com> wrote: > Kamal, > > Did you have a chance to look at compute grid as an alternative? > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Ignite-Services-How-to-preserve-value-of-Local-variables-

Re: Ignite Services: How to preserve value of Local variables ?

2016-08-03 Thread vkulichenko
Kamal, Did you have a chance to look at compute grid as an alternative? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Services-How-to-preserve-value-of-Local-variables-tp4094p6724.html Sent from the Apache Ignite Users mailing list archive

Re: Ignite Services: How to preserve value of Local variables ?

2016-08-03 Thread Kamal C
node singletons and if they don't have any specific lifecycle. I.e., > if > they are used to execute a piece of code on a server node. > > [1] https://apacheignite.readme.io/docs/compute-grid > > -Val > > > > -- > View this message in context: > http://apache-i

Re: Ignite Services: How to preserve value of Local variables ?

2016-08-02 Thread vkulichenko
://apacheignite.readme.io/docs/compute-grid -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Services-How-to-preserve-value-of-Local-variables-tp4094p6686.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite Services: How to preserve value of Local variables ?

2016-07-29 Thread vkulichenko
a test that you can share? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Services-How-to-preserve-value-of-Local-variables-tp4094p6637.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite Services: How to preserve value of Local variables ?

2016-04-12 Thread Kamal C
l > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Ignite-Services-How-to-preserve-value-of-Local-variables-tp4094p4107.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Ignite Services: How to preserve value of Local variables ?

2016-04-12 Thread Kamal C
Hi all, While I'm using the Ignite Service Grid, I found a weird behavior in which values of local variables are getting overridden. I have two ignite nodes and I deployed the service in node singleton approach. When the second node comes up and joins the cluster, it's local variable values