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

bug: it occurs "entity not found" error when executing select sql from a transient table by mysql jdbc #7987

Open
1 of 2 tasks
Tracked by #7823
jackjoesh opened this issue Sep 30, 2022 · 0 comments
Open
1 of 2 tasks
Tracked by #7823
Labels
C-bug Category: something isn't working stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed

Comments

@jackjoesh
Copy link

jackjoesh commented Sep 30, 2022

Search before asking

  • I had searched in the issues and found no similar issues.

Version

v0.8.52

What's Wrong?

when execute select sql(also execute insert sql concurrently) from a transient table by mysql jdbc, it occurs current exception:

displayText = entity not found (object error: (op: stat, path: 1/162863/_ss/4c15f8d5f65149c0b98381b8b525ef5b_v1.json, source: status code: 404

but this json file not exists on s3:
image

you can find detail exception log in this attachment:
exception.log

How to Reproduce?

create TRANSIENT table

use sql "select * from table where useid='*****' "

execute query by "mybatis->jdbc->databend"(also execute insert sql concurrently)

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@jackjoesh jackjoesh added the C-bug Category: something isn't working label Sep 30, 2022
@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Projects
None yet
Development

No branches or pull requests

1 participant