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 BFF7119088 for ; Wed, 16 Mar 2016 23:35:33 +0000 (UTC) Received: (qmail 5865 invoked by uid 500); 16 Mar 2016 23:35:33 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 5821 invoked by uid 500); 16 Mar 2016 23:35:33 -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 5798 invoked by uid 99); 16 Mar 2016 23:35:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2016 23:35:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 75EB62C14F8 for ; Wed, 16 Mar 2016 23:35:33 +0000 (UTC) Date: Wed, 16 Mar 2016 23:35:33 +0000 (UTC) From: "Valentin Kulichenko (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2853) Job processor should be stopped earlier than service processor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Valentin Kulichenko created IGNITE-2853: ------------------------------------------- Summary: Job processor should be stopped earlier than service processor Key: IGNITE-2853 URL: https://issues.apache.org/jira/browse/IGNITE-2853 Project: Ignite Issue Type: Bug Components: general Affects Versions: 1.5.0.final Reporter: Valentin Kulichenko Assignee: Valentin Kulichenko Fix For: 1.6 It's a common use case when a compute job accesses service. Currently, if such job is cancelled, it can't do this gracefully, because service is already stopped. -- This message was sent by Atlassian JIRA (v6.3.4#6332)