Github user andrewor14 commented on the pull request:

    https://github.com/apache/spark/pull/3629#issuecomment-69422290
  
    I see, thanks for your detailed explanations @suyanNone @liyezhang556520. 
If the problem is that we double count after we put the block in memory, 
shouldn't we also release the pending memory *after* we actually put the block 
(i.e. after [this 
line](https://github.com/apache/spark/blob/4e1f12d997426560226648d62ee17c90352613e7/core/src/main/scala/org/apache/spark/storage/MemoryStore.scala#L344)),
 not before?


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