[GitHub] nifi issue #2847: NIFI-5377 prevent infinite loop if a controller service ci...

2018-07-10 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2847 Thanks @markobean and @markap14. These have been merged to master. ---

[GitHub] nifi issue #2847: NIFI-5377 prevent infinite loop if a controller service ci...

2018-07-10 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2847 Thanks @markap14! I'll pull down this PR and apply your patch for reviewing purposes. ---

[GitHub] nifi issue #2847: NIFI-5377 prevent infinite loop if a controller service ci...

2018-07-06 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2847 @JonathanKessler I experienced it on the graph. If you add another service (like I described) you should be able to enable the service with no dependencies. As part of that action, you can indicate

[GitHub] nifi issue #2847: NIFI-5377 prevent infinite loop if a controller service ci...

2018-07-06 Thread JonathanKessler
Github user JonathanKessler commented on the issue: https://github.com/apache/nifi/pull/2847 @mcgilman Did you experience this behavior on the graph or in a unit test? After fixing the infinite loop locally I was never able to enable the controller services on the graph because they

[GitHub] nifi issue #2847: NIFI-5377 prevent infinite loop if a controller service ci...

2018-07-06 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2847 @markobean Thanks for the PR! I've tried running it and it does indeed address the issue called out in the JIRA. Previously, the infinite loop occurred when trying to configure the services in

[GitHub] nifi issue #2847: NIFI-5377 prevent infinite loop if a controller service ci...

2018-07-06 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2847 Will review ---