Github user suyanNone commented on the pull request:

    https://github.com/apache/spark/pull/3574#issuecomment-65779235
  
    @JoshRosen  
    ThreadA into RemoveBlock(), and got info for blockId1
    ThreadB into DropFromMemory(), and got info for blockId1
    now Thread A, B all want got info.sychronized
    
    B got, and drop block(blockId) from memory, and this block is use memory 
only, so it remove from blockinfo. and then release the lock.
    
    then A got, but info is already not in blockinfo.
    
    Did I have miss sth or misunderstand sth? may dropForMemory and removeBlock 
can't happen at the same time?


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