sandynz commented on PR #20880:
URL: https://github.com/apache/shardingsphere/pull/20880#issuecomment-1240403129
Job item will dump data from dataSourceName, make sure dataSourceName could
be got from job item progress.
SHOW MIGRATION STATUS might show empty data_source before, since it's got
from incremental task progress, but incremental task might be null. e.g.
```
mysql> show migration status 'j0101c6420691764d6e32f3f021ad1bca3b1e';
+------+-------------+------------------------+--------+-------------------------------+--------------------------+
| item | data_source | status | active |
inventory_finished_percentage | incremental_idle_seconds |
+------+-------------+------------------------+--------+-------------------------------+--------------------------+
| 0 | | EXECUTE_INVENTORY_TASK | true | 100
| 0 |
+------+-------------+------------------------+--------+-------------------------------+--------------------------+
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]