joyieldInc / predixy

A high performance and fully featured proxy for redis, support redis sentinel and redis cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行期间频繁报错,会导致server直接抛出ERR server connection close

hg926 opened this issue · comments

commented

2023-03-27 07:43:49.587760 W ConnectConnection.cpp:133 h 1 s 10.220.33.151:6379 169 read error Resource temporarily unavailable
2023-03-27 07:43:49.587786 E Handler.cpp:438 h 1 s 10.220.33.151:6379 169 will be close with status 2 End
2023-03-27 07:43:49.587793 N Handler.cpp:276 h 1 close s 10.220.33.151:6379 169 and c None -1 with status 2 End

commented

有的时候是event error,看了源码,read数据回包异常后会直接把sent send中的东西全都丢掉,然后返回客户上面的报错,为啥不加下重试机制

这个有人解决吗,我也遇到了,