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
We currently have a bug where replicas are attempting to replicate to checkpoints they are already on. This is because updating the processedLocalCheckpoint on replicas is ignored. We currently attempt to increment the sequence number here.
This bug can be observed by turning on debug logging and observing the checkpoints receive in IndexShard.onNewCheckpoint.
The text was updated successfully, but these errors were encountered:
We currently have a bug where replicas are attempting to replicate to checkpoints they are already on. This is because updating the processedLocalCheckpoint on replicas is ignored. We currently attempt to increment the sequence number here.
This bug can be observed by turning on debug logging and observing the checkpoints receive in
IndexShard.onNewCheckpoint
.The text was updated successfully, but these errors were encountered: