[
https://issues.apache.org/jira/browse/IGNITE-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558030#comment-16558030
]
ASF GitHub Bot commented on IGNITE-8361:
----------------------------------------
GitHub user daradurvs opened a pull request:
https://github.com/apache/ignite/pull/4434
IGNITE-8361 Use discovery messages for service deployment
The PR contains changes to cover the following tasks:
- [Use discovery messages for service
deployment](https://issues.apache.org/jira/browse/IGNITE-8361)
- [Collect service deployment results asynchronously on
coordinator](https://issues.apache.org/jira/browse/IGNITE-8362)
- [Propagate service deployment results from assigned nodes to
initiator](https://issues.apache.org/jira/browse/IGNITE-3392)
- [Handle topology changes during service
deployment](https://issues.apache.org/jira/browse/IGNITE-8363)
- [Propagate deployed services to joining
nodes](https://issues.apache.org/jira/browse/IGNITE-8364)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daradurvs/ignite ignite-8361-to-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4434.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4434
----
commit 4517b5c43125107cb25f8e5e1da5bc00a8f5c252
Author: Vyacheslav Daradur <dvsmedia@...>
Date: 2018-07-26T07:47:40Z
implemented
----
> Use discovery messages for service deployment
> ---------------------------------------------
>
> Key: IGNITE-8361
> URL: https://issues.apache.org/jira/browse/IGNITE-8361
> Project: Ignite
> Issue Type: Improvement
> Components: managed services
> Reporter: Denis Mekhanikov
> Assignee: Vyacheslav Daradur
> Priority: Major
> Labels: iep-17
> Fix For: 2.7
>
>
> Service deployment should be based on discovery messages distribution.
> The procedure is as follows:
> # Deploying node sends a message with a service configuration.
> # Coordinator calculates the assignments and sends them in another message.
> # Nodes check, whether they are assigned to deploy any services, and do so,
> if they are.
> Utility cache won't be needed after these changes are made. All its mentions
> should be removed from the code.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)