eBay / HomeStore

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

Design proper shutdown logic of all the components #542

Open raakella1 opened 2 months ago

raakella1 commented 2 months ago

We need to properly define how to shutdown all the components. There is an inter-dependency of the sub components (for example, repl services during commit can be referencing cp_mgr but cp_mgr is reset before repl_service is shutdown). We need to define a proper way of stopping all the activity in all components before triggering shutdown