[
https://issues.apache.org/jira/browse/NIFI-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435481#comment-15435481
]
ASF GitHub Bot commented on NIFI-2642:
--------------------------------------
GitHub user jtstorck opened a pull request:
https://github.com/apache/nifi/pull/931
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jtstorck/nifi NIFI-2642
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/931.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #931
----
commit 6f3661c8d7bb953a012652d15e5ad3a910a2ccf9
Author: Jeff Storck <[email protected]>
Date: 2016-08-24T19:06:01Z
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.
----
> 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: Matt Gilman
> 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)