/commented by yakov zhdanov/ Please pay attention to javadocs.
org.apache.ignite.IgniteServices @IgniteAsyncSupported public void cancel(String name) throws IgniteException Cancels service deployment. If a service with specified name was deployed on the grid, then Service.cancel(ServiceContext) method will be called on it. Note that Ignite cannot guarantee that the service exits from Service.execute(ServiceContext) method whenever Service.cancel(ServiceContext) is called. It is up to the user to make sure that the service code properly reacts to cancellations. Supports asynchronous execution (see IgniteAsyncSupport). Does you service handle cancellation correctly and exits? Can you share your code here? ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Undeploy-Service-tp210p211.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
