Github user aarondav commented on a diff in the pull request:
https://github.com/apache/spark/pull/1643#discussion_r15595048
--- Diff: python/pyspark/daemon.py ---
@@ -50,6 +54,43 @@ def compute_real_exit_code(exit_code):
return 1
+def check_socket(sockets):
--- End diff --
Maybe call this "check_sockets", and add a method comment about what it's
doing and what "sockets" is (that being (pid, sock) pairs)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---