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 #3110, ReplicationCheckpoints will be validated and sent for processing by onNewCheckpoint(). But if a new checkpoint is received to replica shard while previous checkpoint is in progress, the new checkpoint should be replayed after processing current checkpoint. This implementation is not present currently.
The scope of this issue is to:
Store Latest received checkpoints for every replica shard.
Implement an Async task that will replay onNewCheckpoint() on a replica shard, whenever new checkpoint is received.
The text was updated successfully, but these errors were encountered:
Rishikesh1159
changed the title
Implement Replaying on new checkpoints received by replica shard
[Segment Replication] Implement Replaying on new checkpoints received by replica shard
Dec 16, 2022
With issue #3110, ReplicationCheckpoints will be validated and sent for processing by onNewCheckpoint(). But if a new checkpoint is received to replica shard while previous checkpoint is in progress, the new checkpoint should be replayed after processing current checkpoint. This implementation is not present currently.
The scope of this issue is to:
The text was updated successfully, but these errors were encountered: