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

Possible fd/socket leak? #200

Open
prologic opened this issue May 20, 2015 · 0 comments
Open

Possible fd/socket leak? #200

prologic opened this issue May 20, 2015 · 0 comments

Comments

@prologic
Copy link

Is it possible that the current design of fs.s3fs can lead to fd leaks?

Currently the s3 connections are mane on demand via two properties:

In a use-case of a long-running process utilzing fs as an abstracted file system over S3; this can probably lead to fd/socket leaks. At least in my initial testing it leaves the underlying socket in a CLOSE_WAIT state and doesn't seem tto be garbage collected and cleaned up.

Can anyone confirm this behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant