You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2022/06/30 05:24:00 UTC

[jira] [Created] (IOTDB-3704) Change rpc_address to internal_address in ConfigNode

Jialin Qiao created IOTDB-3704:
----------------------------------

             Summary: Change rpc_address to internal_address in ConfigNode
                 Key: IOTDB-3704
                 URL: https://issues.apache.org/jira/browse/IOTDB-3704
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Jialin Qiao
            Assignee: Jialin Qiao


As ConfigNode only serve DataNodes and other ConfigNode.
 
The rpc_address in ConfigNode should be internal_address.
The rpc_port in ConfigNode should be internal_port.
 
After this, the show cluster function needs to be refactored.
 
Previously, show cluster print the rpc_address of DataNode and ConfigNode, however, rpc_address for DataNode is the client_rpc_service.
 
So it's better to print the internal_address of DataNode and ConfigNode.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)