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
I expect fs.move to be a leak-free command. I move the file and no open file descriptor should be left behind.
When uploading files and moving them around while monitoring the open fds per process, I noticed that the target/final file location has open file descriptor. This results in hitting the max fds allowed by OS pretty fast.
The text was updated successfully, but these errors were encountered:
I expect
fs.move
to be a leak-free command. I move the file and no open file descriptor should be left behind.When uploading files and moving them around while monitoring the open fds per process, I noticed that the target/final file location has open file descriptor. This results in hitting the max fds allowed by OS pretty fast.
The text was updated successfully, but these errors were encountered: