sijie commented on issue #1886: Underreplicated ledgers did not refresh when bookie was recovered
URL: https://github.com/apache/incubator-pulsar/issues/1886#issuecomment-394487766
@bardock
sorry for late response.
I actually checked the logic in bookkeeper 4.3.1.91-yahoo. Replication worker actually
checks if a ledger is under replicated or not before starting replicating it. So if a bookie
went down and came back online, replication worker will find this ledger is not under replicated
and clean it from underreplicated list. The logic seems to be right to me.
so if I understand this correctly, eventually the list of underreplicated ledgers should
be cleared after the bookie came back online. did it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|