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_
   
   
![image](https://user-images.githubusercontent.com/7918822/76705731-04c5b600-671d-11ea-97e0-1403aa736743.png)
   
   because the org.elasticsearch.common.transport.TransportAddress is class in 
es6.x
   
   
![image](https://user-images.githubusercontent.com/7918822/76705811-bf55b880-671d-11ea-87a5-af670e4f2c37.png)
   
   so, up es5.x plugin, make it inoperative on es6.x client
   
![image](https://user-images.githubusercontent.com/7918822/76705881-718d8000-671e-11ea-8025-a97b9a8472c5.png)
   
   
   **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

Reply via email to