持续更新中
错误记录:
1:BindHttpException[Failed to bind to 192.168.80.129:9200]; nested: BindException[Address already in use];
Likely root cause: java.net.BindException: Address already in use。
关闭es9200端口,重新启动
lsof -i:9200|more
kill -9 pid号
2:java.lang.IllegalStateException: failed to obtain node locks, tried [[/appdata/ucpindex/data]] with lock id [0]; maybe these locations are not writable or multiple nodes were started without increasing [node.max_local_storage_nodes] (was [1])?
配置文件elasticsearch中加入,
node.max_local_storage_nodes: 2
3: