sandynz commented on PR #20880:
URL: https://github.com/apache/shardingsphere/pull/20880#issuecomment-1240404779
Previous job item progress structure:
```
incremental:
dataSourceName: ds_0
delay:
lastEventTimestamps: 1661394149000
latestActiveTimeMillis: 1661394152127
position: mysql-bin.000020#135747923
inventory:
finished:
- ds_0.t_order#0
sourceDatabaseType: MySQL
status: EXECUTE_INCREMENTAL_TASK
```
Job item progress structure after changing:
```
dataSourceName: ds_0
incremental:
delay:
lastEventTimestamps: 1662623912000
latestActiveTimeMillis: 1662623915734
position: mysql-bin.000020#273397765
inventory:
finished:
- ds_0.t_order_copy#0
sourceDatabaseType: MySQL
status: EXECUTE_INCREMENTAL_TASK
```
--
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]