美文网首页
es升级问题

es升级问题

作者: 爲誰而来 | 来源:发表于2021-01-22 16:08 被阅读0次

The following method did not exist: org.elasticsearch.common.logging.Loggers.getLogger(Ljava/lang/String;)Lorg/apache/logging/log4j/Logger;

是因为 org.elasticsearch.client 包中引入了低版本的  transport-netty4-client jar,把 elasticsearch包 中 排除掉,重新引入 transport-netty4-client 包,和 

elasticsearch 版本保持一致即可。

相关文章

网友评论

      本文标题:es升级问题

      本文链接:https://www.haomeiwen.com/subject/tptezktx.html