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.
