cx-cx-cx / mycomments

评论存储
0 stars 0 forks source link

Springboot整合Elasticsearch报错availableProcessors is already set to [4], rejecting [4] | 朗月寒星 #10

Open cx-cx-cx opened 5 years ago

cx-cx-cx commented 5 years ago

https://www.cxdcxd.cn/blog/2019/09/05/Springboot%E6%95%B4%E5%90%88Elasticsearch%E6%8A%A5%E9%94%99/#more

原因分析SpringBoot 2.X 的 spring-boot-starter-data-redis 默认是以 lettuce 作为连接池的, 而在 lettuce , elasticsearch transport 中都会依赖 netty,二者的 netty 版本不一致,不能够兼容。

zan7755 commented 4 years ago