louislivi / SMProxy

Swoole MySQL Proxy 一个基于 MySQL 协议,Swoole 开发的MySQL数据库连接池。 A MySQL database connection pool based on MySQL protocol and Swoole.
https://smproxy.louislivi.com
MIT License
1.78k stars 258 forks source link

swoole.log 时常出现连接被关闭的情况 #78

Closed qinlodestar closed 3 years ago

qinlodestar commented 4 years ago

Describe Your Environment (描述你的环境)

Actual Behavior (实际行为)

swoole.log 有以下报警 [2020-07-09 23:05:47 *23016.1] NOTICE swFactoryProcess_finish (ERRNO 1004): send 16060 byte failed, because connection[fd=8531] is closed

...

More Information (更多信息)

...

louislivi commented 4 years ago

这种情况是swoole检测到客户端已经断开连接,无法发送数据的警告。可以忽略。

qinlodestar commented 4 years ago

有正常的请求已经报错了

louislivi commented 3 years ago

可以尝试更新swoole 版本进行解决。