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 3A87C200C45 for ; Tue, 28 Mar 2017 10:19:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3938B160B9F; Tue, 28 Mar 2017 08:19:46 +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 8ACB2160B7E for ; Tue, 28 Mar 2017 10:19:45 +0200 (CEST) Received: (qmail 24881 invoked by uid 500); 28 Mar 2017 08:19:44 -0000 Mailing-List: contact dev-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list dev@ariatosca.incubator.apache.org Received: (qmail 24847 invoked by uid 99); 28 Mar 2017 08:19:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2017 08:19:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8857A18143C for ; Tue, 28 Mar 2017 08:19:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id KUysyk0Oj9_p for ; Tue, 28 Mar 2017 08:19:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A29F75FD00 for ; Tue, 28 Mar 2017 08:19:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2868BE06C7 for ; Tue, 28 Mar 2017 08:19:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B662A25CE0 for ; Tue, 28 Mar 2017 08:19:41 +0000 (UTC) Date: Tue, 28 Mar 2017 08:19:41 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@ariatosca.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARIA-120) Builtin workflows have wrong execution order in relationship operations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Mar 2017 08:19:46 -0000 [ https://issues.apache.org/jira/browse/ARIA-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944748#comment-15944748 ] ASF subversion and git services commented on ARIA-120: ------------------------------------------------------ Commit 07cbfcdabc207452acda33fa9f1ababf97e5d260 in incubator-ariatosca's branch refs/heads/master from [~Mxmrlv] [ https://git-wip-us.apache.org/repos/asf?p=incubator-ariatosca.git;h=07cbfcd ] ARIA-120-Builtin-workflows-relationship-operations-execution-order > Builtin workflows have wrong execution order in relationship operations > ----------------------------------------------------------------------- > > Key: ARIA-120 > URL: https://issues.apache.org/jira/browse/ARIA-120 > Project: AriaTosca > Issue Type: Bug > Reporter: Maxim Orlov > > The execution order of relationships based operations of a node is wrong. > In the current state, all of the pre_configure source operations are executed before any pre_configure target operations are executed. > In the desired state, each source-target operations of a single relationship are executed side by side (concurrently), and only once both are done, the execution of the next relationship's source-target operations commences. -- This message was sent by Atlassian JIRA (v6.3.15#6346)