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
If ConsistentHashPercentageBucketer has a key_whitelist, calling flag.is_enabled() without providing the key as the condition will always result in a consistent score of 0.32 from hashing an empty dictionary. I would expect this to feature to always be enabled instead of it being based on the % given to the bucket.
If
ConsistentHashPercentageBucketer
has akey_whitelist
, callingflag.is_enabled()
without providing the key as the condition will always result in a consistent score of 0.32 from hashing an empty dictionary. I would expect this to feature to always be enabled instead of it being based on the % given to the bucket.Example:
The text was updated successfully, but these errors were encountered: