Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-8163: When counting number of components, we traverse into all P… #4775

Closed
wants to merge 1 commit into from

Commits on Jan 21, 2021

  1. NIFI-8163: When counting number of components, we traverse into all P…

    …rocess Groups, but then call findAllRemoteProcessGroups, which is a recursive call, instead of calling getRemoteProcessGroups(). This results in counting the Process Groups many times. So fixed that.
    markap14 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7418362 View commit details
    Browse the repository at this point in the history