Parameter
|
Description
|
---|---|
Nodes
|
One or more solidDB ports that the node controller should monitor.
|
MaxRestarts
|
Number of consecutive restart attempts until the node is considered to be out-of-service.
The node controller does not attempt to restart nodes that have been identified as out-of-service.
Default value: 3
|
ConnectTimeout
|
Connect timeout (in milliseconds) for connecting to a monitored solidDB process.
Default value: 2000
|
ReadTimeout
|
Read timeout (in milliseconds) for receiving a reply from a monitored solidDB process.
Default value: 5000
|
MaxWaitBeforeKill
|
Maximum wait time in seconds after which a unresponsive node is considered to have failed and is forcefully restarted. Wait time starts when the first ConnectTimeout or ReadTimeout is reached.
Set value to -1 to disable the option.
Default value: -1
|