You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2016/10/13 05:52:20 UTC

[jira] [Resolved] (BOOKKEEPER-612) RegionAwarePlacement Policy

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo resolved BOOKKEEPER-612.
----------------------------------
    Resolution: Fixed

Issue resolved by merging pull request 56
            [https://github.com/apache/bookkeeper/pull/56]

            {noformat}
            commit bbd1eb8d8560b03834175fbd996b85237df09f5c
Author:     Robin Dhamankar <ro...@gmail.com>
AuthorDate: Wed Oct 12 22:50:42 2016 -0700
Commit:     Sijie Guo <si...@apache.org>
CommitDate: Wed Oct 12 22:50:42 2016 -0700

    BOOKKEEPER-612: Region aware placement
    
    - Introduce the concept of a two level Network Topology with region as the first level and rack as the second level
    - NodeBase, Node and NetworkTopology manage this two level hierarchy and position of individual nodes in this hierarchy
    - An implementation of RegionawareEnsemblePlacementPolicy that distributes nodes across regions and within regions uses rack aware placement to place nodes
    
    This is a stacked diff (opening to start a review), we would still merge the dependent pull request first.
    
    Author: Robin Dhamankar <ro...@Robins-MacBook-Air.local>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    Closes #56 from robindh/RegionAwarePlacement

            {noformat}
            

> RegionAwarePlacement Policy
> ---------------------------
>
>                 Key: BOOKKEEPER-612
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-612
>             Project: Bookkeeper
>          Issue Type: Improvement
>          Components: bookkeeper-client
>            Reporter: Sijie Guo
>            Assignee: Robin Dhamankar
>             Fix For: 4.5.0
>
>
> after BOOKKEEPER-592, it would be better to let ack quorum cover at least of two racks, so a rack failure would not make an entry unavailable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)