sandynz commented on pull request #12686:
URL: https://github.com/apache/shardingsphere/pull/12686#issuecomment-926569533
Verification:
```
mysql> show scaling list;
+--------------------+-----------------------+----------------------+--------+---------------------+---------------------+
| id | tables | sharding_total_count | active
| create_time | stop_time |
+--------------------+-----------------------+----------------------+--------+---------------------+---------------------+
| 648136988280487936 | t_order_item, t_order | 2 | 0
| 2021-09-24 12:24:59 | 2021-09-24 14:28:00 |
+--------------------+-----------------------+----------------------+--------+---------------------+---------------------+
1 row in set (0.05 sec)
mysql> show scaling status 648136988280487936;
+------+-------------+----------+-------------------------------+--------------------------+
| item | data_source | status | inventory_finished_percentage |
incremental_idle_minutes |
+------+-------------+----------+-------------------------------+--------------------------+
| 0 | ds_1 | FINISHED | 100 | 333
|
| 1 | ds_0 | FINISHED | 100 | 333
|
+------+-------------+----------+-------------------------------+--------------------------+
2 rows in set (0.02 sec)
mysql> checkout scaling 648136988280487936;
Query OK, 0 rows affected (0.00 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]