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

[bug] Render on farm: OSError: [Errno 17] File exists #659

Closed
sergiy-nazarenko opened this issue Sep 26, 2019 · 2 comments
Closed

[bug] Render on farm: OSError: [Errno 17] File exists #659

sergiy-nazarenko opened this issue Sep 26, 2019 · 2 comments
Labels
bug for actual bugs (unsure? use type:question) stale for issues that becomes stale (no solution)

Comments

@sergiy-nazarenko
Copy link

Hello!
When I rendered project on farm I found that the some nodes stop rendering with errors:

os.makedirs(folder)
  File "/usr/lib64/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 17] File exists:

The problem is at the common access in same folder. While one node check if there is a folder - another one create that folder.

There is a bottleneck for a farm rendering:
https://github.com/alicevision/meshroom/blob/b1ea21df893ef36866bf2d83810c60fac55abc5f/meshroom/core/node.py#L218

I cover it in "try: except: pass" and an error disappeared.

Thanks!
Cheers

@sergiy-nazarenko sergiy-nazarenko added the bug for actual bugs (unsure? use type:question) label Sep 26, 2019
@stale
Copy link

stale bot commented Jan 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale for issues that becomes stale (no solution) label Jan 24, 2020
@stale
Copy link

stale bot commented Jan 31, 2020

This issue is closed due to inactivity. Feel free to re-open if new information is available.

@stale stale bot closed this as completed Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for actual bugs (unsure? use type:question) stale for issues that becomes stale (no solution)
Projects
None yet
Development

No branches or pull requests

1 participant