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
I did a test found Request distributed Uneven with consistent_hash method.
upstream test have two servers:
upstream test{
server 192.168.46.111:80;
server 192.168.46.110:80;
}
hash arguments is cid.
I use 10w cid to test.
I found that the request deliver to server 192.168.46.111:80 is about 89036 .
More than eighty percent
BUT i also test original nginx with consistent method,the number of request forward to two server is equality.
DO YOU encounter the same problem? OR What is wrong with me?
The text was updated successfully, but these errors were encountered:
I did a test found Request distributed Uneven with consistent_hash method.
upstream test have two servers:
upstream test{
server 192.168.46.111:80;
server 192.168.46.110:80;
}
hash arguments is cid.
I use 10w cid to test.
I found that the request deliver to server 192.168.46.111:80 is about 89036 .
More than eighty percent
BUT i also test original nginx with consistent method,the number of request forward to two server is equality.
DO YOU encounter the same problem? OR What is wrong with me?
The text was updated successfully, but these errors were encountered: