Skip to content

Gracefully handle malformed deduplication key in Redis

Stan Hu requested to merge sh-handle-malformed-redis-cookie into master

What does this MR do and why?

!101925 (merged) changed the serialization format of the deduplication key in Redis from a standard string to a MessagePack-encoded string. If you had upgraded from a previous version and ran tests, it's likely that the current format can't be unpacked by MessagePack. To deal with this situation gracefully, just delete the key and consider it empty.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports