Member since
09-27-2019
3
Posts
0
Kudos Received
0
Solutions
10-03-2019
06:35 AM
I have a process group that is versioned with registry. If i create a controller service on that process group like distributedmapcacheclient service some of the controller service properties dont accept variables like "Server Hostname". I have to hard code this value in the controller service. When i deploy this process group using registry to test, controller service gets created but when i update the "Server Hostname" to the test value it says local change made in test? How do i overcome this issue, since i dont want it to show as local change in test and i have to have the controller service as part of the versioned process group.
... View more
- Tags:
- NiFi
- process-groups
Labels:
09-27-2019
08:59 AM
I have a parent process group “A" versioned. Under this I have several process groups that are independently versioned. Lets say one of them is the “B” Process Group. Now when I make changes to the B Process Group like adding a new processor in the flow, commit the B changes to Registry and then commit the Parent-A to registry, I am able to update the parent version in test and it updates the child-B version as well with the latest change.
It works fine with adding or deleting a processor in a flow but when I update an existing processor in flow and try to update the parent to new version in test it does update the parent but says local change made to the child, It tries to update the child as well and then for some reason sets the child processor back to previous value and shows that as local change. I have to then revert the local change to make it to the latest version.
reason i have parent versioned is i have bunch of controller services that are common to multiple child's and dont want them duplicated at each child.
how do i overcome this issue when i have both parent and child versioned and deploying the latest child change(change to processor) with parent to target causes local change issue at target.
... View more
Labels: