Hi Piyush, No, it is not possible in 2.2.x. If you have these problems you should change the failure detectors to a less sensitive setting to reduce the false positives.
In 2.3-RC1 this was changed, and now it is possible for a node to come back from unreachable. -Endre On Tue, Jan 21, 2014 at 12:38 PM, Piyush Mishra <[email protected]> wrote: > > Hi All, > > We are using akka cluster 2.2.3 in our project. During a highly memory > intensive operation cluster nodes start seeing each other as unreachable. > We perform a memory intensive operation across cluster which takes time as > well as garbage collection occurs on each node. > > Is there any way to mark a node from unreachable state to reachable in > order to make it cluster member again. > > Can it be done using configuration or programmatically. > > Thanks in advance. > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
