You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by moranr <gi...@git.apache.org> on 2018/04/05 17:48:06 UTC

[GitHub] nifi issue #2607: NIFI-1295: Adding UI controls for terminating threads

Github user moranr commented on the issue:

    https://github.com/apache/nifi/pull/2607
  
    @mcgilman , I was thinking about some suggestions to the formatting and tooltip labeling used on these. I think we're using the '/' (forward slash) inconsistently which could be a bit confusing.
    
    How about formatting the thread count in the global status bar like so:
    **3 (1)**
    
    And the tooltip could read something like:
    **Threads: Active (Terminated)**
    
    Then when the thread icon shows on a processor, the count would again show as '# (#)' and the tooltip could be something like:
    **3 active threads (1 terminated)**
    
    I'm also thinking change the current queue/data size global status format to:
    **_Object Count (Data Size)_**
    i.e., use parentheses instead of the forward slash
    
    This is consistent with the In & Out stats on components.
    
    And one last thing I thought is adding the term 'threads' to the Terminate context menu action. So, change _Terminate_ to _Terminate threads_


---