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/04/04 15:27:41 UTC

[jira] [Commented] (IGNITE-1267) JobStealingCollisionSpi never sends jobs to a node that joined after task was executed

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

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

GitHub user AMashenkov opened a pull request:

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

    IGNITE-1267: JobStealingCollisionSpi never sends jobs to a node that joined after task was executed

    (cherry picked from commit 7059d8e)

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

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

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

    https://github.com/apache/ignite/pull/1730.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 #1730
    
----
commit 6eae8dd0bc3e696878cf66e0fa2be607846fbe64
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-04-04T15:10:20Z

    Fixed.
    
    (cherry picked from commit 7059d8e)

----


> JobStealingCollisionSpi never sends jobs to a node that joined after task was executed
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-1267
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1267
>             Project: Ignite
>          Issue Type: Bug
>          Components: compute
>    Affects Versions: 1.1.4
>            Reporter: Valentin Kulichenko
>            Assignee: Andrew Mashenkov
>              Labels: user-request
>             Fix For: 2.0
>
>
> Corresponding user thread (contains detailed description of the scenario that doesn't work): http://apache-ignite-users.70518.x6.nabble.com/Dynamic-ComputeTask-distribution-with-new-nodes-td997.html
> Essentially, {{JobStealingCollisionSpi}} always skips jobs that are not in task topology (see line 713). Task topology is static and created when task is executed, so newly joined node can't steal jobs. I think it should be able to do this if it satisfies initial cluster group predicate.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)