elasticsearch 报错
org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.elasticsearch.client.transport.TransportClient]: Factory method 'elasticsearchClient' threw exception; nested exception is java.lang.IllegalStateException: availableProcessors is already set to [4], rejecting [4]
在启动类中加入
System.setProperty("es.set.netty.runtime.available.processors","false");
版权声明:本文为qq_19551571原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。