Versions Compared

Key

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

PlantUML
Requestor -> Replica: profile update (initializing)
Requestor -> Source: profile update (initializing)
Replica-> Requestor: events
note right: The profile update tells all members to start sending new events to the source
Requestor -> Replica: state flush
Replica -> Source: state flush
note right: The state flush ensures that the source has seen all events from other replicas
Requestor -> Source: Request initial image
loop
Source -> Requestor: Initial image chunks
note right: Initial image chunks will not override the values of entries already in the requestor's region
Requestor -> Source: Flow control permits
note right: GII uses a sliding window to control the amount of data in flight
end
Requestor -> Replica: profile update (initialized)
Requestor -> Source: profile update (initialized)