Quan Siyi created IOTDB-2227:
--------------------------------
Summary: Fix connection refused using session when users forget to
set client ip
Key: IOTDB-2227
URL: https://issues.apache.org/jira/browse/IOTDB-2227
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Cluster
Reporter: Quan Siyi
Fix For: master branch, 0.12.4
Users only set internal ip in iotdb-cluster.properties, and they often forget
to set the rpc_address (public ip) in iotdb-engine.properties. So the rpc
address is the default value(0.0.0.0). Session will cache the 0.0.0.0 endpoint
when an insertPlan is redirected.
We want internal ip as private ip and rpc_address as public ip. So if the
rpc_address is not set, set it the same with internal ip.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)