eBay / HomeObject

Replicated BLOB Store built upon HomeStore
Apache License 2.0
5 stars 12 forks source link

handle deleted blobs in baseline resync #212

Open JacksonYao287 opened 3 weeks ago

JacksonYao287 commented 3 weeks ago

if blob is deleted at leader and the delete-blob log entry is compacted, follower will not be aware of the deletion. we need to handle this case.