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

    https://github.com/apache/spark/pull/20667#discussion_r171136135
  
    --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManagerId.scala 
---
    @@ -132,10 +133,17 @@ private[spark] object BlockManagerId {
         getCachedBlockManagerId(obj)
       }
     
    -  val blockManagerIdCache = new ConcurrentHashMap[BlockManagerId, 
BlockManagerId]()
    +  /**
    +   * Here we set max cache size as 10000.Since the size of a 
BlockManagerId object
    --- End diff --
    
    nit:
    ```
    The max cache size is hardcoded to 10000, since the size of a 
BlockManagerId object is about 48B, the total memory cost should be below 1MB 
which is feasible.
    ```


---

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

Reply via email to