菜鸟科技网

如何安全高效地执行Solr重启命令?重启过程中需要注意哪些关键步骤以避免数据丢失或服务中断?

Solr 作为 Linux/Unix 服务运行(推荐方式)

如果您在安装 Solr 时,按照官方文档的指引,使用了 solr.in.sh 脚本将其安装为系统服务(使用 systemdSysV),那么这是最简单、最可靠的方式。

如何安全高效地执行Solr重启命令?重启过程中需要注意哪些关键步骤以避免数据丢失或服务中断?-图1
(图片来源网络,侵删)

使用 systemd (现代 Linux 发行版如 CentOS 7+, Ubuntu 16.04+)

这是目前最主流的方式。

重启 Solr 服务:

sudo systemctl restart solr

检查 Solr 服务状态:

sudo systemctl status solr

停止 Solr 服务:

如何安全高效地执行Solr重启命令?重启过程中需要注意哪些关键步骤以避免数据丢失或服务中断?-图2
(图片来源网络,侵删)
sudo systemctl stop solr

启动 Solr 服务:

sudo systemctl start solr

使用 SysV init (旧版 Linux 发行版)

在一些较老的系统上,Solr 可能被安装为 init.d 服务。

重启 Solr 服务:

sudo service solr restart

检查 Solr 服务状态:

如何安全高效地执行Solr重启命令?重启过程中需要注意哪些关键步骤以避免数据丢失或服务中断?-图3
(图片来源网络,侵删)
sudo service solr status

停止 Solr 服务:

sudo service solr stop

启动 Solr 服务:

sudo service solr start

Solr 以独立模式运行(通过 solr start 命令)

如果您是直接在命令行中使用 solr start 命令启动的 Solr,那么您需要先找到并停止该进程,然后再重新启动它。

第 1 步:找到 Solr 进程 ID (PID)

使用 psgrep 命令来查找运行中的 Solr 进程。

ps aux | grep java | grep solr

您会看到类似下面的输出,-p 8983 是 Solr 运行的端口,/path/to/solr 是 Solr 的安装目录,-Dsolr.solr.home=... 是核心目录。


solr   12345  5.3  12.1  1.2G  410 pts/0  Sl   10:30   45:12 /path/to/java/bin/java -Xms512m -Xmx512m -Dsolr.solr.home=/path/to/solr/server/solr -Dsolr.install.dir=/path/to/solr -Djava.util.logging.config.file=/path/to/solr/server/resources/logging.properties -Djava.awt.headless=true -jar /path/to/solr/server/start.jar -Dsolr.log=/path/to/solr/server/logs -Dsolr.log.mirror=console -Dsolr.log.level=INFO -Dsolr.log.watch=true -Dsolr.log.maxsize=100 -Dsolr.log.maxbackupindex=10 -Dsolr.log.maxhistory=10 -Dsolr.log.cleanup=true -Dsolr.log.cleanup.interval=3600 -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\[0-9\]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log\.[0-9]+$ -Dsolr.log.cleanup.pattern=.*\.log
分享:
扫描分享到社交APP
上一篇
下一篇