You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/01/25 00:29:26 UTC

[18/50] storm git commit: Minor

Minor


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0d469c05
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0d469c05
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0d469c05

Branch: refs/heads/1.x-branch
Commit: 0d469c057405726c607af07dd9a3daac986fea22
Parents: b48f02e
Author: zhuol <zh...@yahoo-inc.com>
Authored: Wed Jan 20 10:21:02 2016 -0600
Committer: zhuol <zh...@yahoo-inc.com>
Committed: Wed Jan 20 10:21:02 2016 -0600

----------------------------------------------------------------------
 storm-core/src/jvm/org/apache/storm/scheduler/Cluster.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0d469c05/storm-core/src/jvm/org/apache/storm/scheduler/Cluster.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/org/apache/storm/scheduler/Cluster.java b/storm-core/src/jvm/org/apache/storm/scheduler/Cluster.java
index 3495770..3650df2 100644
--- a/storm-core/src/jvm/org/apache/storm/scheduler/Cluster.java
+++ b/storm-core/src/jvm/org/apache/storm/scheduler/Cluster.java
@@ -32,13 +32,11 @@ import org.apache.storm.utils.Utils;
 public class Cluster {
 
     /**
-     * key: supervisor id,
-     * value: supervisor's total and used resources, i.e. {totalMem, totalCpu, usedMem, usedCpu}
+     * key: supervisor id, value: supervisor details
      */
     private Map<String, SupervisorDetails> supervisors;
     /**
      * key: supervisor id, value: supervisor's total and used resources
-     * value: {requestedMemOnHeap, requestedMemOffHeap, requestedCpu, assignedMemOnHeap, assignedMemOffHeap, assignedCpu}
      */
     private Map<String, Double[]> supervisorsResources;