You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
steps:
start 3 metad, and 2 storage with 14814 and 18271 port
add host 127.0.0.1:14814 into new zone "default_zone"
add host 127.0.0.1:18271 into new zone "test_zone"
add host "invalid":9779 into new zone "invalid_zone"
MERGE ZONE "test_zone","invalid_zone" INTO "default_zone"
SHOW ZONES
result:
lost a host in show zones
E AssertionError: Fail to exec: SHOW ZONES
E Response: |Name|Host|Port|
E 0: |default_zone|invalid|9779|
E 1: |default_zone|127.0.0.1|14814|
E Expected: |Name|Host|Port|
E 0: |default_zone|127.0.0.1|14814|
E 1: |default_zone|127.0.0.1|18271|
E 2: |default_zone|invalid|9779|
E NotFoundRow: 1: |default_zone|127.0.0.1|18271|
(root@nebula) [(none)]> show zones
+----------------+-------------+-------+
| Name | Host | Port |
+----------------+-------------+-------+
| "default_zone" | "invalid" | 9779 |
| "default_zone" | "127.0.0.1" | 16912 |
+----------------+-------------+-------+
Got 2 rows (time spent 2472/8066 us)
Fri, 07 Jan 2022 11:14:16 CST
(root@nebula) [(none)]> show hosts
+-------------+-------+-----------+--------------+----------------------+------------------------+
| Host | Port | Status | Leader count | Leader distribution | Partition distribution |
+-------------+-------+-----------+--------------+----------------------+------------------------+
| "127.0.0.1" | 16912 | "ONLINE" | 0 | "No valid partition" | "No valid partition" |
| "127.0.0.1" | 10320 | "ONLINE" | 0 | "No valid partition" | "No valid partition" |
| "invalid" | 9779 | "OFFLINE" | 0 | "No valid partition" | "No valid partition" |
| "Total" | | | 0 | | |
+-------------+-------+-----------+--------------+----------------------+------------------------+
Got 4 rows (time spent 2635/7335 us)
Fri, 07 Jan 2022 11:15:22 CST
(root@nebula) [(none)]>
The text was updated successfully, but these errors were encountered:
steps:
start 3 metad, and 2 storage with 14814 and 18271 port
result:
lost a host in show zones
The text was updated successfully, but these errors were encountered: