-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aarch64 Pika服务在客户端断开连接后客户端就无法再次连接 #1480
Comments
|
最新的 unstable 分支的代码尝试下,会不会有这个问题? |
@AlexStocks 把 3.4.0 3.4.1的tag删掉,总有人用,这俩版本一堆问题 |
要不把内容标记为不稳定,不推荐使用算了,删除总归不好吧? |
使用3.3.6或者unstable分支版本 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pika 3.4.1
Linux host 4.19.90-24.4.v2101.ky10.aarch64 #1 SMP Mon May 24 14:45:37 CST 2021 aarch64 aarch64 aarch64 GNU/Linux
使用redis客户端软件AnotherRedisDesktop可以正常连接Pika。但是只要有任意一个连接断开,服务就出错了,没有办法再次连接上pika服务,其他连接还在(在anotherredisdesktop中建立多个连接标签),在输出重定向文件中没有看见新的输出信息。
再次尝试调试,使用代码去连接,也是和anotherredisdesktop上的操作类似,通过php cli方式连接pika后,断开也是无法再次连接(read error on connection to xxx:6379 ... 当然,这是我代码里的报错),anotherredisdesktop 的报错提示是“Redis Client On Error: Error: write ECONNABORTED Config right?“
然后使用redis-cli进入连接,尝试排查问题,也是可以进入,随便写了一个key,然后进行查询:
异常情况就是使用redis命令时,一次正常(可以看到随便写的key),下一次报”Error: Server closed the connection“,变成not connected了,再一下命令又回到连接异常。X86的尝试了没这个问题。
The text was updated successfully, but these errors were encountered: