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

    https://github.com/apache/spark/pull/42#discussion_r10504458
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/BlockManagerMasterActor.scala ---
    @@ -307,97 +318,93 @@ class BlockManagerMasterActor(val isLocal: Boolean, 
conf: SparkConf) extends Act
     }
     
     
    -private[spark]
    -object BlockManagerMasterActor {
    -
    -  case class BlockStatus(storageLevel: StorageLevel, memSize: Long, 
diskSize: Long)
    +private[spark] case class BlockStatus(storageLevel: StorageLevel, memSize: 
Long, diskSize: Long)
     
    -  class BlockManagerInfo(
    -      val blockManagerId: BlockManagerId,
    -      timeMs: Long,
    -      val maxMem: Long,
    -      val slaveActor: ActorRef)
    -    extends Logging {
    --- End diff --
    
    Slight refactor to move BlockStatus and BlockManagerInfo out of 
BlockManagerMasterActor. The only change here is moving the two classes out of 
the BlockManagerMasterActor object.


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

Reply via email to