You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: