Github user shivaram commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2922#discussion_r19373771
  
    --- Diff: core/src/main/scala/org/apache/spark/broadcast/Broadcast.scala ---
    @@ -60,6 +62,8 @@ abstract class Broadcast[T: ClassTag](val id: Long) 
extends Serializable {
        */
       @volatile private var _isValid = true
     
    +  private var _destroySite = ""
    --- End diff --
    
    @pwendell requested this in the JIRA -- The main reason is that we'd like 
to make it easy to debug if users call `destroy` by mistake. 


---
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]

Reply via email to