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).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to