[YSQL] Eliminate Catalog Version Mismatch error #7831
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
roadmap-tracking-issue
This issue tracks a major roadmap item, and usually appears in the roadmap list.
Milestone
Jira Link: DB-2367
Currently, DDL operations always conflict with concurrent DML transactions and can lead to a
Catalog Version Mismatch
error.This will be fixed in two stages.
Stage 1
Minimize the error cases by only conflicting when the DDL and the DML transaction affect the same data (tablets).
Stage 2
For conflicts (DDL and DML transaction affect same data) wait instead of throwing a "Catalog Version Mismatch" error.
The text was updated successfully, but these errors were encountered: