azexcy commented on PR #21526: URL: https://github.com/apache/shardingsphere/pull/21526#issuecomment-1275972734
now crc32 match progress just like ``` mysql> show MIGRATION check status 'j01019761922f8fab5ce3c61496c22f733586'; +--------+--------+---------------------+-------------------+------------------+----------------+------------------+---------------+ | tables | result | finished_percentage | remaining_seconds | check_begin_time | check_end_time | duration_seconds | error_message | +--------+--------+---------------------+-------------------+------------------+----------------+------------------+---------------+ | | false | 0 | NULL | | | NULL | | +--------+--------+---------------------+-------------------+------------------+----------------+------------------+---------------+ 1 row in set (0.01 sec) mysql> show MIGRATION check status 'j01019761922f8fab5ce3c61496c22f733586'; +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | tables | result | finished_percentage | remaining_seconds | check_begin_time | check_end_time | duration_seconds | error_message | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | t_order | false | 14 | 44 | 2022-10-12 16:43:25.284 | | 7 | | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ 1 row in set (0.01 sec) mysql> show MIGRATION check status 'j01019761922f8fab5ce3c61496c22f733586'; +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | tables | result | finished_percentage | remaining_seconds | check_begin_time | check_end_time | duration_seconds | error_message | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | t_order | false | 28 | 25 | 2022-10-12 16:43:25.284 | | 10 | | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ 1 row in set (0.05 sec) mysql> show MIGRATION check status 'j01019761922f8fab5ce3c61496c22f733586'; +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | tables | result | finished_percentage | remaining_seconds | check_begin_time | check_end_time | duration_seconds | error_message | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | t_order | false | 42 | 16 | 2022-10-12 16:43:25.284 | | 12 | | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ 1 row in set (0.01 sec) mysql> show MIGRATION check status 'j01019761922f8fab5ce3c61496c22f733586'; +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | tables | result | finished_percentage | remaining_seconds | check_begin_time | check_end_time | duration_seconds | error_message | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | t_order | false | 71 | 5 | 2022-10-12 16:43:25.284 | | 14 | | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ 1 row in set (0.03 sec) mysql> show MIGRATION check status 'j01019761922f8fab5ce3c61496c22f733586'; +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | tables | result | finished_percentage | remaining_seconds | check_begin_time | check_end_time | duration_seconds | error_message | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ | t_order | false | 85 | 3 | 2022-10-12 16:43:25.284 | | 18 | | +---------+--------+---------------------+-------------------+-------------------------+----------------+------------------+---------------+ 1 row in set (0.02 sec) mysql> show MIGRATION check status 'j01019761922f8fab5ce3c61496c22f733586'; +---------+--------+---------------------+-------------------+-------------------------+-------------------------+------------------+---------------+ | tables | result | finished_percentage | remaining_seconds | check_begin_time | check_end_time | duration_seconds | error_message | +---------+--------+---------------------+-------------------+-------------------------+-------------------------+------------------+---------------+ | t_order | true | 100 | 0 | 2022-10-12 16:43:25.284 | 2022-10-12 16:43:44.615 | 19 | | +---------+--------+---------------------+-------------------+-------------------------+-------------------------+------------------+---------------+ 1 row in set (0.02 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]
