Skip to content
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

bugfix: optimize redis limit and fix redis page bug #4449

Merged
merged 110 commits into from
Mar 31, 2022

Conversation

doubleDimple
Copy link
Contributor

@doubleDimple doubleDimple commented Mar 8, 2022

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

1:优化redis配置默认查询条数后,均衡查询每个key显示的数据,
2:解决redis分页查询,不再使用模糊key的方式匹配,修改为通过statusKey的方式查询
3:解决控制台redis分页查询,偶尔出现分页数据不准确

Ⅱ. Does this pull request fix one issue?

fixes #4463

Ⅲ. Why don't you add test cases (unit test/integration test)?

yes ,see RedisTransactionStoreManagerTest

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

doubleDimple and others added 30 commits January 3, 2022 15:01
# Conflicts:
#	core/src/main/java/io/seata/core/console/result/PageResult.java
#	server/src/main/java/io/seata/server/storage/SessionConverter.java
Copy link
Contributor

@lightClouds917 lightClouds917 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lightClouds917
Copy link
Contributor

lightClouds917 commented Mar 28, 2022

countByClobalSesisons ->countByGlobalSessions

@funky-eyes funky-eyes merged commit cdb3f50 into apache:develop Mar 31, 2022
@doubleDimple doubleDimple deleted the optimize_redisLimit_redisPage branch March 31, 2022 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/server server module type: bug Category issues or prs related to bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

redis mode console query globalSession error
5 participants