Hi, If server node was dropped out of the cluster after GC pause which were longer than failureDetectionTImeout( https://apacheignite.readme.io/docs/tcpip-discovery#section-failure-detection-timeout), it will be stopped and won't try to reconnect to the cluster again till it will be restarted. You can configure SegmentaionPolicy for this purpose: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/plugin/segmentation/SegmentationPolicy.html. Also, client will try to reconnect to the cluster automatically, even after lt was dropped from the cluster.
Evgenii пт, 3 янв. 2020 г. в 12:43, swattal <[email protected]>: > Hello, > > We are evaluating Apache Ignite as a caching solution and i was wondering > if > the server/client nodes reconnect to the ZK after a major GC pause is over? > If the reconnect doesn't happen automatically then what is the recommended > way of exposing the node back to the ZK and the rest of the cluster? > > Would really appreciate if i could any pointers in this regard. > > Thanks, > Sumit > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
