Skip to content

Commit

Permalink
MB-52930 Initiate shard transfer at source
Browse files Browse the repository at this point in the history
a. Rebalancer will send a message to indexer which indexer
   will forward to storage manager
b. Storage manager will start shard transfers through
   ShardTransferManager
c. If rebalance is cancelled, then ongoing transfers will
   be cancelled
d. It is indexers responsibility to lock/unlock shards
   before and after the transfer. The code for cleanup
   of shards on errors is yet to be added

Change-Id: Ibebe7b564af1c186112fd54ea58222ddb27ee35b
  • Loading branch information
varunv-cb committed Sep 19, 2022
1 parent 8ffa4a8 commit 7d90de4
Show file tree
Hide file tree
Showing 5 changed files with 542 additions and 210 deletions.

0 comments on commit 7d90de4

Please sign in to comment.