Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9587C200CF6 for ; Mon, 18 Sep 2017 17:43:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 944CB1609DB; Mon, 18 Sep 2017 15:43:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D2C801609D8 for ; Mon, 18 Sep 2017 17:43:00 +0200 (CEST) Received: (qmail 12209 invoked by uid 500); 18 Sep 2017 15:43:00 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 12198 invoked by uid 99); 18 Sep 2017 15:42:59 -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, 18 Sep 2017 15:42:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9A196F5593; Mon, 18 Sep 2017 15:42:59 +0000 (UTC) From: ahgittin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server issue #816: Tasks code improvements - prep for better presen... Content-Type: text/plain Message-Id: <20170918154259.9A196F5593@git1-us-west.apache.org> Date: Mon, 18 Sep 2017 15:42:59 +0000 (UTC) archived-at: Mon, 18 Sep 2017 15:43:01 -0000 Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-server/pull/816 fixed race, made cancel behaviour consistent, and improved consistency of same-thread execution (`get` and `getImmediately`) ready for review & merge further follow-ups re task visibility and adjunct context will be done in new PR (building on this) ---