突然,solr doc索引对于solr cloud中的某些集合失败,但是当我们检查solr cloud graph集合的运行状况良好时。
搜索工作正常,但新文档未建立索引。有问题的集合具有1个碎片和3个副本。在3个副本中,有1个是领导者,它是绿色的,其余2个副本处于恢复状态,索引失败,并在Solr云中报告以下错误消息。一旦卸载,然后添加了所有3个内核,则文档将开始成功建立索引。间歇性地在Solr云中的少数集合中发生此问题。让我们知道是否有人面临类似问题。
resumecollection=EXPRESS_103_3: mode=E: sckey= ID-<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">400</int>
<int name="QTime">4</int>
</lst>
<lst name="error">
<lst name="metadata">
<str name="error-class">org.apache.solr.common.SolrException</str>
<str name="root-error-class">java.io.IOException</str>
<str name="error-class">org.apache.solr.common.SolrException</str>
<str name="root-error-class">org.apache.solr.common.SolrException</str>
</lst>
<str name="msg">
Bad Request request: http://
<1stnodeip>:8085/solr/EXPRESS_103_3_shard1_replica2/update?update.distrib=TOLEADER&distrib.from=http://
<2ndnodeip>:8085/solr/EXPRESS_103_3_shard1_replica3/&wt=javabin&version=2
</str>
<int name="code">400</int>
</lst>
</response>