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 2016/09/27 02:48:21 UTC

[jira] [Commented] (IGNITE-3965) @GridInternal tasks should not go through user load balancing SPI

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

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

GitHub user akuznetsov-gridgain opened a pull request:

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

    IGNITE-3965 internal tasks should not go through custom load balancer.

    

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

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

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

    https://github.com/apache/ignite/pull/1117.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 #1117
    
----
commit 855fb78203c815944d41796e3bd82505a55e12cd
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-09-26T08:41:33Z

    IGNITE-3965 WIP.

commit 84d06bd8b156071a7b74bf28296ce5d9ea8b88b0
Author: AKuznetsov <ak...@gridgain.com>
Date:   2016-09-26T10:56:18Z

    Merge branches 'ignite-1.6.9' and 'ignite-3965' of https://github.com/gridgain/apache-ignite into ignite-3965

commit 1345a309701a26bf100db8225218b5feec6f4e02
Author: AKuznetsov <ak...@gridgain.com>
Date:   2016-09-26T14:07:41Z

    Merge branch 'ignite-1.6.9' of https://github.com/gridgain/apache-ignite into ignite-3965

commit d3b56903615510e6d7cd8d594837c29cec56aed7
Author: AKuznetsov <ak...@gridgain.com>
Date:   2016-09-26T14:31:25Z

    IGNITE-3965 @GridInternal tasks should run via standart LoadBalancingSpi. Added test.

commit 7c0976a69bf5bf4028d4de5f68d95cb65dad3b65
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-09-27T02:32:51Z

    IGNITE-3965 Fixed review comments.

----


> @GridInternal tasks should not go through user load balancing SPI
> -----------------------------------------------------------------
>
>                 Key: IGNITE-3965
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3965
>             Project: Ignite
>          Issue Type: Bug
>          Components: compute
>    Affects Versions: 1.6
>            Reporter: Alexey Kuznetsov
>            Assignee: Alexey Kuznetsov
>             Fix For: 1.8
>
>
> User can specify some custom load balancing SPI, but internal task should use default load balancing SPI with predictable behaviour. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)