-
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
新版3.5.3无法执行info all #2558
Comments
Title: New version 3.5.3 cannot execute info all |
看下是不是整个实例的其他命令也hang住了。这边没有复现 |
Check to see if other commands in the entire instance are also hung. There is no recurrence here |
目前发现,在有数据量的情况下,执行info keyspace 1之后再执行info all 会卡住很久。 |
At present, it is found that when there is a large amount of data, executing info keyspace 1 and then executing info all will get stuck for a long time. |
如果数据量在 100 GiB 之上,info 命令执行很久也很正常,应为 Pika 会到磁盘上扫盘进行计算 |
If the data volume is above 100 GiB, it is normal for the info command to take a long time to execute. This is because Pika will scan the disk for calculation. |
已经修复了 |
Already fixed |
Is this a regression?
Yes
Description
执行info all会hang住,信息无法返回。
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
No response
Please provide the version you discovered this bug in (check about page for version information)
Anything else?
No response
The text was updated successfully, but these errors were encountered: