Indifer opened a new pull request #4517: fix elasticsearch-5.x-plugin when use es6.x TransportClient error URL: https://github.com/apache/skywalking/pull/4517 **fix elasticsearch-5.x-plugin when use es6.x TransportClient error:** _class[class org.elasticsearch.client.transport.TransportClientNodesService] after method[addTransportAddresses] intercept failure java.lang.IncompatibleClassChangeError: Found class org.elasticsearch.common.transport.TransportAddress, but interface was expected_  because the org.elasticsearch.common.transport.TransportAddress is class in es6.x  so, up es5.x plugin, make it inoperative on es6.x client  **up es6.x plugin to support TransportClient**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
