You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mcgilman <gi...@git.apache.org> on 2018/05/24 20:13:01 UTC

[GitHub] nifi pull request #2739: NIFI-5066: Fixing enable/disable verification

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.

----


---

[GitHub] nifi pull request #2739: NIFI-5066: Fixing enable/disable verification

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] nifi issue #2739: NIFI-5066: Fixing enable/disable verification

Posted by markap14 <gi...@git.apache.org>.
Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2739
  
    @mcgilman I tried testing this. Created a Process Group with 2 processors. One was STOPPED, the other DISABLED. Clicked on canvas to clear the selection. Then clicked "Disable" in the Operate palette. Got back an error: "92e58351-0163-1000-ab38-7947aeead66e is not stopped".


---

[GitHub] nifi issue #2739: NIFI-5066: Fixing enable/disable verification

Posted by mcgilman <gi...@git.apache.org>.
Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/2739
  
    Thanks @markap14. I've pushed another commit that should address what you're seeing.


---

[GitHub] nifi issue #2739: NIFI-5066: Fixing enable/disable verification

Posted by markap14 <gi...@git.apache.org>.
Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2739
  
    @mcgilman all looks good now, thanks! Have merged to master.


---