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

remove the partition state that is cached in the txn table. #21430

Merged
merged 10 commits into from
Feb 24, 2025

Conversation

gouhongshen
Copy link
Contributor

@gouhongshen gouhongshen commented Feb 20, 2025

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue ##21411

What this PR does / why we need it:

remove the partition state that is cached in the txn table.

If the txnTable.Reset() is called, the cached partition state will be changed between the compile and execution phases.

@mergify mergify bot added the kind/bug Something isn't working label Feb 20, 2025
@matrix-meow matrix-meow added the size/M Denotes a PR that changes [100,499] lines label Feb 20, 2025
@gouhongshen gouhongshen force-pushed the remove_txnTable_pStats_cache branch from 78a8a15 to be8b9fe Compare February 20, 2025 09:15
@mergify mergify bot merged commit b5a7d11 into matrixorigin:main Feb 24, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/M Denotes a PR that changes [100,499] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants