[
https://issues.apache.org/jira/browse/NIFI-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435552#comment-15435552
]
ASF subversion and git services commented on NIFI-2642:
-------------------------------------------------------
Commit 6475924f53404939214c7519f5e411ffa1ed27c0 in nifi's branch
refs/heads/master from [~jtstorck]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=6475924 ]
NIFI-2642 Catches (and ignores) ResourceNotFoundException during the updating
of a property value for a controller service when the current value points to a
controller service that has been deleted, allowing the assigning of a new
controller service to continue.
This closes #931
> Processors referring to deleted controller services cannot select
> new/existing controller services
> --------------------------------------------------------------------------------------------------
>
> Key: NIFI-2642
> URL: https://issues.apache.org/jira/browse/NIFI-2642
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Matt Burgess
> Assignee: Jeff Storck
> Fix For: 1.0.0
>
>
> If a processor refers to a deleted controller service (CS), then in the
> processor's configuration dialog, the ID of the deleted CS is displayed.
> However if the user selects an existing (or new) CS from the drop-down menu,
> an error dialog is displayed, saying no CS can be found for the ID of the one
> that was deleted.
> Reproduction example:
> 1) Create two DBCPConnectionPools (with different names)
> 2) Add a QueryDatabaseTable processor to the canvas
> 3) In the QDT dialog, select one DBCPConnectionPool and Apply
> 4) Delete that DBCPConnectionPool
> 5) Open the QDT dialog again, verify an ID is displayed (make a note of the
> ID).
> 6) Select the other DBCPConnectionPool from the drop-down menu and Apply
> 7) The error dialog is displayed with the deleted CS's ID
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)