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

    https://github.com/apache/spark/pull/10752#discussion_r49769550
  
    --- Diff: core/src/main/scala/org/apache/spark/storage/StorageUtils.scala 
---
    @@ -48,14 +48,14 @@ class StorageStatus(val blockManagerId: BlockManagerId, 
val maxMem: Long) {
        * non-RDD blocks for the same reason. In particular, RDD storage 
information is stored
        * in a map indexed by the RDD ID to the following 4-tuple:
        *
    -   *   (memory size, disk size, off-heap size, storage level)
    +   *   (memory size, disk size, storage level)
        *
        * We assume that all the blocks that belong to the same RDD have the 
same storage level.
        * This field is not relevant to non-RDD blocks, however, so the storage 
information for
        * non-RDD blocks contains only the first 3 fields (in the same order).
    --- End diff --
    
    should only contain the first 2 fields


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