elasticsearch中启动报错ERROR: [1] bootstrap checks failed

[2020-11-24T15:39:21,452][INFO ][o.e.b.BootstrapChecks    ] [dsmonitorEs-node-2] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [1] bootstrap checks failed
[1]: JVM is using the serial collector but should not be for the best performance; either it's the default for the VM [Java HotSpot(TM) 64-Bit Server VM] or -XX:+UseSerialGC was explicitly specified

解决办法:启动时使用默认JDK,在es/bin/elasticsearch-env中设置es/jdk路径,或注释elasticsearch.yml中的network.host属性(设置了就是生产模式了,如果 boostrap check failed  就启不来)

elasticsearch中启动报错ERROR: [1] bootstrap checks failed