We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show hosts
(root@nebula) [(none)]> drop hosts 172.28.2.1:9779 Execution succeeded (time spent 2333/7137 us) (root@nebula) [(none)]> show hosts +--------------+------+-----------+--------------+----------------------+------------------------+ | Host | Port | Status | Leader count | Leader distribution | Partition distribution | +--------------+------+-----------+--------------+----------------------+------------------------+ | "172.28.2.1" | 9779 | "OFFLINE" | 0 | "No valid partition" | "No valid partition" | | "172.28.2.2" | 9779 | "ONLINE" | 0 | "No valid partition" | "No valid partition" | | "172.28.2.3" | 9779 | "ONLINE" | 0 | "No valid partition" | "No valid partition" | | "Total" | | | 0 | | | +--------------+------+-----------+--------------+----------------------+------------------------+ Got 4 rows (time spent 1314/5476 us) (root@nebula) [(none)]> show zones +--------------------------------+--------------+------+ | Name | Host | Port | +--------------------------------+--------------+------+ | "default_zone_172.28.2.2_9779" | "172.28.2.2" | 9779 | | "default_zone_172.28.2.3_9779" | "172.28.2.3" | 9779 | +--------------------------------+--------------+------+ Got 2 rows (time spent 1282/14776 us) Wed, 29 Dec 2021 11:47:00 CST
excepted result:
The text was updated successfully, but these errors were encountered:
#3583
Sorry, something went wrong.
darionyaphet
No branches or pull requests
excepted result:
show hosts
.The text was updated successfully, but these errors were encountered: