Skip to content

Commit 641e841

Browse files
committed
Update pr9885: update global config description
1 parent 7e8535c commit 641e841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/cluster/src/main/java/com/cloud/cluster/ClusterManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
public interface ClusterManager extends Manager {
2828
static final String ALERT_SUBJECT = "cluster-alert";
2929
final ConfigKey<Integer> HeartbeatInterval = new ConfigKey<Integer>(Integer.class, "cluster.heartbeat.interval", "management-server", "1500",
30-
"Interval to check for the heart beat between management server nodes", false);
30+
"Interval (in milliseconds) to check for the heart beat between management server nodes", false);
3131
final ConfigKey<Integer> HeartbeatThreshold = new ConfigKey<Integer>(Integer.class, "cluster.heartbeat.threshold", "management-server", "150000",
32-
"Threshold before self-fence the management server", true);
32+
"Threshold (in milliseconds) before self-fence the management server. The threshold should be larger than management.server.stats.interval", true);
3333

3434
/**
3535
* Adds a new packet to the incoming queue.

0 commit comments

Comments
 (0)