Go to documentation repository
Page History
By default, failover the Failover system nodes use all available network interfaces.
To limit the number of the used network interfaces, do the following:
Locate the file CAdd the following parameter to the C:\Program Files\AxxonSoft\RaftLauncherAxxonNext\bin\currentraft\raft-settings.xml and add a new parameterfile:
Code Block <item key="NGP_IFACE_WHITELIST">172.17.0.0/16</item>
Use the following settings interfaces setting format: "IP-address1/number of unit bits in the mask, IP-address2/number of unit bits in the mask".
By default, the stale mode is activated to reduce the network traffic and the load on the CPU. In this mode, any Server in the Failover system can process queries, regardless of whether it is the master Server.
To disable the stale mode, do the following:
Change the value of the following parameter to 0 in the C
Add the same parameter to another file: C:\Program Files\AxxonSoft\AxxonNext\bin\raft\raft-settings.xml file:
Code Block <item key="SVISOR_CONSUL_STALE_MODE_THRESHOLD_MS">0</item>
To activate the stale mode, change the value of the parameter to 200 in the file.
Info | ||
---|---|---|
| ||
Effective work in the stale mode is performed in the clusters with a large number of added Servers. |