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

The sigpipe signals we issue cause early termination in distributed exec mode. #539

Open
tammam1998 opened this issue Apr 22, 2022 · 0 comments

Comments

@tammam1998
Copy link
Collaborator

When using distributed execution mode the subgraph scripts terminate early causing incorrect results. I was able to track the issue to the termination code used in eager.sh and dgsh_tee.sh. It seems like the sigpipe is being sent before the sockets finish writing. I commented out the code causing this in #537 .

It might also be useful to recheck the test cases that required this solution as there have been multiple fixes in autosplit and r_split recently that resolved issues related to files hanging and sigpipe signals.

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

No branches or pull requests

1 participant