org.elasticsearch.transport.TransportSerializationException: Failed to deserialize exception response from stream when one node is still starting

Hi,

this error usually occurs if you have different JVM versions between server
and client, or, if a plugin throws a custom exception at server side which
is not present at the client, so it fails to decode the exception.

Jörg

--