alibaba / tengine

A distribution of Nginx with some advanced features
https://tengine.taobao.org
BSD 2-Clause "Simplified" License
12.84k stars 2.52k forks source link

ngx_http_upstream_check_module dead question #1487

Open juyunsang opened 4 years ago

juyunsang commented 4 years ago

Question

I ran a stress test. There was no error in killing one of the upstream during the stress test. Is it because ngx_http_upstream_check_module retry request another upstream when there is error upstream? please reply this question

shezhua commented 3 years ago

./configure --add-module=./modules/ngx_http_upstream_vnswrr_module/ \ --add-module=./modules/ngx_http_upstream_check_module/ \ --add-module=./modules/ngx_http_upstream_consistent_hash_module/