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

ASF GitHub Bot commented on STORM-1472:
---------------------------------------

Github user zhuoliu commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1014#discussion_r49682600
  
    --- Diff: storm-core/src/jvm/org/apache/storm/scheduler/Cluster.java ---
    @@ -32,11 +32,13 @@
     public class Cluster {
     
         /**
    -     * key: supervisor id, value: supervisor details
    +     * key: supervisor id,
    +     * value: supervisor's total and used resources, i.e. {totalMem, 
totalCpu, usedMem, usedCpu}
          */
         private Map<String, SupervisorDetails> supervisors;
         /**
          * key: supervisor id, value: supervisor's total and used resources
    +     * value: {requestedMemOnHeap, requestedMemOffHeap, requestedCpu, 
assignedMemOnHeap, assignedMemOffHeap, assignedCpu}
    --- End diff --
    
    Adding some comment to code (irrelevant).


> Change long to readble date/time format for error log link
> ----------------------------------------------------------
>
>                 Key: STORM-1472
>                 URL: https://issues.apache.org/jira/browse/STORM-1472
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Zhuo Liu
>            Assignee: Zhuo Liu
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> In the error log link of UI, long of millisecond dates makes little sense to 
> user. It would be nice to change it to be readable date. 



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

Reply via email to