-
Notifications
You must be signed in to change notification settings - Fork 752
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
unexpected TableVersionMismatched
error in the execution of copy into
statement
#7943
Comments
For non-concurrent insertion of a table like the above scenario, no |
FuseTable::commit_to_meta_server(
ctx.as_ref(),
&self.table_info,
&self.meta_location_generator,
new_snapshot,
)
.await In let req = UpdateTableMetaReq {
table_id,
seq: MatchSeq::Exact(table_version),
new_table_meta,
}; So, if we commit twice, will we meet |
turns out, before table commit, pls note the and the execution of @lichuang please correct me I'm mistaken here thus, later when the pipeline is executed, the version of the table that commits working on, is staled. Not sure how to fix it yet, @youngsofun @lichuang any suggestions? |
Any progress/suggestions? cc @lichuang |
reopen this issue for #8307 has been reverted. |
I deleted local
./databend
andtestbucket/admin/1
on minioOriginally posted by @youngsofun in #7903 (comment)
The text was updated successfully, but these errors were encountered: