当前位置:网站首页>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]# 边栏推荐
- 西门子低代码平台通过Database Connector 连接Mysql 实现增删改查
- Set up security groups, record domain names, and apply for SSL certificates
- AI赋能新零售,「智」胜之道在于生态思维|数智夜话直播精选摘录
- Construction of module 5 of actual combat Battalion
- JS绘制极坐标颜色渐变
- Why is JSX syntax so popular?
- LC: maximum subarray and
- This simple little function saves 213 hours for our production research team in half a year
- QT learning 07 coordinate system in QT
- On binary tree
猜你喜欢

Machine learning: the concept and application of VC dimension

Zhongang Mining: Fluorite helps the construction and development of lithium battery in fluorine industry

Yunhe enmo Guoqiang, identifiez - le, saisissez - le, avant l'ébullition de la base de données nationale

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

New CorelDRAW technical suite2022 latest detailed function introduction

Leetcode (76) -- Minimum Covering substring

云和恩墨盖国强,识别它、抓住它,在国产数据库沸腾以前

Start harvesting! Nailing: adjust the maximum number of free users of "nailing team". If the number exceeds 10, it will not work normally

Exploration and Practice on the future direction of byte cloud database
![[译]在软件开发行业工作 6 年后,那些年我曾改过的观念](/img/69/c9829b14223f1e8fd3137d0750d8f7.png)
[译]在软件开发行业工作 6 年后,那些年我曾改过的观念
随机推荐
Basic tutorial for installing monggodb in win10
Construction of module 5 of actual combat Battalion
6.28 problem solving
Koa2 learning and using
旋转彩色三叶草
Inspiration collection · evaluation of creative writing software: flomo, obsidian memo, napkin, flowus
Leetcode (633) -- sum of squares
Matplotlib plt Hist() parameter explanation
What is flush software? Is it safe to open an account online?
Analysis of common vlog parameters
Bee common configuration
数莓派 4怎么样?可能的玩法有哪些?
Halcon practical: design idea of solder joint detection
Simple understanding of B tree and b+ tree
招商证券靠谱吗?开股票账户安全吗?
[wechat applet] understand the basic composition of the applet project
ThinkPad VMware installation virtual machine: this host supports Intel VT-x, but Intel VT-x is disabled (problem resolution)
vlog常用参数解析
QT learning 05 introduction to QT creator project
AI empowers new retail, the way to win "wisdom" lies in ecological thinking | selected excerpts from digital intelligence night talk live broadcast