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

Ivan Kelly closed BOOKKEEPER-380.
---------------------------------

    
> ZkLedgerUnderreplicationManager.markLedgerUnderreplicated() is adding 
> duplicate missingReplicas while multiple bk failed for the same ledger
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-380
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-380
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: bookkeeper-auto-recovery
>    Affects Versions: 4.2.0
>            Reporter: Rakesh R
>            Assignee: Rakesh R
>             Fix For: 4.2.0
>
>         Attachments: BOOKKEEPER-380.1.patch, BOOKKEEPER-380.diff, 
> BOOKKEEPER-380.patch
>
>
> Scenario:-
> Say L0001 has ensemble bookies BK1, BK2, BK3.
> Publishing BK1 failure: replicaMgr.markLedgerUnderreplicated(L0001, BK1);
> Publishing BK2 failure: replicaMgr.markLedgerUnderreplicated(L0001, BK2);
> For the second invocation urLedger metadata is updating BK2 twice as follows:
> 1=replica: "BK1", 1=replica: "BK2", 1=replica: "BK2"

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