streamnative / bookkeeper-achieved

Apache Bookkeeper
https://bookkeeper.apache.org
Apache License 2.0
3 stars 2 forks source link

ISSUE-2585: How does ledger open with recovery works internal ? #321

Open sijie opened 3 years ago

sijie commented 3 years ago

Original Issue: apache/bookkeeper#2585


when ledger open with recovery. which data range will be recovery?

all entry data before LAC in the ensemble?

or

all the data available in the ensemble include those not reach Qa but already write in some bookie?

need some material on the consistent protocol.