[jira] [Commented] (IGNITE-8813) Add ComputeJobResultPolicy to JobEvent

2018-06-22 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-8813:


Github user asfgit closed the pull request at:

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


> Add ComputeJobResultPolicy to JobEvent
> --
>
> Key: IGNITE-8813
> URL: https://issues.apache.org/jira/browse/IGNITE-8813
> Project: Ignite
>  Issue Type: Improvement
>  Components: compute
>Affects Versions: 2.5
>Reporter: Dmitry Karachentsev
>Assignee: Dmitry Karachentsev
>Priority: Major
> Fix For: 2.6
>
>
> There is no way to determine on node-mapper what action would be performed on 
> EVT_JOB_RESULTED event, as got result could return different policies: WAIT, 
> REDUCE, FAILOVER. This knowledge might be critical for user if it relies on 
> events, and, for instance, he need to know if EVT_JOB_RESULTED is final 
> event, or it will be failed over and will be fired again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8813) Add ComputeJobResultPolicy to JobEvent

2018-06-22 Thread Alexey Goncharuk (JIRA)


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

Alexey Goncharuk commented on IGNITE-8813:
--

Thanks, Dmitriy, merged your changes to master.

> Add ComputeJobResultPolicy to JobEvent
> --
>
> Key: IGNITE-8813
> URL: https://issues.apache.org/jira/browse/IGNITE-8813
> Project: Ignite
>  Issue Type: Improvement
>  Components: compute
>Affects Versions: 2.5
>Reporter: Dmitry Karachentsev
>Assignee: Dmitry Karachentsev
>Priority: Major
> Fix For: 2.6
>
>
> There is no way to determine on node-mapper what action would be performed on 
> EVT_JOB_RESULTED event, as got result could return different policies: WAIT, 
> REDUCE, FAILOVER. This knowledge might be critical for user if it relies on 
> events, and, for instance, he need to know if EVT_JOB_RESULTED is final 
> event, or it will be failed over and will be fired again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8813) Add ComputeJobResultPolicy to JobEvent

2018-06-20 Thread Dmitry Karachentsev (JIRA)


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

Dmitry Karachentsev commented on IGNITE-8813:
-

[~agura] please review the changes.

> Add ComputeJobResultPolicy to JobEvent
> --
>
> Key: IGNITE-8813
> URL: https://issues.apache.org/jira/browse/IGNITE-8813
> Project: Ignite
>  Issue Type: Improvement
>  Components: compute
>Affects Versions: 2.5
>Reporter: Dmitry Karachentsev
>Assignee: Dmitry Karachentsev
>Priority: Major
> Fix For: 2.6
>
>
> There is no way to determine on node-mapper what action would be performed on 
> EVT_JOB_RESULTED event, as got result could return different policies: WAIT, 
> REDUCE, FAILOVER. This knowledge might be critical for user if it relies on 
> events, and, for instance, he need to know if EVT_JOB_RESULTED is final 
> event, or it will be failed over and will be fired again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8813) Add ComputeJobResultPolicy to JobEvent

2018-06-18 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-8813:


GitHub user dkarachentsev opened a pull request:

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

IGNITE-8813 - Add ComputeJobResultPolicy to JobEvent



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

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

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

https://github.com/apache/ignite/pull/4213.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 #4213


commit c02a0699bc35ffb5e00827b7f07eaddce22d088b
Author: dkarachentsev 
Date:   2018-06-18T11:23:53Z

IGNITE-8813 - Add ComputeJobResultPolicy to JobEvent




> Add ComputeJobResultPolicy to JobEvent
> --
>
> Key: IGNITE-8813
> URL: https://issues.apache.org/jira/browse/IGNITE-8813
> Project: Ignite
>  Issue Type: Improvement
>  Components: compute
>Affects Versions: 2.5
>Reporter: Dmitry Karachentsev
>Assignee: Dmitry Karachentsev
>Priority: Major
> Fix For: 2.6
>
>
> There is no way to determine on node-mapper what action would be performed on 
> EVT_JOB_RESULTED event, as got result could return different policies: WAIT, 
> REDUCE, FAILOVER. This knowledge might be critical for user if it relies on 
> events, and, for instance, he need to know if EVT_JOB_RESULTED is final 
> event, or it will be failed over and will be fired again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)