DM 1.0.4 Release Notes
Release date: March 13, 2020
DM version: 1.0.4
DM-Ansible version: 1.0.4
Improvements
- Add English UI for DM-portal
- Add the
--moreparameter in thequery-statuscommand to show complete migration status information
Bug fixes
- Fix the issue that
resume-taskmight fail to resume the migration task which is interrupted by the abnormal connection to the downstream TiDB server - Fix the issue that the online DDL operation cannot be properly migrated after a failed migration task is restarted because the online DDL meta information has been cleared after the DDL operation failure
- Fix the issue that
query-errormight cause the DM-worker to panic afterstart-taskgoes into error - Fix the issue that the relay log file and
relay.metacannot be correctly recovered when restarting an abnormally stopped DM-worker process beforerelay.metais successfully written
Detailed bug fixes and changes
- Add English UI for DM-portal #480
- Add the
--moreparameter in thequery-statuscommand to show complete migration status information #533 - Fix the issue that
resume-taskmight fail to resume the migration 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 migrated after a failed migration task is restarted because the online DDL meta information is cleared after the DDL operation failure #465
- Fix the issue that
query-errormight cause the DM-worker to panic afterstart-taskgoes into error #519 - Fix the issue that the relay log file and
relay.metacannot be correctly recovered when restarting an abnormally stopped DM-worker process beforerelay.metais successfully written #534 - Fix the issue that the
value out of rangeerror might be reported when gettingserver-idfrom 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