Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE15F19C82 for ; Mon, 18 Apr 2016 08:11:26 +0000 (UTC) Received: (qmail 36412 invoked by uid 500); 18 Apr 2016 08:11:26 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 36243 invoked by uid 500); 18 Apr 2016 08:11:25 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 36218 invoked by uid 99); 18 Apr 2016 08:11:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 08:11:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8CFF22C1F4E for ; Mon, 18 Apr 2016 08:11:25 +0000 (UTC) Date: Mon, 18 Apr 2016 08:11:25 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-3020) .NET: Ensure that Windows service is stopped correctly in case of forceful node stop. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vladimir Ozerov created IGNITE-3020: --------------------------------------- Summary: .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 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)