Re: Deploy different class versions to ignite cluster

2021-11-15 Thread Stephen Darlington
“Classes deployed within the same class loader on the master node still share the same class loader remotely on worker nodes. However, the tasks deployed from different master nodes does not share the same class loader on worker nodes. This is useful in development environments when different de

Re: Deploy different class versions to ignite cluster

2021-11-15 Thread Surinder Mehra
Does this mean same ignite node can use dufferent app libs to execute business logic. Or does a node takes lib version at startup and only process that version through its life cycle, and it is part of same cluster cobtaining other nodes with different app version. Could you please point me to docu

Re: Deploy different class versions to ignite cluster

2021-11-15 Thread Stephen Darlington
You might need to set the deployment mode to PRIVATE/ISOLATED but otherwise it should pretty much just work. > On 14 Nov 2021, at 04:37, Surinder Mehra wrote: > > Any suggestions from experts ? > > On Thu, Nov 11, 2021, 23:49 Surinder Mehra > wrote: > Hi, > I have a

Re: Deploy different class versions to ignite cluster

2021-11-13 Thread Surinder Mehra
Any suggestions from experts ? On Thu, Nov 11, 2021, 23:49 Surinder Mehra wrote: > Hi, > I have a special requirement to support deploying several versions of same > class file on same ignite cluster. Say customer 1 wants some additional > features on same file but other clients continue working