Skip to content

Follower Log Init

FOLLOWER_LOG_INIT - if the Log Subscription already exists, it moves to FOLLOWER_READY, otherwise it creates it, adds the Log endpoint as a destination, then moves to FOLLOWER_LOG_AWAIT

On Entry

Enters from FOLLOWER_REPLAY or FOLLOWER_CATCHUP. Its Log Recording is in sync with the leader, and it is ready to start processing live Log messages.

Description

As the summary says above... if the Log Subscription already exists, it moves to FOLLOWER_READY, otherwise it creates it, adds the Log endpoint as a destination, then moves to FOLLOWER_LOG_AWAIT.

On Exit

As above!