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
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.
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Potential Process Leak
Potential Process Leak [JIRA: RIAK-2227]
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.
The text was updated successfully, but these errors were encountered: