This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new b9cc8f90591 Fix/removed ip option from config node remove script
(#13402)
b9cc8f90591 is described below
commit b9cc8f905913f7545cc14116f859ca4fb8090b19
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Sep 4 10:34:10 2024 +0200
Fix/removed ip option from config node remove script (#13402)
---
iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.bat | 2 --
iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.sh | 2 --
2 files changed, 4 deletions(-)
diff --git
a/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.bat
b/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.bat
index d3e2cc143f5..ade8036fb92 100644
--- a/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.bat
+++ b/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.bat
@@ -25,8 +25,6 @@ IF "%~1"=="--help" (
echo Usage:
echo Remove the ConfigNode with confignode_id
echo ./sbin/remove-confignode.bat [confignode_id]
- echo Remove the ConfigNode with address:port
- echo ./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
EXIT /B 0
)
diff --git
a/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.sh
b/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.sh
index defa7a8eba0..320aa5e857f 100755
--- a/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.sh
+++ b/iotdb-core/confignode/src/assembly/resources/sbin/remove-confignode.sh
@@ -24,8 +24,6 @@ if [ "$#" -eq 1 ] && [ "$1" == "--help" ]; then
echo "Usage:"
echo "Remove the ConfigNode with confignode_id"
echo "./sbin/remove-confignode.sh [confignode_id]"
- echo "Remove the ConfigNode with address:port"
- echo "./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]"
exit 0
fi