Github user squito commented on the pull request:
https://github.com/apache/spark/pull/2851#issuecomment-74510287
well I was leaning towards using a `ThreadLocal` to get the broadcast
blocks into the task end event ... but I forgot that broadcast blocks are also
created by the driver (eg.
[here](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/broadcast/TorrentBroadcast.scala#L98)
or
[here](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/broadcast/HttpBroadcast.scala#L52)).
It doesn't make any sense to stick those into a task end event. I suppose
they could go into a task **start** event, but that is still a little weird,
maybe we really do need a new event.
@rxin @andrewor14 thoughts?
---
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]