You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With issue #2927, ReplicationCheckpoints will be received and passed to IndexShards for processing.
Shards should receive these requests and:
Compute the existing checkpoint and validate against the requested checkpoint. Dedupe incoming requests & ensure we are processing one checkpoint at a time.
Process the checkpoint by kicking off a new replication event.
Handle replication failure.
A version of this logic is implemented in the feature branch here, but needs to be revisited and PR'd to main. This is an effort to cut the merge into smaller digestible chunks. This can trigger an empty start method inside of a service class.
The text was updated successfully, but these errors were encountered:
With issue #2927, ReplicationCheckpoints will be received and passed to IndexShards for processing.
Shards should receive these requests and:
A version of this logic is implemented in the feature branch here, but needs to be revisited and PR'd to main. This is an effort to cut the merge into smaller digestible chunks. This can trigger an empty start method inside of a service class.
The text was updated successfully, but these errors were encountered: