Hi ξ<mailto:[email protected]>,
I don't think so.We can obtain IP and port without logging in IOTDB, but if we want to get IDs, we must logging in IOTDB. It looks like you make it easy how we input the commond, but complicates the acquisition. If you are only adding a new way to remove nodes, then I support that. B.R Qingxin Feng 发件人: ξ<mailto:[email protected]> 发送时间: 2022年9月23日 11:21 收件人: dev<mailto:[email protected]> 主题: Distribution: using id to delete nodes Hi! We think it'll be inconvenient to remove data nodes and config nodes by their IPs and ports, so now we just require their ids to remove them. Previous arguments: remove-datanode.bat/sh: ip:ports, split by ',' remove-confignode.bat/sh: -r ip:port Current arguments: remove-datanode.bat/sh: id remove-confignode.bat/sh: id The documents are already updated. Pull request url: https://github.com/apache/iotdb/pull/7417 Issue id: IOTDB-4482
