Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
SchedulerNode#toString display only memory. It should display both memory and cpu. It helps while analyzing logs
@Override public String toString() { return "host: " + rmNode.getNodeAddress() + " #containers=" + getNumContainers() + " available=" + getAvailableResource().getMemory() + " used=" + getUsedResource().getMemory(); }