Feature Description
The LogicalClusterDumps is currently dumping the entire etcd store for a logical cluster.
This poses several problems:
- Connection problems or shard restart/failure will cause the entire dataset to be transmitted again
- Large LCs will take a long time and block
- No feedback on the LCMigration itself
- Large LCs will cause considerable memory pressure
Proposed Solution
LCDumps should be paginated and/or streamed.
Will probably require changes on the LCMigration.Status to keep track of progress.
Alternative Solutions
No response
Want to contribute?
Additional Context
No response
Feature Description
The
LogicalClusterDumpsis currently dumping the entire etcd store for a logical cluster.This poses several problems:
Proposed Solution
LCDumps should be paginated and/or streamed.
Will probably require changes on the LCMigration.Status to keep track of progress.
Alternative Solutions
No response
Want to contribute?
Additional Context
No response