You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chenshun00 (GitHub)" <gi...@apache.org> on 2020/02/28 05:23:00 UTC

[GitHub] [dubbo] chenshun00 commented on issue #5690: Dubbo Telnet Unsupported command: ls

```text
➜  ~ telnet 127.0.0.1 20880
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
ls
Unsupported command: ls
dubbo>ls
Unsupported command: ls
dubbo>status -l
+------------+--------+--------------------------------------------------------+
| resource   | status | message                                                |
+------------+--------+--------------------------------------------------------+
| datasource | OK     | dataSourcejdbc:mysql://127.0.0.1:3306/cmdb?useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true(MySQL-5.7.27) |
| load       | OK     | load:3.7265625,cpu:4                                   |
| memory     | OK     | max:1820M,total:251M,used:141M,free:110M               |
| registry   | OK     | 127.0.0.1:2181(connected)                              |
| server     | OK     | /192.168.63.127:20880(clients:1)                       |
| summary    | OK     |                                                        |
+------------+--------+--------------------------------------------------------+

dubbo>quit
Unsupported command: quit
dubbo>exit
Connection closed by foreign host.
```
dubbo 版本 2.7.5

@chickenlj 不知道什么时候修复

[ Full content available at: https://github.com/apache/dubbo/issues/5690 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org