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

multiprocessing scheduler silently hangs with lock task argument #1341

Closed
wants to merge 1 commit into from

Conversation

nirizr
Copy link
Contributor

@nirizr nirizr commented Jun 29, 2016

Signed-off-by: Nir Izraeli nirizr@gmail.com

@jcrist
Copy link
Member

jcrist commented Jun 29, 2016

See #1342 (comment) for explanation as to why this fails. The solution is:

  • Don't try to serialize multiprocessing.Lock objects (see that comment for other options that may solve your problem).
  • Improve error handling on loads operations to gracefully fail and not lock up the scheduler.

Signed-off-by: Nir Izraeli <nirizr@gmail.com>
@nirizr nirizr force-pushed the multiprocessing_lock_hang branch from d627ed2 to 21f65c3 Compare June 29, 2016 13:14
@jcrist
Copy link
Member

jcrist commented Jun 30, 2016

Superseded by #1343. Closing.

@jcrist jcrist closed this Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants