GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2227
NIFI-4518: Fixing URI issue when querying the bulletin board with many
source ids
NIFI-4518:
- When the URI is too long, invoking the bulletin board multiple times for
all specified component ids.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4518
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2227.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 #2227
----
commit 32c0e2be3b824deaf749278718d9ca35e43e33e3
Author: Matt Gilman <[email protected]>
Date: 2017-10-26T14:27:57Z
NIFI-4518:
- When the URI is too long, invoking the bulletin board multiple times for
all specified component ids.
----
---