Github user squito commented on the pull request:

    https://github.com/apache/spark/pull/8093#issuecomment-130385210
  
    I chatted w/ Mark about this a bit.  I *think* both calls will get to 
[`removeExecutor` in 
`BlockManagerMasterEndpoint`](https://github.com/apache/spark/blob/be5d1912076c2ffd21ec88611e53d3b3c59b7ecc/core/src/main/scala/org/apache/spark/storage/BlockManagerMasterEndpoint.scala#L203),
 but that turns into a no-op (except for logging) for the second event.  So if 
we wanted to buffer up both events, and combine them (with a timeout), I guess 
that would be a place to do it.  IMO its involved enough it could be a separate 
PR, just b/c of the complications from the timeout.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to