eBay / HomeObject

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

Shutdown HomeObject with concurrent I/Os #179

Open yamingk opened 4 months ago

yamingk commented 4 months ago

Support HomeObject shutdown with concurrent I/Os, meaning:

  1. Concurrent I/Os not completed (still ongoing) yet, but shutdown is received.
  2. if shutdow is received, then new I/Os coming in, like create shard, put/get blob, new I/Os should be rejected.