Steve Rowe created SOLR-9832:
--------------------------------

             Summary: Schema modifications are not immediately visible on the 
coordinating node
                 Key: SOLR-9832
                 URL: https://issues.apache.org/jira/browse/SOLR-9832
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Steve Rowe


As noted on SOLR-9751, 
{{PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields()}} has been failing on 
Jenkins.  When I beast this test on my Jenkins box, it fails about 1% of the 
time.  E.g. from [https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2247/]:

{noformat}
  [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=PreAnalyzedFieldManagedSchemaCloudTest -Dtests.method=testAdd2Fields 
-Dtests.seed=CD72F125201C0C76 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=is -Dtests.timezone=Antarctica/McMurdo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
  [junit4] ERROR   0.09s J0 | 
PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields <<<
  [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[https://127.0.0.1:39011/solr/managed-preanalyzed, 
https://127.0.0.1:33343/solr/managed-preanalyzed]
  [junit4]    >         at 
__randomizedtesting.SeedInfo.seed([CD72F125201C0C76:656743CEFC1A9F80]:0)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1292)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1062)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1004)
  [junit4]    >         at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
  [junit4]    >         at 
org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.addField(PreAnalyzedFieldManagedSchemaCloudTest.java:61)
  [junit4]    >         at 
org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields(PreAnalyzedFieldManagedSchemaCloudTest.java:52)
  [junit4]    >         at java.lang.Thread.run(Thread.java:745)
  [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39011/solr/managed-preanalyzed: No such path 
/schema/fields/field2
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:593)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
  [junit4]    >         at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to