[
https://issues.apache.org/jira/browse/NIFI-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899166#comment-16899166
]
Matt Gilman edited comment on NIFI-6380 at 8/2/19 7:48 PM:
-----------------------------------------------------------
Found an issue with the cluster response merging. When the referencing
component contains a controller service we receive a NPE:
{code}
java.lang.NullPointerException: null
at
org.apache.nifi.cluster.coordination.http.endpoints.ParameterContextMerger.merge(ParameterContextMerger.java:145)
at
org.apache.nifi.cluster.coordination.http.endpoints.ParameterContextMerger.merge(ParameterContextMerger.java:102)
{code}
Also changed the priority to a blocker since this will need to be addressed
prior to release.
was (Author: mcgilman):
Found an issue with the cluster response merging. When the referencing
component contains a controller service we receive a NPE:
{code}
java.lang.NullPointerException: null
at
org.apache.nifi.cluster.coordination.http.endpoints.ParameterContextMerger.merge(ParameterContextMerger.java:145)
at
org.apache.nifi.cluster.coordination.http.endpoints.ParameterContextMerger.merge(ParameterContextMerger.java:102)
{code}
> Implement Parameter Context Backend
> -----------------------------------
>
> Key: NIFI-6380
> URL: https://issues.apache.org/jira/browse/NIFI-6380
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Blocker
> Fix For: 1.10.0
>
> Time Spent: 13h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)