当前位置:网站首页>Solr基础操作15
Solr基础操作15
2022-06-29 23:55:00 【franket】
原来的两个 java 分别监听在 8983 和 7574 ,现在已经没有了
Tip: 监听的端口会马上消失,但是还有一些残留的连接处于 TIME_WAIT 状态,timeout 后会自动消失,但此刻管理界面已经无法访问了
[[email protected] solr-5.3.0]# ps fuax | grep solr
root 64883 0.0 0.0 103252 828 pts/1 S+ 13:56 0:00 | \_ grep solr
[[email protected] solr-5.3.0]# netstat -ant | grep -E '(8983|7574)'
[[email protected] solr-5.3.0]#删除数据
数据保存到如下路径
[[email protected] solr-5.3.0]# tree example/cloud/
example/cloud/
├── node1
│ ├── logs
│ │ ├── solr-8983-console.log
│ │ ├── solr_gc.log
│ │ └── solr.log
│ └── solr
│ ├── gettingstarted_shard1_replica1
│ │ ├── core.properties
│ │ └── data
│ │ ├── index
│ │ │ ├── segments_1
│ │ │ └── write.lock
│ │ └── tlog
│ ├── gettingstarted_shard2_replica1
│ │ ├── core.properties
│ │ └── data
│ │ ├── index
│ │ │ ├── segments_1
│ │ │ └── write.lock
│ │ └── tlog
│ ├── solr.xml
│ ├── zoo.cfg
│ └── zoo_data
│ └── version-2
│ └── log.1
└── node2
├── logs
│ ├── solr-7574-console.log
│ ├── solr_gc.log
│ └── solr.log
└── solr
├── gettingstarted_shard1_replica2
│ ├── core.properties
│ └── data
│ ├── index
│ │ ├── segments_1
│ │ └── write.lock
│ └── tlog
├── gettingstarted_shard2_replica2
│ ├── core.properties
│ └── data
│ ├── index
│ │ ├── segments_1
│ │ └── write.lock
│ └── tlog
├── solr.xml
└── zoo.cfg
24 directories, 23 files
[[email protected] solr-5.3.0]# 边栏推荐
- [leetcode] a number that appears only once [136]
- Simple understanding of B tree and b+ tree
- Inspiration collection · evaluation of creative writing software: flomo, obsidian memo, napkin, flowus
- [译]在软件开发行业工作 6 年后,那些年我曾改过的观念
- LC:最大子数组和
- Why is JSX syntax so popular?
- 【微信小程序】认识小程序项目的基本组成结构
- 云和恩墨盖国强,识别它、抓住它,在国产数据库沸腾以前
- About mongodb error: connecting to: mongodb://127.0.0.1:27017/?compressors=disabled &gssapiServiceName=mongodb
- Buffer flow exercise
猜你喜欢

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

Use of jetpack's room in combination with flow
500 error occurred after importing skins folder into solo blog skin

6.28日刷题题解

【微信小程序】认识小程序项目的基本组成结构

ThinkPad VMware installation virtual machine: this host supports Intel VT-x, but Intel VT-x is disabled (problem resolution)

Unity splashimage scaling problem

New CorelDRAW technical suite2022 latest detailed function introduction

Leetcode (76) -- Minimum Covering substring

What is IGMP? What is the difference between IGMP and ICMP?
随机推荐
Zhongkang holdings opens the offering: it plans to raise HK $395million net, and it is expected to be listed on July 12
500 error occurred after importing skins folder into solo blog skin
[wechat applet] understand the basic composition of the applet project
招商证券靠谱吗?开股票账户安全吗?
golang7_ TCP programming
Unity about failure (delay) of destroy and ondestroy
solo 博客皮肤导入 skins 文件夹后出现 500 错误
The concept and significance of mean, variance, standard deviation and covariance
手机开户一般哪个证券公司好?另外,手机开户安全么?
这个简单的小功能,半年为我们产研团队省下213个小时
What is flush software? Is it safe to open an account online?
Sword finger offer 14- I. cut rope
Jetpack之Room的使用,结合Flow
QT learning 04 Hello QT
Inspiration collection · evaluation of creative writing software: flomo, obsidian memo, napkin, flowus
matlab习题 —— 程序控制流程练习
QT learning 02 GUI program example analysis
Analysis of define incdir command in TCL script of Modelsim
Provide effective performance evaluation 
QT learning 06 widgets and window types