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

Create table procedure returns the incorrect table id #3200

Closed
WenyXu opened this issue Jan 19, 2024 · 0 comments · Fixed by #3232
Closed

Create table procedure returns the incorrect table id #3200

WenyXu opened this issue Jan 19, 2024 · 0 comments · Fixed by #3232
Labels
C-bug Category Bugs

Comments

@WenyXu
Copy link
Member

WenyXu commented Jan 19, 2024

What type of bug is this?

Incorrect result

What subsystems are affected?

MetaSrv

Minimal reproduce step

If two creating table procedures with the same table name and the If not exists option were executed concurrently, the procedure performed later will return an incorrect table id.

What did you expect to see?

The procedure executed later returns the table id of an existing table.

What did you see instead?

The procedure executed later returns the table id of a non-existing table.

What operating system did you use?

not matter

What version of GreptimeDB did you use?

0.6.0

Relevant log output and stack trace

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants