Return-Path: X-Original-To: apmail-uima-dev-archive@www.apache.org Delivered-To: apmail-uima-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFE9910AB8 for ; Wed, 17 Apr 2013 20:41:16 +0000 (UTC) Received: (qmail 70571 invoked by uid 500); 17 Apr 2013 20:41:16 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 70543 invoked by uid 500); 17 Apr 2013 20:41:16 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 70419 invoked by uid 99); 17 Apr 2013 20:41:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 20:41:16 +0000 Date: Wed, 17 Apr 2013 20:41:16 +0000 (UTC) From: "Jim Challenger (JIRA)" To: dev@uima.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (UIMA-2818) DUCC Service Manger - race modifying autostart with "reference" start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jim Challenger created UIMA-2818: ------------------------------------ Summary: DUCC Service Manger - race modifying autostart with "reference" start Key: UIMA-2818 URL: https://issues.apache.org/jira/browse/UIMA-2818 Project: UIMA Issue Type: Bug Components: DUCC Reporter: Jim Challenger Assignee: Jim Challenger If a service registration and a job that references that service arrive simultaneously, the service gets reference-started before autostart can kick in. When the referenced job exits, SM remembers the service was reference started and schedules a lingering stop. If autostart is set, the reference-start should not cause the service to linger-stop. To reproduce, 1 register a service with autostart false 2 submit a job that starts the job by reference 3 set autostart true after the job starts If the bug is present the service will be linger-stopped when the job exits. If the bug is fixed, the service will stay active. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira