Hi, all
If the LOCAL_IP and SEED_NODES in the configuration file have both a local ip(127.0.0.1) and a real ip, the iotdb service cannot be connected to other nodes, causing raft communication to fail, and the cluster is always in the election state. I think the LOCAL_IP and SEED_NODES should be consistent in the conf file; for the pseudo distributed mode, it can be all local ip, for the distributed mode, it must be the real ip, otherwise it will report an error at startup. I have submitted a PR for this: https://github.com/apache/incubator-iotdb/pull/1208 please leave your option, thanks. ______________________________ Thanks, Houliang Qi
