Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-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 5E82A1854D for ; Mon, 4 May 2015 12:29:12 +0000 (UTC) Received: (qmail 17652 invoked by uid 500); 4 May 2015 12:29:12 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 17620 invoked by uid 500); 4 May 2015 12:29:12 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Received: (qmail 17609 invoked by uid 99); 4 May 2015 12:29:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 12:29:12 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 12:29:07 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 4659242F3D for ; Mon, 4 May 2015 12:28:27 +0000 (UTC) Received: (qmail 16619 invoked by uid 99); 4 May 2015 12:28:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 12:28:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 451D0E0779; Mon, 4 May 2015 12:28:26 +0000 (UTC) From: neykov To: dev@brooklyn.incubator.apache.org Reply-To: dev@brooklyn.incubator.apache.org Message-ID: Subject: [GitHub] incubator-brooklyn pull request: Don't fail on startup in case of ... Content-Type: text/plain Date: Mon, 4 May 2015 12:28:26 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user neykov opened a pull request: https://github.com/apache/incubator-brooklyn/pull/624 Don't fail on startup in case of an isRunning exception During entity startup treat isRunning exceptions as temporary failures and wait until timeout, don't propagate them on the spot. Could be caused by a temporary problem, for example connectivity issues. You can merge this pull request into a Git repository by running: $ git pull https://github.com/neykov/incubator-brooklyn ignore-start-failure Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-brooklyn/pull/624.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 #624 ---- commit 9e0f2ebb2b09df381900d4bfaaca870205d0d682 Author: Svetoslav Neykov Date: 2015-05-04T12:27:35Z Don't fail on startup in case of an isRunning exception During entity startup treat isRunning exceptions as temporary failures and wait until timeout, don't propagate them on the spot. Could be caused by a temporary problem, for example connectivity issues. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---