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/18 19:00:00 UTC

[jira] [Commented] (NIFI-5186) Update UI to account for asynchronous validation

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

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

GitHub user mcgilman opened a pull request:

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

    NIFI-5186: Updating UI to support asynchronous validation

    NIFI-5186:
    - Updating UI to support showing when a component is validating.
    - Code clean up.

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

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

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

    https://github.com/apache/nifi/pull/2722.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 #2722
    
----
commit b4d3a48ca4b7081c272ca01d386ed7962e66f6ee
Author: Matt Gilman <ma...@...>
Date:   2018-05-18T18:56:10Z

    NIFI-5186:
    - Updating UI to support showing when a component is validating.

----


> Update UI to account for asynchronous validation
> ------------------------------------------------
>
>                 Key: NIFI-5186
>                 URL: https://issues.apache.org/jira/browse/NIFI-5186
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>            Priority: Blocker
>             Fix For: 1.7.0
>
>
> This Jira is a follow up to NIFI-950. The new asynchronous validation introduces a new state VALIDATING. This VALIDATING state will be entered following any modifications (create, update) to the component (Processor, Controller Service, Reporting Task). All component validation is done in the background on a recurring interval. When obtaining the current state, we will return the last known state unless it is VALIDATING as a result of a modification. 



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