CodisLabs / jodis

A java client for codis based on Jedis and Curator
MIT License
217 stars 97 forks source link

jodis 连接池是直接发送 RST 的? #42

Closed ms2008 closed 5 years ago

ms2008 commented 7 years ago

我抓包分析到好像不是通过正常的 FIN 握手来完成?直接 RST,这么粗暴?

rst

Apache9 commented 7 years ago

啥意思?你是说关连接的时候吗? jodis就是直接用的jedis的连接池,不是自己实现的。

ms2008 commented 7 years ago

是的,proxy 日志看到发了 quit,但是却观察不到 TIME_WAIT,抓包显示全是 RST

takeseem commented 6 years ago

你意思是codis上的close问题?