This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
DM v1.0.4
Improvements
- Add English UI for DM-portal
- Add the
--more
parameter in thequery-status
command to show complete replication status information
Bug fixes
- Fix the issue that
resume-task
might fail to resume the replication task which is interrupted by the abnormal connection to the downstream TiDB server - Fix the issue that the online DDL operation cannot be properly replicated after a failed replication task is restarted because the online DDL meta information has been cleared after the DDL operation failure
- Fix the issue that
query-error
might cause the DM-worker to panic afterstart-task
goes into error - Fix the issue that the relay log file and
relay.meta
cannot be correctly recovered when restarting an abnormally stopped DM-worker process beforerelay.meta
is successfully written
Action required
- When upgrading from a previous version, note that you must upgrade all DM components (dmctl/DM-master/DM-worker) together
Detailed Bug Fixes and Changes
- Add English UI for DM-portal #480
- Add the
--more
parameter in thequery-status
command to show complete replication status information #533 - Fix the issue that
resume-task
might fail to resume the replication task which is interrupted by the abnormal connection to the downstream TiDB server #436 - Fix the issue that the online DDL operation cannot be properly replicated after a failed replication task is restarted because the online DDL meta information is cleared after the DDL operation failure #465
- Fix the issue that
query-error
might cause the DM-worker to panic afterstart-task
goes into error #519 - Fix the issue that the relay log file and
relay.meta
cannot be correctly recovered when restarting an abnormally stopped DM-worker process beforerelay.meta
is successfully written #534 - Fix the issue that the
value out of range
error might be reported when gettingserver-id
from the upstream #538 - Fix the issue that when Prometheus is not configured DM-Ansible prints the wrong error message that DM-master is not configured #438