es 开启集群_elasticsearch集群启动有问题可以考虑把es的进程杀掉
发布日期:2021-10-31 09:15:00 浏览次数:10 分类:技术文章

本文共 1777 字,大约阅读时间需要 5 分钟。

ps -ef | grep elastic

[elsearch@cos7-1 bin]$ ps -ef | grep elastic

elsearch 53362 53298 0 10:22 pts/5 00:00:00 vim elasticsearch.yml

elsearch 56994 1 5 12:41 ? 00:00:25 /opt/elasticsearch-7.10.0/jdk/bin/java -Xshare:auto -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -XX:+ShowCodeDetailsInExceptionMessages -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dio.netty.allocator.numDirectArenas=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Djava.locale.providers=SPI,COMPAT -Xms1g -Xmx1g -XX:+UseG1GC -XX:G1ReservePercent=25 -XX:InitiatingHeapOccupancyPercent=30 -Djava.io.tmpdir=/tmp/elasticsearch-14357424531153198419 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=data -XX:ErrorFile=logs/hs_err_pid%p.log -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m -XX:MaxDirectMemorySize=536870912 -Des.path.home=/opt/elasticsearch-7.10.0 -Des.path.conf=/opt/elasticsearch-7.10.0/config -Des.distribution.flavor=default -Des.distribution.type=tar -Des.bundled_jdk=true -cp /opt/elasticsearch-7.10.0/lib/* org.elasticsearch.bootstrap.Elasticsearch -E node.name=esnode01 -E cluster.name=es-cluster01 -E path.data=node01_data -E network.host=0.0.0.0 -E cluster.initial_master_nodes=esnode01,esnode02,esnode03,esnode04 -d

elsearch 58469 58193 0 12:48 pts/0 00:00:00 grep --color=auto elastic

[elsearch@cos7-1 bin]$ kill -9 53362

[elsearch@cos7-1 bin]$ kill -9 56994

[elsearch@cos7-1 bin]$ ps -ef | grep elastic

elsearch 58498 58193 0 12:49 pts/0 00:00:00 grep --color=auto elastic

[elsearch@cos7-1 bin]$ ./elasticsearch

转载地址:https://blog.csdn.net/weixin_39945523/article/details/111734655 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:array用法 numpy_numpy学习笔记 - numpy数组的常见用法
下一篇:vue项目的停止_javascript – 停止多次点击vue.js

发表评论

最新留言

很好
[***.229.124.182]2024年03月29日 17时24分44秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章

基于SnowFlake算法如何让分库分表中不同的ID落在同一个库的算法的实现 2019-04-27
基于springboot的ShardingSphere5.X的分库分表的解决方案之分库解决方案(二) 2019-04-27
基于springboot的ShardingSphere5.X的分库分表的解决方案之分表解决方案(一) 2019-04-27
基于springboot的ShardingSphere5.X的分库分表的解决方案之关联查询解决方案(三) 2019-04-27
基于springboot的ShardingSphere5.X的分库分表的解决方案之基于seata的分布式事务的解决方案(十五) 2019-04-27
Linux文件管理参考 2019-04-27
FTP文件管理项目(本地云)项目日报(一) 2019-04-27
FTP文件管理项目(本地云)项目日报(二) 2019-04-27
FTP文件管理项目(本地云)项目日报(三) 2019-04-27
FTP文件管理项目(本地云)项目日报(四) 2019-04-27
【C++】勉强能看的线程池详解 2019-04-27
FTP文件管理项目(本地云)项目日报(五) 2019-04-27
FTP文件管理项目(本地云)项目日报(关于不定长包的测试) 2019-04-27
FTP文件管理项目(本地云)项目日报(六) 2019-04-27
FTP文件管理项目(本地云)项目日报(七) 2019-04-27
FTP文件管理项目(本地云)项目日报(八) 2019-04-27
【Linux】血泪教训 -- 动态链接库配置方法 2019-04-27
FTP文件管理项目(本地云)项目日报(九) 2019-04-27
以练代学设计模式 -- FTP文件管理项目 2019-04-27
FTP文件管理项目(本地云)项目日报(十) 2019-04-27