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 2016/07/12 23:35:20 UTC

[jira] [Commented] (NIFI-2182) Processor's Active Thread Count no longer shown in UI

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

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

GitHub user mcgilman opened a pull request:

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

    [NIFI-2182] [NIFI-2019] [NIFI-2183]

    NIFI-2182:
    - Ensuring the active thread count is shown.
    
    NIFI-2019:
    - Ensuring correct color of the run status in the From connection label.
    
    NIFI-2183:
    - Removing the DownloadSvg servlet and hidding the download icon until we're able to support saving the svg entirely from the client side.

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

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

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

    https://github.com/apache/nifi/pull/634.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 #634
    
----
commit d21ea4cd5b5aafd4972bd17f9778477016cb75ea
Author: Matt Gilman <ma...@gmail.com>
Date:   2016-07-12T23:24:11Z

    NIFI-2182:
    - Ensuring the active thread count is shown.
    NIFI-2019:
    - Ensuring correct color of the run status in the From connection label.
    NIFI-2183:
    - Removing the DownloadSvg servlet and hidding the download icon until we're able to support save the svg entirely from the client side.

----


> Processor's Active Thread Count no longer shown in UI
> -----------------------------------------------------
>
>                 Key: NIFI-2182
>                 URL: https://issues.apache.org/jira/browse/NIFI-2182
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>    Affects Versions: 1.0.0
>            Reporter: Mark Payne
>            Assignee: Matt Gilman
>            Priority: Blocker
>             Fix For: 1.0.0
>
>
> The UI no longer shows the number of active threads that a processor is using. To replicate, create a GenerateFlowFile processor and configure it to create 1 MB flowfiles. Then route to a CompressContent processor. Configure CompressContent to use GZIP compression with a compression level of 9. This will ensure that Compress Content is not able to keep up with GenerateFlowFile, so it should always have active threads. Start both processors and notice that neither shows any active threads.
> I have not tried testing this in standalone mode, only in clustered mode.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)