You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we want to execute migration between datanodes, we have to query all the region_id from information_schema and trigger the migrate_region one by one. It's not a practice API design.
We can wrap another API internally, which is:
migrate_regions(from_peer, to_peer, [timeout]
It doesn't need significant changes for the original implementation of region migration and provides the new operator-friendly API.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
zyy17
changed the title
Support region migration without specifying the region_id.
Support region migration without specifying the region_idOct 30, 2024
What type of enhancement is this?
API improvement
What does the enhancement do?
The current SQL admin API is:
When we want to execute migration between datanodes, we have to query all the
region_id
frominformation_schema
and trigger themigrate_region
one by one. It's not a practice API design.We can wrap another API internally, which is:
It doesn't need significant changes for the original implementation of region migration and provides the new operator-friendly API.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: