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: change some fields type of TableMetaCache to avoid integer overflow #5772

Merged
merged 5 commits into from
Aug 9, 2023

Conversation

robynron
Copy link
Contributor

@robynron robynron commented Aug 9, 2023

TableMetaCache中,某些filedCARDINALITYMySQLjdbc中类型定义不一致,可能会导致Integer类型溢出,需要修改二者为一致类型。
image

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

Fixes #5761

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

changes/en-us/develop.md Outdated Show resolved Hide resolved
@slievrly slievrly changed the title bugfix[sync to 2.x release]: change some fields type of TableMetaCache to avoid integer overflow bugfix: change some fields type of TableMetaCache to avoid integer overflow Aug 9, 2023
Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

@slievrly slievrly merged commit 5b920e8 into apache:2.x Aug 9, 2023
6 checks passed
@slievrly slievrly added this to the 2.0.0 milestone Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

seata1.7在获取表索引基数时,由于我们表数据量太大,超过了int最大值
2 participants