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/12/16 16:22:58 UTC

[jira] [Commented] (NIFI-3118) UI - Inconsistent order of garbage collection statistics

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

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

GitHub user mcgilman opened a pull request:

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

    NIFI-3118: Inconsistent order of garbage collection statistics

    NIFI-3118
    - Sorting the garbage collection stats and content repository entries client side. Opting to not sort server side as the property of the DTO does not support deterministic order. Consequently, order would need to be implemented every time that DTO is (de)serializaed which may happen in a number of places with zero master clustering.

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

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

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

    https://github.com/apache/nifi/pull/1337.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 #1337
    
----
commit 1a9f5bce8fa8142065ce892e4217bdc1e37dbef1
Author: Matt Gilman <ma...@gmail.com>
Date:   2016-12-16T16:20:23Z

    NIFI-3118:
    - Sorting the garbage collection stats and content repository entries client side. Opting to not sort server side as the property of the DTO does not allow deterministic sorting. Consequently, order would need to be implemented every time that DTO is (de)serializaed which may happen in a number of places with zero master clustering.

----


> UI - Inconsistent order of garbage collection statistics
> --------------------------------------------------------
>
>                 Key: NIFI-3118
>                 URL: https://issues.apache.org/jira/browse/NIFI-3118
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> In the system diagnostics, the ordering of the garbage collection statistics is inconsistent. The ordering appears to shuffle with each refresh.



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