Cluster Settings
KEY | Type | Default | Description |
---|---|---|---|
CC_CLUSTER_NAME |
String |
|
The cluster name. |
CC_CLUSTER_JGROUPS_CONFIG |
String |
|
The path to the JGroups config file. |
CC_CLUSTER_JGROUPS_PREFER_IPV4 |
Boolean |
|
Whether IPv4 is preferred. Otherwise IPv6 is used. |
CC_CLUSTER_JGROUPS_BIND_PORT |
Integer |
|
The port to bind JGroups |
CC_CLUSTER_JGROUPS_BIND_ADDR |
String |
|
The IP address to bind JGroups. |
CC_CLUSTER_JGROUPS_EXT_ADDR |
String |
|
The address under which other nodes can find the local one. |
CC_CLUSTER_JGROUPS_TCP_INITIAL_HOSTS |
String |
|
The initial hosts to check for an existing cluster. |
CC_CLUSTER_JGROUPS_HOSTNAME |
String |
`empty` |
Override the hostname for the cluster. |
CC_CLUSTER_TASK_TIMEOUT |
Integer |
|
The amount of hours to remove tasks from the cluster. |
CC_ARBITER_NODE |
Boolean |
|
If the local node should run as an arbiter node. |