Hey, you can execute http://HOST:9200/_nodes/stats?all&pretty http://HOST:9200/_cluster/nodes?all&pretty
if it runs successfully (seems to work sometimes), you can at least compare java versions. I dont think it is a network problem, as you then should have a connection problem instead of having a problem when deserializing the message payload (which somehow implies that the message itself should have arrived, or?). --Alex On Thu, Dec 19, 2013 at 4:22 PM, Search User <[email protected]> wrote: > > I am 100% positive that all my nodes have the same JVM and ES version. I > downloaded it once and pushed to all my nodes. I also double checked by > running 'java -version' and looking at the ES directories and comparing. > > I don't see this message/exception all the time. I see it occasionally. My > theory is due to some packet loss (some odd issue in the network), the > message is not being deserialized properly. I may be wrong. > > Thanks, > > > On Wednesday, December 18, 2013 7:44:45 PM UTC-5, Jörg Prante wrote: >> >> Just for double check: are all ES servers and all client JVMs the same >> version? It is not enough to check all the cluster nodes. The client JVM is >> the one to check. The exception is quite clear, it stands for the >> InetAddress encoding/decoding issue because of different JVM versions... >> >> Jörg >> >> -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/ecc70bc8-23c1-43e5-9f9f-6342173d679c%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGCwEM-kh0Kq2rgi0BkJbPjefxK29QGL0kv8Z8MH3thsj6h2GA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
