Versions Compared

Key

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

The <MB_HOME>/repository/conf/hazelcast.properties file is used to configure Hazlecast parameters which affect the performance of your MB cluster. The configurable parameters are as follows.

Element NameDescriptionTypeDefault ValueNotes
hazelcast.max.no.heartbeat.secondsThe maximum time period that should elapse between pings received from a worker node in an MB cluster before acknowledging that worker node to be dead. This parameter prevents the allocation of resources to inactive worker nodes, thereby avoiding unnecessary system overheads.Integer600This value is specified in seconds.
hazelcast.shutdownhook.enabled

This parameter specifies whether the Hazelcast shutdown hook is enabled or not.

When the shut down hook is enabled, Hazelcast is able to forcibly shut down a worker nodes identified as dead nodes based on the hazelcast.max.no.heartbeat.seconds parameter.

BooleanfalseThis parameter is not configurable.