As mentioned in #8567, weights larger than the default (1) are required to get a good distribution of queries with our consistent hashing implementation. We should either automatically raise any value lower than 100 when chash is in use, or at least issue a warning about that.
The text was updated successfully, but these errors were encountered:
Short description
As mentioned in #8567, weights larger than the default (1) are required to get a good distribution of queries with our consistent hashing implementation. We should either automatically raise any value lower than 100 when
chash
is in use, or at least issue a warning about that.The text was updated successfully, but these errors were encountered: