You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/05 17:14:00 UTC

[jira] [Commented] (IGNITE-6562) Dynamic service deployment should use projection if no NodeFilter is set.

    [ https://issues.apache.org/jira/browse/IGNITE-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193211#comment-16193211 ] 

ASF GitHub Bot commented on IGNITE-6562:
----------------------------------------

GitHub user AMashenkov opened a pull request:

    https://github.com/apache/ignite/pull/2810

    IGNITE-6562: Dynamic service deployment should use projection if no NodeFilter is set.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6562

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2810.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 #2810
    
----
commit e18219906e164fc9b893d5220ae255a2836a2e83
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-10-05T14:24:04Z

    IGNITE-6562: Dynamic service deployment should use projection if NodeFilter is not set.

commit a81530f284d183e02c8163400a8c2fc35abd5be8
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-10-05T17:12:00Z

    Test added.

----


> Dynamic service deployment should use projection if no NodeFilter is set.
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-6562
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6562
>             Project: Ignite
>          Issue Type: Bug
>          Components: managed services
>            Reporter: Andrew Mashenkov
>            Assignee: Andrew Mashenkov
>             Fix For: 2.4
>
>
> We have two issues here when service starts dynamically with serviceConfiguration provided that not contains any NodeFilter.
> 1. Projection is ignored. 
> So, if user use a projection for service deployment, we should use it as NodeFilter.
> 2. Service can be unexpectedly deployed on client nodes.
> If projection is not specified then cluster.forServers() projection should be used.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)