kcp icon indicating copy to clipboard operation
kcp copied to clipboard

feature: Shard Lifecycle In The Caching Server

Open stevekuznetsov opened this issue 3 years ago • 0 comments

Feature Description

We need to handle the creation of new shards, the removal of existing shards, etc. for their data in the caching server.

Proposed Solution

To be designed. Open questions:

  • how do we know a shard has been removed, and how do we remove all the data for it in the caching server (etcd range request is most efficient here)
  • how do we know a new shard exists & should be present in the internal representation of which shards should be pushing?

Alternative Solutions

No response

Want to contribute?

  • [ ] I would like to work on this issue.

Additional Context

No response

stevekuznetsov avatar Sep 16 '22 14:09 stevekuznetsov