DaanHoogland commented on a change in pull request #5588:
URL: https://github.com/apache/cloudstack/pull/5588#discussion_r736348541
##########
File path: framework/cluster/src/main/java/com/cloud/cluster/ClusterManager.java
##########
@@ -21,27 +21,36 @@
import com.cloud.utils.component.Manager;
+/**
+ * the definition of the framework for inter MS communication
+ */
public interface ClusterManager extends Manager {
static final String ALERT_SUBJECT = "cluster-alert";
final ConfigKey<Integer> HeartbeatInterval = new
ConfigKey<Integer>(Integer.class, "cluster.heartbeat.interval",
"management-server", "1500",
"Interval to check for the heart beat between management server
nodes", false);
final ConfigKey<Integer> HeartbeatThreshold = new
ConfigKey<Integer>(Integer.class, "cluster.heartbeat.threshold",
"management-server", "150000",
"Threshold before self-fence the management server", true);
+ /**
+ * adds a new pakket to the incoming queue
Review comment:
:) Dutch spelling
--
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]