Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Issue
https://issues.apache.org/jira/browse/NIFI-7788 introduced the change that whenever a user starts an entire process group, all remote process groups within get transmission enabled.
This works properly if the user is within the process group and issues a start by right-clicking on the canvas.
However if the user does does this by right-clicking on the process group (while being in its parent group), all remote process groups start transmitting within the parent process group. This issue is also true when stopping the process group.
Root cause
The 2 cases (right clicking on the canvas vs on the process group) is handled differently in nf-actions.js. When doing the latter the id of the parent of the selected process group (aka. the current active process group) is sent via the REST interface.
Solution
Send the id of the selected process group
Attachments
Issue Links
- is caused by
-
NIFI-7788 Start and Stop actions on a Process Group should enable/disable transmission of RPG's
- Resolved
- links to