You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Permission denied in local mode when files are created by the running job. This occurs on the ProcessingOutput volumes when attempting to clean up. The job doesn't exit cleanly.
I added some instrumentation and the problem isn't deleting the file, the permission denied comes from the earlier line when the file is uploaded to s3
Describe the bug
Permission denied in local mode when files are created by the running job. This occurs on the
ProcessingOutput
volumes when attempting to clean up. The job doesn't exit cleanly.Fix is here:
#3017
To reproduce
Write a file to a mounted docker volume as a non-root user using local mode.
Expected behavior
Try except the error.
Screenshots or logs
System information
A description of your system. Please provide:
Additional context
Add any other context about the problem here.
~local mode
The text was updated successfully, but these errors were encountered: