「this.authenticationStore」が9.7.0へのアップデート後にnullになる
トピック作成者:ks-solruserml-bot (2024/12/28 18:42 投稿)
7
(The bot translated the original post https://lists.apache.org/thread/jhs7lkg942nxg2hlb879k6tc832yhm06 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
SolrCloudインスタンスを9.7.0にアップデートした後、対応するレプリカがサービス起動後に回復できません。次の例外が繰り返しログに記録されています:
2024-09-18 09:36:31.238 ERROR (recoveryExecutor-12-thread-1-processing-fts06.host.internal:8983_solr dovecot_fts_shard5_replica_n61 dovecot_fts shard5 core_node62) [c:dovecot_fts s:shard5 r:core_node62 x:dovecot_fts_shard5_replica_n61 t:] o.a.s.c.RecoveryStrategy Error while trying to recover. core=dovecot_fts_shard5_replica_n61 => java.lang.NullPointerException: Cannot invoke "org.apache.solr.client.solrj.impl.AuthenticationStoreHolder.updateAuthenticationStore(org.eclipse.jetty.client.api.AuthenticationStore)" because "this.authenticationStore" is null
at org.apache.solr.client.solrj.impl.Http2SolrClient.setAuthenticationStore(Http2SolrClient.java:318)
java.lang.NullPointerException: Cannot invoke "org.apache.solr.client.solrj.impl.AuthenticationStoreHolder.updateAuthenticationStore(org.eclipse.jetty.client.api.AuthenticationStore)" because "this.authenticationStore" is null
このエラーは、レプリカの回復が失敗した原因であり、9.6.1に戻すと再びレプリカが回復します。
これは9.7.0と9.6.1のインスタンスを併用している場合に発生する問題でしょうか、それとも他に原因があるのでしょうか?
よろしくお願いします。
Patrik
トピックへ返信するには、ログインが必要です。