More properly guard against concurrent schemaless table creations and alterations #1716
Labels
A-frontend
Involves code in the Frontend node
C-enhancement
Category Enhancements
good first issue
Good for newcomers
What type of enhancement is this?
Refactor
What does the enhancement do?
Now the schemaless table creations and alterations are run concurrently (introduced by #1687 ). This could cause some issues when running concurrently. For example, unique table ids are wasted, or unnecessary calls to Metasrv. We should properly guard against it in Frontend.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: