morningman opened a new pull request #4475: URL: https://github.com/apache/incubator-doris/pull/4475
## Proposed changes This CL refactor the storage medium migration task process in BE. I did not modify the execution logic. Just extract part of the logic in the migration task and put it in `task_work_pool`. In this way, the migration task is only used to process the migration from the specified tablet to the specified data dir. Later, we can use this task to migrate of tablets between different disks. ## Types of changes - [x] Code refactor (Modify the code structure, format the code, etc...) ## Checklist - [x] Compiling and unit tests pass locally with my changes ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
