Hello all, I would like to re-raise this issue and see if anyone has any production-grade recommendations for deploying new app versions to an ignite cache. Basically the issue is this: you have a new version of an app with new/changed classes that you would like cached. One way to deploy this is to copy a fat jar to ignite/lib and restart ignite. However, this gets to be pretty ornery as the real steps are dump cache, restart ignite with new fat jar, reload cache, deploy app. On a large cluster this becomes somewhat of an issue.
Anyone have any recommendations or procedures they are following or anything that they are using of the Ignite functionality that I have missed? Thanks! Ognen