Hi, There is no force deploying/undeploying possibility as I know.
As was mentioned in another your question: http://apache-ignite-users.70518.x6.nabble.com/Clarification-regarding-nodeFilter-td21671.html Node filter predicate should be stateless and should always return the same value for the same node. It means that using the compute task in return statement as you did isn't correct. Note that nodeFilter predicate is a part of service configuration. So you can't change it after service deployment (add/remove a new node to node filter logic). You should undeploy it fully and deploy with the new configuration (add/remove a new node to node filter logic). BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/