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/05/24 20:14: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=16489709#comment-16489709 ] 

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

GitHub user mcgilman opened a pull request:

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

    NIFI-5066: Fixing enable/disable verification

    NIFI-5066:
    - Ensuring we verify we can enable/disable when appropriate.

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/2739.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 #2739
    
----
commit d1f43d0278f43f5570d9fae221717d062a204e4d
Author: Matt Gilman <ma...@...>
Date:   2018-05-24T20:12:02Z

    NIFI-5066:
    - Ensuring we verify we can enable/disable when appropriate.

----


> 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
>             Fix For: 1.7.0
>
>
> 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)