eBay / HomeStore

Storage Engine for block and key/value stores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] PG recovery failure caused by the postponed repl_dev recovery when restarting

JacksonYao287 opened this issue · comments

in the current implementation , when restarting, repl_dev will not be loaded when restarting meta service, it will be postponed to the the start of raft_repl_service. but when restarting, Pg is recovered when restarting metaservice , which will get the repl_dev from raft_repl_service, this causes an error.

could you link a pr to this issue

it is closed , this issue will be resolved in homeobject side