0
点赞
收藏
分享

微信扫一扫

Springboot集成es,启动es报错

霍华德 2022-01-13 阅读 48

1. Elasticsearch health check failed

解决:

management.health.elasticsearch.enabled=false

2. availableProcessors is already set to [16], rejecting [16]

解决:

System.setProperty("es.set.netty.runtime.available.processors", "false");

参考文章:

springboot整合es出现elasticsearch health check failed - 简书

举报

相关推荐

0 条评论