Jerry Chung created SOLR-17363:
----------------------------------

             Summary: ConfigRequest fails until Solr gets restarted
                 Key: SOLR-17363
                 URL: https://issues.apache.org/jira/browse/SOLR-17363
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: config-api
    Affects Versions: 9.4
            Reporter: Jerry Chung


Config request was submitted to update user property, but one of the replica's 
version was not updated until the solr service gets restarted. Solr log says 
the replica version was quite old than expected.

```

Caused by: 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error 
from server at 
https://ip-100-65-244-110.ec2.internal:8983/solr/mycollection/config?wt=javabin&version=2:
 1 out of 30 the property overlay to be of version 61 within 30 seconds! Failed 
cores: 
[https://ip-100-65-216-96.ec2.internal:8983/solr/mycollection_shard2_replica_n139/]
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:920)
 ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:576)
 ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]
        at 
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:533)
 ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:386) 
~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:352) 
~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]
        at 
fortiva.service.storage.index.CloudSolrClient.sendRequest(CloudSolrClient.java:)
 ~[xxx.jar:?]
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:898)
 ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:826)
 ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:234) 
~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
stillalex - 2023-10-10 19:10:39]

```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to