papermill icon indicating copy to clipboard operation
papermill copied to clipboard

Many empty files for IPC in /.local/share/jupyter/runtime

Open ManPython opened this issue 3 years ago • 1 comments

🐛 Bug

Due this issue https://github.com/nteract/papermill/issues/511 around ports I changed configuration as c.KernelManager.transport = 'ipc' from tcp

This case made for server that I have many empty files for IPC in /.local/share/jupyter/runtime ,eg. like: kernel-fc84e21e-f923-489f-a537-d03f31f63401-ipc-1 kernel-fc84e21e-f923-489f-a537-d03f31f63401-ipc-2

Any opened notebook creating this file, and can't delete Could not delete /.local/share/jupyter/runtime/kernel-4dfsfsdfsfdsdsfdsffdsf-ipc-2: Invalid argument

ManPython avatar Jul 03 '21 17:07 ManPython

Ahh sorry I missed this issue when it was posted.

I'm not quite sure what the root problem being described is. Could you post the command and full output following the transport to ipc setting? I'm not sure how well ipc transport is tested, and I'd really like to find some time to just fix the linked issue.

MSeal avatar Jul 29 '21 05:07 MSeal