-
Notifications
You must be signed in to change notification settings - Fork 753
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
databend-query error start with Storageunavailable. Code: 39901, Text = can't clean temp dir:Permission denied (os error 13) #17080
Comments
|
databend/src/query/config/src/config.rs Lines 3023 to 3030 in 7548f99
|
The current configuration of local spill is a bit complicated.
When enabled, it removes spill_local_disk_path as a backing mechanism for space cleanup. Is there a best practice to make these logics a bit more standardized? |
It might be a good idea to keep the separate. |
update in #17103 |
Summary
Databend Query start failure, caluse: Storageunavailable. Code: 39901, Text = can't clean temp dir:Permission denied (os error 13)
This hint is a little confusing what is it.
The text was updated successfully, but these errors were encountered: