You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/16 10:31:50 UTC

[GitHub] [shardingsphere] zhaojinchao95 opened a new issue, #22918: SHOW COMPUTE NODES support display ShardingSphere-Proxy & ShardingSphere-JDBC version

zhaojinchao95 opened a new issue, #22918:
URL: https://github.com/apache/shardingsphere/issues/22918

   Hi community,
   
   We are plan to show `ShardingSphere-Proxy` and `ShardingSphere-JDBC` version when execute `SHOW COMPUTE NODES`.
   
   Before :
   
   ```
   mysql> show compute nodes;
   +--------------------------------------+---------------+------+--------+-----------+-----------+--------+
   | instance_id                          | host          | port | status | mode_type | worker_id | labels |
   +--------------------------------------+---------------+------+--------+-----------+-----------+--------+
   | 0de157fc-d5d3-4698-873e-5120469a5505 | 192.168.0.105 | 3307 | OK     | Cluster   | -1        |        |
   +--------------------------------------+---------------+------+--------+-----------+-----------+--------+
   1 row in set (0.00 sec)
   ```
   
   After : 
   
   ```
   mysql> show compute nodes;
   +--------------------------------------+---------------+------+--------+-----------+-----------+--------+-----------------------+
   | instance_id                          | host          | port | status | mode_type | worker_id | labels | version               |
   +--------------------------------------+---------------+------+--------+-----------+-----------+--------+-----------------------+
   | 0de157fc-d5d3-4698-873e-5120469a5505 | 192.168.0.105 | 3307 | OK     | Cluster   | -1        |        | ShardingSphere 5.3.0  | 
   +--------------------------------------+---------------+------+--------+-----------+-----------+--------+-----------------------+
   1 row in set (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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] strongduanmu closed issue #22918: SHOW COMPUTE NODES support display ShardingSphere-Proxy & ShardingSphere-JDBC version

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #22918: SHOW COMPUTE NODES support display ShardingSphere-Proxy & ShardingSphere-JDBC version
URL: https://github.com/apache/shardingsphere/issues/22918


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22918: SHOW COMPUTE NODES support display ShardingSphere-Proxy & ShardingSphere-JDBC version

Posted by GitBox <gi...@apache.org>.
zhaojinchao95 commented on issue #22918:
URL: https://github.com/apache/shardingsphere/issues/22918#issuecomment-1354529820

   Adjustment governance center `/governance_ds/nodes/compute_nodes/online/proxy` node :
   
   Before: 
   
   ![image](https://user-images.githubusercontent.com/33742097/208079520-20cfb251-7a5d-4a45-9091-ab1379e1a131.png)
   
   After:
   
   ![image](https://user-images.githubusercontent.com/33742097/208079577-3ca96f4b-c2df-4c57-b463-f7202ca93a2b.png)
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org