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
Describe the bug
While working on #3881, identified couple of issues
During primary shard recovery, the force segment sync call use default codec implementation vs codec defined in engine config. This is problematic when non-default Lucene codec is used and will fail codec specific validations on primary
Target sends back ReplicationCheckpoint received from primary. This is problematic as primary performs validations on this received replication checkpoint from replica shard (e.g. recently we started comparing codec names for bwc).
Expected behavior
During force segment sync, the replica/target should send the codec defined in engine config.
Send replication checkpoint derived from replica shard.
Describe the bug
While working on #3881, identified couple of issues
Expected behavior
Thanks @mch2 for figuring out
The text was updated successfully, but these errors were encountered: