alibaba / tengine

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

bug: 日志文件出现"async del conn epoll_ctl",文件fd出现泄漏吗? #1932

Open lastpepole opened 2 months ago

lastpepole commented 2 months ago

Ⅰ. Issue Description

QAT_Engine-0.6.19 ,QAT驱动:QAT.L.4.23.0-00001,OpenSSL 1.1.1w

使用tengine+qat硬件卸载时,客户端发起一次HTTPS请求,tengine的logs/error.log都会打印一条如下日志: 2024/04/16 19:20:37 [alert] 38566#0: 408 async del conn epoll_ctl(2, 21) failed (9: Bad file descriptor) while closing request, ... 2024/04/16 19:20:37 [alert] 38566#0: 410 async del conn epoll_ctl(2, 22) failed (9: Bad file descriptor) while closing request, ... 2024/04/16 19:20:37 [alert] 38566#0: *409 async del conn epoll_ctl(2, 30) failed (9: Bad file descriptor) while closing request,...

Ⅱ. Describe what happened

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

1. 2. 3.

Ⅴ. Anything else we need to know?

  1. If applicable, add nginx debug log doc.

Ⅵ. Environment:

lastpepole commented 1 month ago

@lianglli 请问下,这个问题是否能帮忙分析呢?