For the record. I have created the issue: https://github.com/akka/akka/issues/18433
On Thu, Aug 27, 2015 at 4:27 PM, Patrik Nordwall <[email protected]> wrote: > I see what you mean. Please create an issue > <https://github.com/akka/akka/issues/new> and we will see what can be > done to improve this. > > The reason is that the JMX view is populated by ordinary cluster > membership events, such as MemberUp. There is no such event for the joining > and down. I agree that we should show such things in the JMX view. > > /Patrik > > On Fri, Aug 21, 2015 at 12:37 PM, Maga Abdurakhmanov <[email protected]> > wrote: > >> Hi everyone, >> >> it seems that node/cluster information reported by JMX isn't reliable. I >> getting into the situation when leader can't perform it's duties, because >> some nodes are unreachable (they were shutdown) and others are joined. Here >> is what is reported in log by leader node: >> >> https://gist.github.com/maqdev/2ab4acb478148539c882 >> >> In the same time JMX reports this from the same node: >> >> https://gist.github.com/maqdev/51180ae530d503d2750f >> >> As you may see there is not all nodes shown in JMX cluster information. >> Also nodes that are down (in log) are show as up in JMX. >> >> This is very confusing when you have to deal with cluster problems. >> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> >>>>>>>>>> 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/d/optout. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> 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/d/optout.
