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
Current implementation of copying segment from remote store ignores the checksum mismatch for segments between replica and remote store. In case the checksum is different, we simply re-download the file.
Keeping parity with existing segment replication behaviour, we need to exit exceptionally if there segments mismatch.
The text was updated successfully, but these errors were encountered:
Current implementation of copying segment from remote store ignores the checksum mismatch for segments between replica and remote store. In case the checksum is different, we simply re-download the file.
Keeping parity with existing segment replication behaviour, we need to exit exceptionally if there segments mismatch.
The text was updated successfully, but these errors were encountered: