DaanHoogland commented on a change in pull request #4959:
URL: https://github.com/apache/cloudstack/pull/4959#discussion_r625098901



##########
File path: 
server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
##########
@@ -238,17 +238,20 @@
     private boolean _sslEnabled = false;
     private String _consoleProxyUrlDomain;
 
-    // global load picture at zone basis
     private SystemVmLoadScanner<Long> _loadScanner;
-    private Map<Long, ZoneHostInfo> _zoneHostInfoMap; // map <zone id, info 
about running host in zone>
-    private Map<Long, ConsoleProxyLoadInfo> _zoneProxyCountMap; // map <zone 
id, info about proxy VMs count in zone>
-    private Map<Long, ConsoleProxyLoadInfo> _zoneVmCountMap; // map <zone id, 
info about running VMs count in zone>
+    private Map<Long, ZoneHostInfo> _zoneHostInfoMap;
+    private Map<Long, ConsoleProxyLoadInfo> _zoneProxyCountMap;
+    private Map<Long, ConsoleProxyLoadInfo> _zoneVmCountMap;

Review comment:
       you are taking a radical aproach to my comment. I applaud you for that 
:clap: .  I'll run the smoke tests again just to be sure.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to