RodrigoDLopez commented on a change in pull request #5588:
URL: https://github.com/apache/cloudstack/pull/5588#discussion_r778195353



##########
File path: framework/cluster/src/main/java/com/cloud/cluster/ClusterManager.java
##########
@@ -53,19 +62,44 @@
 
     void registerDispatcher(Dispatcher dispatcher);
 
+    /**
+     * register a listener for incoming status changes of ManagementServers
+     *
+     * @param administrator the object administrating statusses

Review comment:
       typo.

##########
File path: 
framework/cluster/src/main/java/com/cloud/cluster/dao/ManagementServerHostDao.java
##########
@@ -47,7 +47,12 @@
 
     List<ManagementServerHostVO> listBy(ManagementServerHost.State... states);
 
-    public List<Long> listOrphanMsids();
+    /**
+     * actually lists msids for whihc hosts are orphaned, i.e. misids that 
hosts refer as their owning ms whilst no mshost entry exists with those msids

Review comment:
       typo.
   




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

To unsubscribe, e-mail: [email protected]

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


Reply via email to