Structsยง
- Datanode
Heartbeat ๐DatanodeHeartbeat
represents the heartbeat signal sent from a datanode. It includes identifiers for the cluster and datanode, a list of regions being monitored, and a timestamp indicating when the heartbeat was sent. - Heartbeat
Acceptor ๐HeartbeatAcceptor
forwards heartbeats toRegionSupervisor
. - Controller for managing failure detectors for regions.
- The
RegionSupervisor
is used to detect Region failures and initiate Region failover upon detection, ensuring uninterrupted region service. - A background job to generate
Event::Tick
type events.
Enumsยง
- Event ๐
Event
represents various types of events that can be processed by the region supervisor. These events are crucial for managing state transitions and handling specific scenarios in the region lifecycle.
Constantsยง
- The default tick interval.