【发布时间】:2020-07-23 17:46:02
【问题描述】:
我如何知道 Solr Collection 更新命令是否真的有效?我只做了很小的改动(为几个字段设置了 omitTermFreqAndPositions)。我执行的命令是
curl "http://localhost:8985/solr/admin/collections?action=RELOAD&name=collection1"
我收到了回复
{
"responseHeader":{
"status":0,
"QTime":1669},
"success":{
"***:*_solr":{
"responseHeader":{
"status":0,
"QTime":1597}}}}
Solr 日志文件有这样的行
Invoked Collection Action :reload with params name=collection1&action=RELOAD&wt=json&_=1553785328234 and sendToOCPQueue=true
后跟
之类的条目o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000018 doesn't exist. Requestor may have disconnected from ZooKeeper
我感觉工作没有成功完成。
【问题讨论】:
标签: solr apache-zookeeper