|
@@ -77,7 +77,7 @@ public class ClusterMetricsInfo {
|
|
|
this.containersPending = metrics.getPendingContainers();
|
|
|
this.containersReserved = metrics.getReservedContainers();
|
|
|
|
|
|
- this.totalMB = availableMB + reservedMB + allocatedMB;
|
|
|
+ this.totalMB = availableMB + allocatedMB;
|
|
|
this.activeNodes = clusterMetrics.getNumActiveNMs();
|
|
|
this.lostNodes = clusterMetrics.getNumLostNMs();
|
|
|
this.unhealthyNodes = clusterMetrics.getUnhealthyNMs();
|