You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/15 17:09:01 UTC

[jira] [Commented] (GIRAPH-1159) DefaultJobProgressTrackerService: Only kill the job if it's still running

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

ASF GitHub Bot commented on GIRAPH-1159:
----------------------------------------

GitHub user majakabiljo opened a pull request:

    https://github.com/apache/giraph/pull/48

    GIRAPH-1159

    DefaultJobProgressTrackerService: Only kill the job if it's still running
    
    Summary: In killJobWithMessage, we need to check if the job has completed before killing it.
    
    Test Plan: Verified kill is not called on already completed job

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

    $ git pull https://github.com/majakabiljo/giraph giraph-1159

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

    https://github.com/apache/giraph/pull/48.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 #48
    
----
commit 30345e38bb6f53e8f629d1902e7d6e3de7730ce1
Author: Maja Kabiljo <ma...@fb.com>
Date:   2017-09-15T17:05:16Z

    GIRAPH-1159: DefaultJobProgressTrackerService: Only kill the job if it's still running
    
    Summary: In killJobWithMessage, we need to check if the job has completed before killing it.
    
    Test Plan: Verified kill is not called on already completed job

----


> DefaultJobProgressTrackerService: Only kill the job if it's still running
> -------------------------------------------------------------------------
>
>                 Key: GIRAPH-1159
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1159
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>
> In killJobWithMessage, we need to check if the job has completed before killing it.



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