原文:Factory method 'elasticsearchClient' threw exception; nested exception is java.lang.IllegalStateException: availableProcessors is already set to [8], rejecting [8]

項目環境: springboot ES . . redis 出錯信息截圖如下 百度查了一下,大概意思是redis和elasticsearch有沖突。 解決方法: 啟動類main方法中加入 System.setProperty es.set.netty.runtime.available.processors , false 如果是單元測試,需這樣加: ...

2019-12-11 21:28 1 1627 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM