How to leave a Hazelcast cluster gracefully? -
currently, when remove node (e.g. ip-2) call hazelcastinstance.shutdown()
. still end seeing lot of warnings in logs, e.g.
[ip-1]:5701 [xxx] [3.3.3] removing connection endpoint address[ip-2]:5701 cause => java.net.socketexception {connection refused address /ip-2:5701}, error-count: 5 [ip-1]:5701 [xxx] [3.3.3] node not have connection member [ip-2]:5701 [ip-1]:5701 [xxx] [3.3.3] hz._hzinstance_1_xxx.io.thread-in-0 closing socket endpoint address[ip-2]:5701, cause:java.io.eofexception: remote socket closed!
is there more proper way remove nodes cluster?
this recommended way. guess logging bit confusing.
Comments
Post a Comment