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

Refresh tableMeta when SQL throw a missing field exception #5292

Closed
slievrly opened this issue Feb 2, 2023 · 2 comments
Closed

Refresh tableMeta when SQL throw a missing field exception #5292

slievrly opened this issue Feb 2, 2023 · 2 comments
Labels
task: help-wanted Extra attention is needed

Comments

@slievrly
Copy link
Member

slievrly commented Feb 2, 2023

Why you need it?

Is your feature request related to a problem? Please describe in details
Refresh tableMeta when SQL throw a missing field exception

When SQL reports a missing field, refresh TableMeta information immediately. When the table structure information is changed during running, such as adding column A, Seata will throw an Exception when executing SQL for a period of time, resulting in unavailable services for a period of time. This is because tableMeta cache information is cached in memory periodically. When this exception occurs, tabelMeta information should be refreshed immediately.

How it could be?

A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.

@slievrly slievrly added the task: help-wanted Extra attention is needed label Feb 2, 2023
@robynron
Copy link
Contributor

robynron commented Feb 2, 2023

pls assign this to me😊

@funky-eyes
Copy link
Contributor

#4734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task: help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants