Skip to content

Drop randomization_seed from database load balancing log messages

Stan Hu requested to merge sh-drop-random-seed-field-log into master

What does this MR do and why?

Random.new_seed returns a very large integer, which can't be serialized into a gRPC 32-bit integer. Drop this from the logs since it doesn't add a lot of value.

Relates to #496707 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports

Loading