[
https://issues.apache.org/jira/browse/NIFI-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492849#comment-17492849
]
ASF subversion and git services commented on NIFI-9684:
-------------------------------------------------------
Commit 84b2484fd46a0fc883e8b9d380ccef199432db35 in nifi's branch
refs/heads/main from tpalfy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=84b2484 ]
NIFI-9684 Fix: When starting/stopping selected process group, it sends the
parent process group id to the REST interface that is responsible to
enable/disable transmission for all remote process groups within a process
group. Need to send the id of the select process group instead. (#5764)
> Starting a PG starts RPGs in sibling PGs as well
> ------------------------------------------------
>
> Key: NIFI-9684
> URL: https://issues.apache.org/jira/browse/NIFI-9684
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Tamas Palfy
> Assignee: Tamas Palfy
> Priority: Major
> Fix For: 1.16.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> h3. 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.
> h3. 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.
> h3. Solution
> Send the id of the selected process group
--
This message was sent by Atlassian Jira
(v8.20.1#820001)