dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Implement index definitions uploading to the new node

Open BorysTheDev opened this issue 2 months ago • 0 comments

  • After the first config is applied, the new node should request one of the existing nodes (target node) with slots to get all index definitions. The node should be moved into GlobalState::LOADING state.
  • The target node can utilize the slot migration mechanism (or implement a new one) to send all index definitions to the new node.

BorysTheDev avatar Nov 11 '25 14:11 BorysTheDev