Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/4066#issuecomment-72770487
> Still, though, I'd like to consider whether there's a good way to fix
this in order to guarantee that requests to commit output for a stage occur
after the stage start event (from the OutputCommitter's POV).
I handed this by refactoring the code so that only remote RPCs are routed
through the actor. The methods called by DAGScheduler are now `synchronized`
and directly update the hashmaps.
---
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]