dragonfly
dragonfly copied to clipboard
Implement index definitions uploading to the new node
- 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.