Hi, sounds like https://issues.apache.org/jira/browse/SOLR-13963 which was fixed in Solr 8.3.1
On Thu, 10 Dec 2020 at 06:20, Ritvik Sharma <ritvik.s...@gmail.com> wrote: > Hi Houston, > Thanks for reply > > We dont have this kind of field. It's a field value and it is coming > randomly, not all the time. > We are indexing using cloudsolrclient + spring data . It is coming on any > value, > > I am trying to do indexing of ~30 million records. And it is coming on > Solr cloud mode not on standalone VM. > > Here x.x.x.x and x.x.x.y are tlog. > > Remote error message: ERROR: [doc=33140886###Track] unknown field ' > https://a10.ga' > at > > org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:125) > at > > org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:46) > at > > org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:549) > at > > org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1037) > at > > org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) > at > > org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) > at > org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106) > at > > org.springframework.data.solr.core.SolrTemplate.lambda$saveBeans$3(SolrTemplate.java:227) > at > > org.springframework.data.solr.core.SolrTemplate.execute(SolrTemplate.java:167) > ... 29 common frames omitted > Caused by: > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error > from server at http://x.x.x.x:8983/solr > /searchcollection_shard1_replica_t101: Async exception during distributed > update: Error from server at http://x.x.x.y:8983/sol > r/searchcollection_shard2_replica_t103/: null > > > > request: http://x.x.x.x:8983/solr/searchcollection_shard2_replica_t103/ > Remote error message: ERROR: [doc=33140886###Track] unknown field ' > https://a10.ga' > at > > org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665) > at > > org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) > at > > org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) > at > > org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) > at > > org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) > at > > org.apache.solr.client.solrj.impl.BaseCloudSolrClient.lambda$directUpdate$0(BaseCloudSolrClient.java:525) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > > org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) > ... 3 common frames omitted > > > On Thu, 10 Dec 2020 at 11:38, Houston Putman <houstonput...@gmail.com> > wrote: > > > Do you have a field named "314257s_seourls" in your schema? > > > > Is there a dynamic field you are trying to match with that name? > > > > - Houston > > > > On Thu, Dec 10, 2020 at 2:53 PM ritvik <ritvik.s...@gmail.com> wrote: > > > > > Hi , > > > Please suggest, why it is happening. > > > > > > > > > > > > -- > > > Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html > > > > > >