eBay / HomeStore

Storage Engine for block and key/value stores.
Apache License 2.0
23 stars 21 forks source link

home_raft_log store should handle the start_index case when recovery from a crash #530

Closed JacksonYao287 closed 4 days ago

JacksonYao287 commented 3 months ago

when we do truncation on home_raft_logstore, we only make a marker in memory and it will be persisted only when log_dev truncation is scheduled. we might lose the latest start_index of each logstore if we crash.

xiaoxichen commented 1 week ago

@JacksonYao287 can we close this?

JacksonYao287 commented 4 days ago

yes , this has been fixed