We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
v3.8.3-patch.4
Linux (AMD)
Source Code Deployment
Func batchGetCache2 (pkg/common/storage/cache/redis/batch.go) has a bug in loop querying the database:
batchGetCache2
Tips: RocksCache’s default empty expiration is 60s, so many empty results may penetrate to the DB.
The text was updated successfully, but these errors were encountered:
fix: the loop querying the db in func batchGetCache2 (openimsdk#3301)
dbdce48
8cd57d6
withchao
Successfully merging a pull request may close this issue.
OpenIM Server Version
v3.8.3-patch.4
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
Func
batchGetCache2
(pkg/common/storage/cache/redis/batch.go) has a bug in loop querying the database:Tips: RocksCache’s default empty expiration is 60s, so many empty results may penetrate to the DB.
Screenshots Link
The text was updated successfully, but these errors were encountered: