Skip to content

Commit

Permalink
fix typo (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang authored Jan 30, 2023
1 parent 6e24861 commit 4146930
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs-2.0/8.service-tuning/load-balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ nebula> SHOW HOSTS;
| "192.168.10.100" | 9779 | "ONLINE" | 4 | "basketballplayer:3" | "basketballplayer:8" | "{{nebula.release}}" |
| "192.168.10.101" | 9779 | "ONLINE" | 8 | "basketballplayer:3" | "basketballplayer:8" | "{{nebula.release}}" |
| "192.168.10.102" | 9779 | "ONLINE" | 3 | "basketballplayer:3" | "basketballplayer:8" | "{{nebula.release}}" |
| "192.168.10.103" | 9779 | "ONLINE" | 0 | "basketballplayer:2" | "basketballplayer:7" | "{{nebula.release}" |
| "192.168.10.104" | 9779 | "ONLINE" | 0 | "basketballplayer:2" | "basketballplayer:7" | "{{nebula.release}" |
| "192.168.10.105" | 9779 | "ONLINE" | 0 | "basketballplayer:2" | "basketballplayer:7" | "{{nebula.release}" |
| "192.168.10.103" | 9779 | "ONLINE" | 0 | "basketballplayer:2" | "basketballplayer:7" | "{{nebula.release}}" |
| "192.168.10.104" | 9779 | "ONLINE" | 0 | "basketballplayer:2" | "basketballplayer:7" | "{{nebula.release}}" |
| "192.168.10.105" | 9779 | "ONLINE" | 0 | "basketballplayer:2" | "basketballplayer:7" | "{{nebula.release}}" |
+------------------+------+-----------+----------+--------------+-----------------------------------+------------------------+---------+
```

Expand Down
6 changes: 3 additions & 3 deletions docs-2.0/reuse/source_ngql_for_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
+-------------+-----------+-----------+--------------+----------------------------------+------------------------+---------+
| Host | Port | Status | Leader count | Leader distribution | Partition distribution | Version |
+-------------+-----------+-----------+--------------+----------------------------------+------------------------+---------+
| "storaged0" | 9779 | "ONLINE" | 5 | "basketballplayer:5" | "basketballplayer:5" | "{{nebula.release}" |
| "storaged1" | 9779 | "ONLINE" | 5 | "basketballplayer:5" | "basketballplayer:5" | "{{nebula.release}" |
| "storaged2" | 9779 | "ONLINE" | 5 | "basketballplayer:5" | "basketballplayer:5" | {{nebula.release}" |
| "storaged0" | 9779 | "ONLINE" | 5 | "basketballplayer:5" | "basketballplayer:5" | "{{nebula.release}}" |
| "storaged1" | 9779 | "ONLINE" | 5 | "basketballplayer:5" | "basketballplayer:5" | "{{nebula.release}}" |
| "storaged2" | 9779 | "ONLINE" | 5 | "basketballplayer:5" | "basketballplayer:5" | "{{nebula.release}}" |
+-------------+-----------+-----------+--------------+----------------------------------+------------------------+---------+
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,21 @@ drainer:机器 IP 地址为`192.168.10.104`,只启动 drainer 服务。
+------------------+------+----------+-----------+--------------+----------------------+
| Host | Port | Status | Role | Git Info Sha | Version |
+------------------+------+----------+-----------+--------------+----------------------+
| "192.168.10.101" | 9779 | "ONLINE" | "STORAGE" | "xxxxxxx" | "{{nebula.release}" |
| "192.168.10.101" | 9779 | "ONLINE" | "STORAGE" | "xxxxxxx" | "{{nebula.release}}" |
+------------------+------+----------+-----------+--------------+----------------------+
nebula> SHOW HOSTS STORAGE LISTENER;
+------------------+------+----------+--------------------+--------------+----------------------+
| Host | Port | Status | Role | Git Info Sha | Version |
+------------------+------+----------+--------------------+--------------+----------------------+
| "192.168.10.103" | 9789 | "ONLINE" | "STORAGE_LISTENER" | "xxxxxxx" | "{{nebula.release}" |
| "192.168.10.103" | 9789 | "ONLINE" | "STORAGE_LISTENER" | "xxxxxxx" | "{{nebula.release}}" |
+------------------+------+----------+--------------------+--------------+----------------------+
nebula> SHOW HOSTS META LISTENER;
+------------------+------+----------+-----------------+--------------+----------------------+
| Host | Port | Status | Role | Git Info Sha | Version |
+------------------+------+----------+-----------------+--------------+----------------------+
| "192.168.10.103" | 9569 | "ONLINE" | "META_LISTENER" | "xxxxxxx" | "{{nebula.release}" |
| "192.168.10.103" | 9569 | "ONLINE" | "META_LISTENER" | "xxxxxxx" | "{{nebula.release}}" |
+------------------+------+----------+-----------------+--------------+----------------------+
```

Expand All @@ -141,14 +141,14 @@ drainer:机器 IP 地址为`192.168.10.104`,只启动 drainer 服务。
+------------------+------+----------+-----------+--------------+----------------------+
| Host | Port | Status | Role | Git Info Sha | Version |
+------------------+------+----------+-----------+--------------+----------------------+
| "192.168.10.102" | 9779 | "ONLINE" | "STORAGE" | "xxxxxxx" | "{{nebula.release}" |
| "192.168.10.102" | 9779 | "ONLINE" | "STORAGE" | "xxxxxxx" | "{{nebula.release}}" |
+------------------+------+----------+-----------+--------------+----------------------+
nebula> SHOW HOSTS DRAINER;
+------------------+------+----------+-----------+--------------+----------------------+
| Host | Port | Status | Role | Git Info Sha | Version |
+------------------+------+----------+-----------+--------------+----------------------+
| "192.168.10.104" | 9889 | "ONLINE" | "DRAINER" | "xxxxxxx" | "{{nebula.release}" |
| "192.168.10.104" | 9889 | "ONLINE" | "DRAINER" | "xxxxxxx" | "{{nebula.release}}" |
+------------------+------+----------+-----------+--------------+----------------------+
```

Expand Down

0 comments on commit 4146930

Please sign in to comment.