You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/12 20:00:00 UTC

[jira] [Commented] (NIFI-5066) Support enable and disable component action when multiple components selected or when selecting a process group.

    [ https://issues.apache.org/jira/browse/NIFI-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16436222#comment-16436222 ] 

ASF GitHub Bot commented on NIFI-5066:
--------------------------------------

GitHub user mcgilman opened a pull request:

    https://github.com/apache/nifi/pull/2633

    NIFI-5066: Allow global enable/disable component requests

    NIFI-5066:
    - Allowing the enable/disable buttons to be active under the same conditions as the start/stop buttons.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcgilman/nifi NIFI-5066

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/2633.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 #2633
    
----
commit 9acae4786cccc8823d5b0a45fb03f2639e9b16d7
Author: Matt Gilman <ma...@...>
Date:   2018-04-12T18:12:01Z

    NIFI-5066:
    - Allowing the enable/disable buttons to be active under the same conditions as the start/stop buttons.

----


> Support enable and disable component action when multiple components selected or when selecting a process group.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-5066
>                 URL: https://issues.apache.org/jira/browse/NIFI-5066
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>    Affects Versions: 1.5.0
>            Reporter: Matthew Clarke
>            Assignee: Matt Gilman
>            Priority: Major
>
> Currently NiFi validates all processors that are in a STOPPED state.  To reduce impact when flows contain very large numbers of STOPPED processors, users should be disabling these STOPPED processors.  NiFi's "Enable" and "Disable" buttons do not support being used when more then one processor is selected.  When needing to enable or disable large numbers of processors, this is less then ideal. The Enable and Disable buttons should work similar to how the Start and Stop buttons work.
> Have multiple components selected or a process group selected.  Select "Enable" or "Disabled" button.  Any eligible component (those that are not running) should be either enabled or disabled.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)