sky
sky
> ### Ⅰ. Issue Description > nginx: [emerg] invalid IPv6 address in resolver "[fe80::ded8:7cff:fe0d:2816%eth0]" in /opt/application/tengine-2.3.3/conf/nginx.conf:153 > > /etc/resolv.conf `# Generated by NetworkManager search lan nameserver 192.168.99.1 nameserver 240e:388:bd10:9a00:2276:93ff:fe49:6bff nameserver...
@hongyan1208 问题已经解决了吗?
> [root@centos7 /usr/local/nginx/sbin]# ./nginx nginx: [emerg] "dynamic_resolve" directive is not allowed here in /usr/local/nginx/conf/extra/tcp_3306.conf:2 @tencentminghuang Now, the `ngx_http_upstream_dynamic_module` is only supports context of `http` block.
> https://github.com/alibaba/tengine/blob/84703f5a90dcab1949a1a703e56972fa34d8615e/modules/ngx_http_upstream_vnswrr_module/ngx_http_upstream_vnswrr_module.c#L488 这个是为防止前面初始化的机器列表都是不可用的场景,所以需要在这个里面在进行下一轮的初始化。这里有对应的说明: https://github.com/alibaba/tengine/commit/691050f419f6b47b06ca8cbb4c3707fc83bdddd7#diff-5bc66c3f8b962811bb17602fa915ced048709e879aea9791b9a68625491e8203R485
@lizj3624 同步模式下Tengine需要去polling QAT里面的处理数据,所以在QAT处理数据的这段时间,相当于没有把CPU让出去做其它的事情。
@nathanjsweet
/re-open
Hi @mattklein123 I have made some updates based on your suggestion, can you help me reopen this PR? thx.
Hello, @mattklein123 I have merged the DSO functionality into the Go filter. Based on your suggestion we have added a complete working example based on this APIs and it can...
/retest