-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
CREATE TABLE leaves /tmp/presto-{USER}/xxx #4868
Labels
bug
Something isn't working
Comments
I found the cause of this behavior. It's still happening from Trino 355. EDIT: This was not the cause. See the following comment. How to reproduce:
Example:
and fails with
then the /tmp/presto-{USER}/xxx directory is created but not removed.
|
EDIT: It's Reproduce steps:
|
fixed by: #14830 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
While using Presto, I found 1 million of
/tmp/presto-{USER}/xxx
directories and my Hadoop namenode is complaining about it:The directory item limit of /tmp/presto-**** is exceeded
.It seems something went wrong and the directory is not cleaned up.
Presto version
331
How to reproduce
Actually, no idea.
Not sure but we have many Presto query failures in some circumstances including when upgrading and restarting Presto, Hive fails to write HDFS (due to heavy IO), Presto worker fails (OOM is observed). So that could be a reason maybe?
ref: Slack thread link
The text was updated successfully, but these errors were encountered: