Closed filtercomp closed 2 years ago
fair模块是第三方模块,需要额外的patch,这个patch很就以前了,我怀疑已经失效了: https://github.com/yaoweibin/nginx_upstream_check_module/blob/master/upstream_fair.patch
filterComp @.***> 于2022年8月1日周一 16:54写道:
我试了很多版本,只要配置了fair,下面的check主动健康检查策略就不生效了,配置放下面,有有没有人知道,如果注释了fair日志里就会刷主动健康检查的信息
upstream test_fair { fair; server 10.0.43.9:7080; server 10.0.43.11:7080; check fall=2 interval=60000 rise=1 timeout=30000 type=http; }
— Reply to this email directly, view it on GitHub https://github.com/yaoweibin/nginx_upstream_check_module/issues/260, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABFRGPNAVJJEBRFZAFWDCLVW6GDZANCNFSM55GX3PPA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
提示找不到要修补的文件,那现在就没办法在使用check的同时使用fair了吗
提示找不到要修补的文件,那现在就没办法在使用check的同时使用fair了吗
是的,需要新的patch才行。
filterComp @.***> 于2022年8月2日周二 16:01写道:
提示找不到要修补的文件,那现在就没办法在使用check的同时使用fair了吗
— Reply to this email directly, view it on GitHub https://github.com/yaoweibin/nginx_upstream_check_module/issues/260#issuecomment-1202151291, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABFRGII7L566L2CY4AQHI3VXDIVNANCNFSM55GX3PPA . You are receiving this because you commented.Message ID: @.***>
我试了很多版本,只要配置了fair,下面的check主动健康检查策略就不生效了,配置放下面,有有没有人知道,如果注释了fair日志里就会刷主动健康检查的信息
upstream test_fair { fair; server 10.0.43.9:7080; server 10.0.43.11:7080; check fall=2 interval=60000 rise=1 timeout=30000 type=http; }