sandynz commented on pull request #11916:
URL: https://github.com/apache/shardingsphere/pull/11916#issuecomment-902423384


   Previous result:
   ```
   mysql> SHOW SCALING JOB STATUS 634791917741146112;
   
+------+--------------------------+--------+-------------------------------+--------------------------------+
   | item | data_source              | status | inventory_finished_percentage | 
incremental_delay_milliseconds |
   
+------+--------------------------+--------+-------------------------------+--------------------------------+
   | 0    | EXECUTE_INCREMENTAL_TASK | ds_0   | 100                           | 
1619                           |
   
+------+--------------------------+--------+-------------------------------+--------------------------------+
   1 row in set (0.02 sec)
   ```
   
   Current result:
   ```
   mysql> SHOW SCALING JOB STATUS 634791917741146112;
   
+------+-------------+---------+-------------------------------+--------------------------------+
   | item | data_source | status  | inventory_finished_percentage | 
incremental_delay_milliseconds |
   
+------+-------------+---------+-------------------------------+--------------------------------+
   | 0    | ds_0        | RUNNING | 100                           | -1          
                   |
   
+------+-------------+---------+-------------------------------+--------------------------------+
   1 row in set (0.01 sec)
   ```
   


-- 
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]


Reply via email to