[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13671632#comment-13671632
 ] 

Ivan Kelly edited comment on BOOKKEEPER-592 at 5/31/13 4:43 PM:
----------------------------------------------------------------

Apart from the formatting issues, this patch pulls in hadoop-common, which 
transitively pulls in a whole bunch of dependencies. You need to update 
[bookkeeper,hedwig]-server/src/main/resource/[LICENSE.txt,NOTICE.txt] to 
reflect this. Or we could decide to not do binaries releases anymore.
                
      was (Author: ikelly):
    Apart from the formatting issues, this patch pulls in hadoop-common, which 
transitively pulls in a whole bunch of dependencies. You need to update 
{bookkeeper,hedwig}-server/src/main/resource/{LICENSE.txt,NOTICE.txt} to 
reflect this. Or we could decide to not do binaries releases anymore.
                  
> allow application to recommend ledger data locality
> ---------------------------------------------------
>
>                 Key: BOOKKEEPER-592
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-592
>             Project: Bookkeeper
>          Issue Type: Improvement
>            Reporter: Ming Ma
>            Assignee: Sijie Guo
>             Fix For: 4.3.0
>
>         Attachments: bookkeeper-592.patch, BOOKKEEPER-592.patch, 
> BOOKKEEPER-592.patch, BOOKKEEPER-592.patch
>
>
> For application like hbase WAL, it will be useful if application like hbase 
> can give a hint to bk about application's preferred ledger location. In that 
> way, application can fail over to specific machines where one of the ledger 
> replica is located; the recovery time will be faster. Another scenario is 
> hbase's support for hot standby region server where read request can be 
> served from a different machine other than the active region server. That 
> requires the hot standby region server to read from ledger. If the ledger is 
> on the same machine as standby region server, the performance will be better.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to