From issues-return-89457-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Mon Dec 30 16:51:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 21E02180657 for ; Mon, 30 Dec 2019 17:51:03 +0100 (CET) Received: (qmail 23282 invoked by uid 500); 30 Dec 2019 16:51:02 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 23272 invoked by uid 99); 30 Dec 2019 16:51:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Dec 2019 16:51:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AA2FFE2E5A for ; Mon, 30 Dec 2019 16:51:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 34633780880 for ; Mon, 30 Dec 2019 16:51:00 +0000 (UTC) Date: Mon, 30 Dec 2019 16:51:00 +0000 (UTC) From: "Shawn Weeks (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFIREG-347) Duplicate key error when commiting flow with shared parameter context MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFIREG-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005463#comment-17005463 ] Shawn Weeks commented on NIFIREG-347: ------------------------------------- I'll take this one because it's breaking something for one of my projects. > Duplicate key error when commiting flow with shared parameter context > --------------------------------------------------------------------- > > Key: NIFIREG-347 > URL: https://issues.apache.org/jira/browse/NIFIREG-347 > Project: NiFi Registry > Issue Type: Bug > Affects Versions: 0.5.0 > Environment: Linux > Reporter: Geir Klingenberg > Assignee: Shawn Weeks > Priority: Major > > When commiting a flow that have multiple process groups that share the same parameter context, Nifi Registry reports the following error: > Duplicate key org.apache.nifi.registry.flow.VersionedParameterContext@1661e4cf > A simple flow to reproduce this: Add one root process group, add two process groups (A and B) within the root group. Create a parameter context and assign that context to group A and B. Checking in the root group to nifi-registry gives the above error message. -- This message was sent by Atlassian Jira (v8.3.4#803005)