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

Potential Process Leak [JIRA: RIAK-2227] #224

Open
ian-mi opened this issue Oct 14, 2015 · 2 comments
Open

Potential Process Leak [JIRA: RIAK-2227] #224

ian-mi opened this issue Oct 14, 2015 · 2 comments

Comments

@ian-mi
Copy link
Contributor

ian-mi commented Oct 14, 2015

There appears to be a potential process leak when a bitcask_file process is unable to open a file. When this occurs, the process will return an error to the caller of file_open, but will not shut itself down. bitcask_file:file_open will simply return this error to the caller without stopping the bitcask_file process. A simple solution would be to change the error reply to an exit.

@Basho-JIRA Basho-JIRA changed the title Potential Process Leak Potential Process Leak [JIRA: RIAK-2227] Oct 14, 2015
@ksauzz
Copy link

ksauzz commented Nov 26, 2015

I faced this issue at ZD#12688, but I didn't identify what makes bitcask_file:file_open/2 fail.

@llelf
Copy link

llelf commented Feb 13, 2019

should this be closed? a35d6d6

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

No branches or pull requests

4 participants