当前位置:网站首页>Solr基础操作14
Solr基础操作14
2022-06-29 23:55:00 【franket】
关闭Solr
正常运行的状态下,会有两个 java 分别监听在 8983 和 7574
[[email protected] solr-5.3.0]# ps faux | grep solr
root 63799 0.0 0.0 103252 828 pts/1 S+ 13:45 0:00 | \_ grep solr
root 3579 0.8 13.0 2002356 513088 pts/0 Sl Sep09 11:10 java -server -Xss256k -Xms512m -Xmx512m -XX:NewRatio=3 -XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 -XX:+CMSScavengeBeforeRemark -XX:PretenureSizeThreshold=64m -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=50 -XX:CMSMaxAbortablePrecleanTime=6000 -XX:+CMSParallelRemarkEnabled -XX:+ParallelRefProcEnabled -XX:CMSFullGCsBeforeCompaction=1 -XX:CMSTriggerPermRatio=80 -verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -Xloggc:/data/solr/solr-5.3.0/example/cloud/node1/solr/../logs/solr_gc.log -DzkClientTimeout=15000 -DzkRun -Djetty.port=8983 -DSTOP.PORT=7983 -DSTOP.KEY=solrrocks -Duser.timezone=UTC -Djetty.home=/data/solr/solr-5.3.0/server -Dsolr.solr.home=/data/solr/solr-5.3.0/example/cloud/node1/solr -Dsolr.install.dir=/data/solr/solr-5.3.0 -Dlog4j.configuration=file:/data/solr/solr-5.3.0/example/resources/log4j.properties -jar start.jar -XX:OnOutOfMemoryError=/data/solr/solr-5.3.0/bin/oom_solr.sh 8983 /data/solr/solr-5.3.0/example/cloud/node1/solr/../logs --module=http
root 3799 0.4 9.4 2006728 369716 pts/0 Sl Sep09 5:54 java -server -Xss256k -Xms512m -Xmx512m -XX:NewRatio=3 -XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 -XX:+CMSScavengeBeforeRemark -XX:PretenureSizeThreshold=64m -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=50 -XX:CMSMaxAbortablePrecleanTime=6000 -XX:+CMSParallelRemarkEnabled -XX:+ParallelRefProcEnabled -XX:CMSFullGCsBeforeCompaction=1 -XX:CMSTriggerPermRatio=80 -verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -Xloggc:/data/solr/solr-5.3.0/example/cloud/node2/solr/../logs/solr_gc.log -DzkClientTimeout=15000 -DzkHost=localhost:9983 -Djetty.port=7574 -DSTOP.PORT=6574 -DSTOP.KEY=solrrocks -Duser.timezone=UTC -Djetty.home=/data/solr/solr-5.3.0/server -Dsolr.solr.home=/data/solr/solr-5.3.0/example/cloud/node2/solr -Dsolr.install.dir=/data/solr/solr-5.3.0 -Dlog4j.configuration=file:/data/solr/solr-5.3.0/example/resources/log4j.properties -jar start.jar -XX:OnOutOfMemoryError=/data/solr/solr-5.3.0/bin/oom_solr.sh 7574 /data/solr/solr-5.3.0/example/cloud/node2/solr/../logs --module=http
[[email protected] solr-5.3.0]# netstat -ant | grep -E '(8983|7574)'
tcp 0 0 :::7574 :::* LISTEN
tcp 0 0 :::8983 :::* LISTEN
tcp 0 0 ::ffff:192.168.100.10:42750 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33948 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42749 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42745 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:7574 ::ffff:192.168.100.10:33936 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:42745 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33949 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:42749 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33947 ::ffff:192.168.100.102:7574 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:7574 ::ffff:192.168.100.10:33947 ESTABLISHED
tcp 0 0 ::ffff:127.0.0.1:42313 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.102:7574 ::ffff:192.168.100.10:33938 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33942 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:42307 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:42316 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:42744 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33938 ::ffff:192.168.100.102:7574 ESTABLISHED
tcp 0 0 ::ffff:127.0.0.1:42317 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42744 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42750 ESTABLISHED
tcp 0 0 ::ffff:127.0.0.1:42327 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:33945 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:42314 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:33936 ::ffff:192.168.100.102:7574 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33946 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:33943 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:59150 ::ffff:127.0.0.1:7574 TIME_WAIT
[[email protected] solr-5.3.0]# 使用如下命令停止服务
[[email protected] solr-5.3.0]# bin/solr stop -all
Sending stop command to Solr running on port 8983 ... waiting 5 seconds to allow Jetty process 3579 to stop gracefully.
Sending stop command to Solr running on port 7574 ... waiting 5 seconds to allow Jetty process 3799 to stop gracefully.
Solr process 3799 is still running; forcefully killing it now.
Killed process 3799
[[email protected] solr-5.3.0]# 边栏推荐
- Unity about failure (delay) of destroy and ondestroy
- Zhongang Mining: Fluorite helps the construction and development of lithium battery in fluorine industry
- Web APIs 环境对象 丨黑马程序员
- Basic tutorial for installing monggodb in win10
- Sword finger offer 13 Range of motion of robot
- Basic operations such as MySQL startup under Windows platform
- @Scheduled注解的坑,我替你踩了
- xutils3传集合
- Siemens low code version 9.14: meet different needs
- 6.29 problem solving
猜你喜欢

HPE launched ARM CPU general server product

AI首席架构师9-胡晓光 《飞桨模型库与行业应用》

剑指 Offer 13. 机器人的运动范围

Zhongkang holdings opens the offering: it plans to raise HK $395million net, and it is expected to be listed on July 12

6.28 problem solving

Golang6 reflection

New titanium cloud service won the "2022 love analysis · panoramic report of it operation and maintenance manufacturers" cloud management platform CMP representative manufacturer

雲和恩墨蓋國强,識別它、抓住它,在國產數據庫沸騰以前

这个简单的小功能,半年为我们产研团队省下213个小时

Sword finger offer 14- ii Cutting rope II
随机推荐
After working in the software development industry for six years, I changed my ideas in those years
Applet plug-in access, development and precautions
Leetcode (76) -- Minimum Covering substring
Inspiration collection · evaluation of creative writing software: flomo, obsidian memo, napkin, flowus
数莓派 4怎么样?可能的玩法有哪些?
Serialization of binary tree 297 Serialization and deserialization of binary tree 652 Find duplicate subtrees
[LeetCode] 只出现一次的数字【136】
我想知道今天还可以开户么?另外想问,现在在线开户安全么?
Divisor
LC: effective Sudoku + rotating image
JS绘制极坐标颜色渐变
Bee common configuration
Start harvesting! Nailing: adjust the maximum number of free users of "nailing team". If the number exceeds 10, it will not work normally
Sword finger offer 13 Range of motion of robot
[译]在软件开发行业工作 6 年后,那些年我曾改过的观念
请指教什么是在线开户?另外,手机开户安全么?
如何实现搜索引擎中的拼写纠错功能——思路
6.28 problem solving
Halcon practical: design idea of solder joint detection
Shell operator