Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Pysolr 向 solr 添加数据。我一次添加 100 个文档。但我收到以下错误。
Solr 以错误 (HTTP 500) 响应:[原因:任务队列处理已停止 20121 毫秒,剩余 0 个元素要处理。]
solr 是否在内部有队列,是否由于点击次数过多而被填满?我可以增加队列的大小(我的意思是限制)
听起来您可以通过solr.cloud.client.stallTime系统属性控制这个时间。
solr.cloud.client.stallTime
参考:https ://issues.apache.org/jira/browse/SOLR-13975?focusedCommentId=16988216&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16988216