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

Jun Rao commented on KAFKA-351:
-------------------------------

Another change in the patch:
M. Currently, on leaderAndISR request, the broker gets and creates all assigned 
replicas. In this patch, the broker only creates replicas in ISR (since they 
are required in the logic for shrinking ISR). Other remote replicas are created 
on demand during the handling for follower fetch requests. This will make 
implementing kafka-42 a bit easier since newly bootstrapped replicas can be 
added on demand.
                
> Refactor some new components introduced for replication 
> --------------------------------------------------------
>
>                 Key: KAFKA-351
>                 URL: https://issues.apache.org/jira/browse/KAFKA-351
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.8
>            Reporter: Neha Narkhede
>            Assignee: Jun Rao
>         Attachments: kafka-351_v1.patch
>
>
> Jay had some good refactoring suggestions as part of the review for KAFKA-46. 
> I'd like to file this umbrella JIRA with individual sub tasks to cover those 
> suggestions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to