【发布时间】:2015-12-07 11:26:04
【问题描述】:
在启动 solr 时,我多次看到以下消息,然后无法访问 solr。
debraj@boutique3:~/solr5$ sudo bin/solr start -p 8789
Waiting to see Solr listening on port 8789 [-] Still not seeing Solr listening on 8789 after 30 seconds!
我的本地设置中有两个内核。我猜这是因为其中一个核心有点大。所以 solr 在加载核心时超时。如果我从 solr 中取出一个核心,那么一切正常。
有人可以告诉我如何将这个超时值从默认的 30 秒增加吗?
我在 Debian 7 上使用 Solr 5.2.1。
【问题讨论】:
标签: solr