Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/4776#issuecomment-76103648
Context for other reviewers: removing elements from a mutable HashSet while
iterating over it can cause the iteration to skip over entries that weren't
removed. In this case, this would cause PythonRDD to write fewer than `cnt`
broadcasts, which caused the Python worker to hang while expecting to read
`cnt` total broadcasts.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]