Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13932#discussion_r107311406
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/BlockReplicationPolicy.scala ---
    @@ -88,26 +131,94 @@ class RandomBlockReplicationPolicy
         logDebug(s"Prioritized peers : ${prioritizedPeers.mkString(", ")}")
         prioritizedPeers
       }
    +}
    +
    +@DeveloperApi
    +class BasicBlockReplicationPolicy
    +  extends BlockReplicationPolicy
    +    with Logging {
     
    -  // scalastyle:off line.size.limit
       /**
    -   * Uses sampling algorithm by Robert Floyd. Finds a random sample in 
O(n) while
    -   * minimizing space usage. Please see <a 
href="http://math.stackexchange.com/questions/178690/whats-the-proof-of-correctness-for-robert-floyds-algorithm-for-selecting-a-sin";>
    -   * here</a>.
    +   * Method to prioritize a bunch of candidate peers of a block manager. 
This implementation
    +   * replicates the behavior of block replication in HDFS, a peer is 
chosen within the rack,
    --- End diff --
    
    can we explain the replicating logic for any replication factor?


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