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/04/29 17:02:12 UTC

[jira] [Commented] (IGNITE-3020) .NET: Ensure that Windows service is stopped correctly in case of forceful node stop.

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

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

GitHub user ptupitsyn opened a pull request:

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

    IGNITE-3020 .NET: Ensure that Windows service is stopped correctly in case of forceful node stop.

    

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

    $ git pull https://github.com/ptupitsyn/ignite ignite-3020

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

    https://github.com/apache/ignite/pull/679.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 #679
    
----
commit 3d6f65c7a1511bad5e30573ee3f8055124a7d527
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-28T14:27:31Z

    IGNITE-3020 .NET: Ensure that Windows service is stopped correctly in case of forceful node stop.

commit 8db82207084c42ceadf34a4d7bc0e286fda496b2
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-28T14:54:21Z

    wip

commit 4f8c16d8fa67cef1c5e025a7af445bfc5005fbe5
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-28T15:00:23Z

    wip

commit 6a0b5c7bbdbe8254be178732429653fa41a8186a
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-28T15:13:36Z

    wip

commit 2445d113f484e7d17f266ce1a8d96f0ac318dc1d
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-28T15:29:06Z

    wip

commit 12b270f990058205c4001b60db626defa6327fd8
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-29T11:46:02Z

    Merge remote-tracking branch 'remotes/upstream/master' into ignite-3020

commit aebe3fa5df4cabb7fd5d9ed3fefc110d9076f9b0
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-29T12:17:35Z

    wip tests

commit f5ab4d4b111b2b3669323a16416b41292b819e24
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-29T14:00:51Z

    Add service installer

commit 4716a3f7d31c538f22349bf6220deed3beeb2133
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-29T14:29:19Z

    Fixing service installer

commit 7dad2d7a10387130932b3a73a72c2f3b7614891f
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-29T14:45:13Z

    Installer works

commit 40a62b905b5c4c31bd3ccc146ba88f410448bb87
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-29T14:58:10Z

    Installer fixed, test works

commit ba568829c086c133b3ce521e282194a0874b219e
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-29T15:01:15Z

    Fix service stop

----


> .NET: Ensure that Windows service is stopped correctly in case of forceful node stop.
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3020
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3020
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: 1.5.0.final
>            Reporter: Vladimir Ozerov
>            Assignee: Pavel Tupitsyn
>              Labels: important
>             Fix For: 1.6
>
>
> *Problem*
> Node stop might be initiated from Java. E.g. from user job, or due to segmentation policy. We need to ensure that .NET service gets stopped as well in this case.
> *Test case*
> 1) Start node A as Ignite service.
> 2) Start node B.
> 3) Send "node kill" task from B to A.
> 4) Wait for A to leave topology.
> 5) Ensure that ignite service is stopped.
> Probably this could be implemented as automated unit test.



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