From issues-return-99597-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Oct 2 15:47:09 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B60B6180674 for ; Wed, 2 Oct 2019 17:47:08 +0200 (CEST) Received: (qmail 84367 invoked by uid 500); 2 Oct 2019 15:47:04 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 84308 invoked by uid 99); 2 Oct 2019 15:47:04 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2019 15:47:04 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C4844E312D for ; Wed, 2 Oct 2019 15:47:02 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id D42C67806B8 for ; Wed, 2 Oct 2019 15:47:01 +0000 (UTC) Date: Wed, 2 Oct 2019 15:47:01 +0000 (UTC) From: "Maxim Muzafarov (Jira)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-10948) Ignition.Stop() methods (named, all, etc.) fail to Stop cluster nodes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-10948?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Muzafarov updated IGNITE-10948: ------------------------------------- Fix Version/s: (was: 2.8) (was: 3.0) > Ignition.Stop() methods (named, all, etc.) fail to Stop cluster nodes > --------------------------------------------------------------------- > > Key: IGNITE-10948 > URL: https://issues.apache.org/jira/browse/IGNITE-10948 > Project: Ignite > Issue Type: Bug > Components: general > Affects Versions: 2.7 > Environment: [08:32:01] __________ ________________ > [08:32:01] / _/ ___/ |/ / _/_ __/ __/ > [08:32:01] _/ // (7 7 // / / / / _/ > [08:32:01] /___/\___/_/|_/___/ /_/ /___/ > [08:32:01] > [08:32:01] ver. 2.7.1#20181210-sha1:a39dbf0f > [08:32:01] 2018 Copyright(C) Apache Software Foundation > [08:32:01] > [08:32:01] Ignite documentation: http://ignite.apache.org > [08:32:01] > [08:32:01] Quiet mode. > [08:32:01] ^-- Logging to file 'C:\apps\gridgain-ultimate-8.7.1\work\log\= ignite-55082e2d.0.log' > [08:32:01] ^-- Logging by 'JavaLogger [quiet=3Dtrue, config=3Dnull]' > [08:32:01] ^-- To see **FULL** console log here add -DIGNITE_QUIET=3Dfals= e or "-v" to ignite.\{sh|bat} > [08:32:01] > [08:32:01] OS: Windows 10 10.0 amd64 > [08:32:01] VM information: Java(TM) SE Runtime Environment 1.8.0_162-b12 = Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.162-b12 > Reporter: Glenn Wiebe > Priority: Minor > Labels: StopCommand > > The Ignition singleton stop() or stopAll() methods do not respond by stop= ping=C2=A0any or all of the cluster nodes. > Unlike the ignite.cluster().stop() methods, the Ignition.stop() methods i= gnore the requested stop command, simply returning the following warning: "= (wrn) Ignoring stopping Ignite instance that was already stopped or never s= tarted: MyServerName" > This fails whether the cluster was active() =3D true or false. > This fails whether the=C2=A0command was issued from a Server or Client no= de. > Maybe this method should be deprecated, but currently documented method d= oes not work. > =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005)