Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Cluster Service is used to operate a passive cluster of JOC Cockpit instances and to perform fail-over and switch-over operations between cluster members.
  • All other JS7 - Services depend on the Cluster Service in order to be started start them for the active JOC Cockpit instance.

...

Location

  • The "Settings" menu is available can be accessed in the JOC Cockpit GUI.

Configuration Items

SectionSettingDefaultRequiredPurpose
clusterheart_beat_exceeded_interval60noThe duration in seconds to signal that heartbeats from an active cluster member to the database did not arrive in time and that fail-over to the next passive cluster member should occur.

polling_interval30noThe interval in seconds between sending heartbeats to the database.

polling_wait_interval_on_error2noThe interval in seconds to continue polling after an error has occurred, e.g. due to transactional concurrency etc.

switch_member_wait_counter_on_success10noThe number of retries to wait for the answer from the last active cluster member after its deactivation/activation.

switch_member_wait_interval_on_success5no

The maximum number of seconds to wait for a cluster member to become active.

max wait time = switch_member_wait_counter_on_success * switch_member_wait_interval_on_success +  execution time


switch_member_wait_counter_on_error10noThe maximum number of retries in case of errors, e.g. due to transactional concurrency etc., to switch the cluster to a different member.

switch_member_wait_interval_on_error2no

The maximum number of seconds to wait for a cluster member to become active after an error.

max wait time = switch_member_wait_counter_on_error*switchMemberWaitIntervalOnError+ execution time


current_is_cluster_membertruenoEnable cluster to switch to this instance.

...