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

handle autoid when table is evicted #52150

Closed
Tracked by #50959
tiancaiamao opened this issue Mar 27, 2024 · 1 comment
Closed
Tracked by #50959

handle autoid when table is evicted #52150

tiancaiamao opened this issue Mar 27, 2024 · 1 comment

Comments

@tiancaiamao
Copy link
Contributor

tiancaiamao commented Mar 27, 2024

Those test cases failed because infoschema v2 does not handle autoid well now:

[FAIL]  pkg/ddl/tests/partition TestRemovePartitioningAutoIDs
[FAIL]  pkg/executor/test/ddl TestRenameMultiTables
[FAIL]  pkg/ddl TestRenameConcurrentAutoID
[FAIL]  pkg/executor/test/seqtest TestAdminShowNextID
[FAIL]  pkg/ddl TestRenameTableAutoIDs
[FAIL]  pkg/executor/test/ddl TestRenameTable
[FAIL]  pkg/executor/test/autoidtest TestFilterDifferentAllocators
[FAIL]  pkg/disttask/framework/handle TestHandle
[FAIL]  pkg/disttask/framework/storage TestSubTaskTable

When infoschema reload, or table evict and reload, the cached auto IDs are gone, so the ID jump forward.

@tiancaiamao tiancaiamao mentioned this issue Mar 27, 2024
14 tasks
@tiancaiamao
Copy link
Contributor Author

Close by #52151

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

No branches or pull requests

1 participant