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

ERT leaves behind socket files in /tmp folder #9666

Open
3 of 9 tasks
larsevj opened this issue Jan 6, 2025 · 1 comment
Open
3 of 9 tasks

ERT leaves behind socket files in /tmp folder #9666

larsevj opened this issue Jan 6, 2025 · 1 comment
Labels

Comments

@larsevj
Copy link
Contributor

larsevj commented Jan 6, 2025

What happened? (You can include a screenshot if it helps explain)

Probably after the introduction of ZMQ, it now sometimes happen that not all the socket files are properly cleaned up afterwards. Might happen if ERT crashes or similar.

srwxrwxr-x   1 levje levje    0 Jan  2 11:05 socket-fed5f77d

What did you expect to happen?

Expected ERT to clean up all files.

steps to reproduce

Run ert some times and check /tmp folder afterwards.

Environment where bug has been observed

  • python 3.11
  • python 3.12
  • macosx
  • rhel7
  • rhel8
  • local queue
  • lsf queue
  • slurm queue
  • openPBS queue
@larsevj larsevj added the bug label Jan 6, 2025
@sondreso sondreso moved this to Todo in SCOUT Jan 7, 2025
@xjules
Copy link
Contributor

xjules commented Jan 9, 2025

As discussed, these are tmp files when using ipc protocol, in case of local driver. Not sure if it is necessary to delete them as a cleanup operation as they will be automatically deleted anyway 🤷

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

No branches or pull requests

2 participants