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
Do not depend on folly::Hash values stability in OriginalClientHashRoute
Summary:
We are planning to randomize values of `folly::Hash` between binary
invocations. Seems like `OriginalClientHashRoute` relies on the values to be
stable.
Use `folly::hash::SpookyHashV2::Hash64` with fixed seed instead of
`folly::Hash` to preserve old semantic.
Reviewed By: yfeldblum
Differential Revision: D79348475
fbshipit-source-id: e01e90b1e18713a2e44e187d4e4d4570daffc667
0 commit comments