Solr 8.8.2でのSolrクラウドのタイムアウトエラー
(The bot translated the original post https://lists.apache.org/thread/nj7zmgf00n1kcckqqdk6qm3nvxzc5wcc into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
最近、私たちはSitecoreインスタンスにSolrCloudを実装しました。5つのSolrノードがあります。2つのSolrノード(それぞれ1つのレプリカのみ)で正しい結果が表示されていないことがあります。以下のエラーが問題のレプリカで繰り返し表示されているようですね。既知の問題があるかどうか、私たちを助けてくれるでしょうか。
12/13/2022, 2:06:53 PM
ERROR true
x:sitecore_web_index_shard1_replica_n4
ErrorReportingConcurrentUpdateSolrClient
SolrCmdDistributor$Reqを呼び出した際のエラー: cmd=delete{version=-1752137584955359232,query=(_group:(8cae9f6a1b7a4d08a3f789bc623a6997) AND _indexname:(sitecore_web_index))
,commitWithin=-1}; node=StdNode: https://FTC-WEB461P:8984/solr/sitecore_web_index_shard1_replica_n1/ to https://FTC-WEB461P:8984/solr/sitecore_web_index_shard1_replica_n1/
java.util.concurrent.TimeoutException
at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.sendUpdateStream(ConcurrentUpdateHttp2SolrClient.java:246)
at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.run(ConcurrentUpdateHttp2SolrClient.java:181)
at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
よろしくお願いします。
Shanti
トピックへ返信するには、ログインが必要です。