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
Summary:
It could happen that RPC call response could be corrupted on lower layers.
Which could lead to data actual corruption.
To avoid this we add CRC checksum like it was already done for RPC requests to filter out such responses.
**Upgrade/Rollback safety:**
Changed CRC field ids, so different versions would not see CRC from each other.
So CRC would not be checked between old and new version.
Jira: DB-18359
Test Plan: Jenkins
Reviewers: mlillibridge
Reviewed By: mlillibridge
Subscribers: kannan, hbhanawat, rthallam, ybase
Tags: #jenkins-ready
Differential Revision: https://phorge.dev.yugabyte.com/D46647
0 commit comments