我发现了许多关于closures节点或节点集群的文章,但是关于停止机器上的所有elasticsearch进程呢? 即使closures所有节点(curl -XPOST'http :// localhost:9200 / _shutdown '),我发现我仍然有一个运行org.elasticsearch.bootstrap.Elasticsearch的java进程。 我发现停止(在Linux上)的唯一方法是用psfind进程ID并杀死它。 有没有更好的办法?