xiaoxuanzi

Results 5 issues of xiaoxuanzi

#### I understand that upstream_contacts means the count of contacts upstream server. I found that upstream_contacts is always 0, so I modified it.

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...

I know how to add upstream server in consul in README: key: upstreams/node-dev.example servers: {"enable": true, "servers": [{"host": "127.0.0.1","port": 8001,"weight": 1,"max_fails": 6,"fail_timeout": 30}]} But i don not know how to...

Hi: I found a error: upstream test have two servers: ` upstream test{ server 192.168.46.111:80; server 192.168.46.110:80; } ` if upstream use consistent_hash method, if one of upstream server is...

Hello I use the function get_upstreams to output all the named upstream groups. I found a strange situation. In our online environment, most of the displayed upstream names have port...