Hello! You could be running Tasks from your service, and you can deploy Tasks via Deployment SPI, e.g. UriDeploymentSpi. https://apacheignite.readme.io/docs/deployment-spi
Here it will check if new version is available, redeploy it and start using new JARs. Regards, -- Ilya Kasnacheev пн, 17 дек. 2018 г. в 15:12, Zaheer <[email protected]>: > Hi, > > I have a use case, where a node is already started and I want to copy some > jars into that node's libs folder. > Visor has the deploy command. But without using visor can we do it > somehow? > > I know peer class loading happens in data and compute. But for services the > documentation says no peer class loading. So If I have a node started > already(A) and I start one more service node(B), My service implementation > class will not be copied to A. I want to do this copying in runtime. > > Regards > Zaheer > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
