You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Ritvik Sharma <ri...@gmail.com> on 2020/12/09 12:30:08 UTC

Re: Solr cloud issuse: Async exception during distributed update

Hi Furkan

I have added the mail. Please check.




On Wed, 9 Dec 2020 at 12:52, Furkan KAMACI <fu...@gmail.com> wrote:

> Hi Ritwik,
>
> Could you send your e-mail to solr user list?
>
> Kind Regards,
> Furkan KAMACI
>
> On 9 Dec 2020 Wed at 10:18 Ritvik Sharma <ri...@gmail.com> wrote:
>
>>
>> Hi Solr Owner ,
>>
>> Please check the below mail, I am facing the issue. Do you have any
>> solution.
>> ---------- Forwarded message ---------
>> From: Ritvik Sharma <ri...@gmail.com>
>> Date: Thu, 3 Dec 2020 at 16:21
>> Subject: Solr cloud issuse: Async exception during distributed update
>> To: <so...@lucene.apache.org>
>>
>>
>> Hello Guys,
>>
>> I am facing an issue , while indexing on solr cloud, on Zookeeper,
>>
>> Solr version: 8.3,
>> Spring solr connector
>>
>>
>> request: http://XXXXX:8983/solr/searchcollection_shard2_replica_t103/
>> Remote error message: ERROR: [doc=] *unknown field* '314257s_seourls'
>>         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://xxxxx:8983/solr/searchcollection_shard1_replica_t105: *Async
>> exception during distributed update: Error from server at*
>> http://yyyyyy:8983/solr/searchcollection_shard2_replica_t103/: *null*
>>
>>
>> It seems it reads value as a field.
>>
>> Please check this.
>>
>>

Re: Solr cloud issuse: Async exception during distributed update

Posted by Colvin Cowie <co...@gmail.com>.
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 <ri...@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 <ho...@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 <ri...@gmail.com> wrote:
> >
> > > Hi ,
> > >  Please suggest, why it is happening.
> > >
> > >
> > >
> > > --
> > > Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
> > >
> >
>

Re: Solr cloud issuse: Async exception during distributed update

Posted by Ritvik Sharma <ri...@gmail.com>.
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 <ho...@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 <ri...@gmail.com> wrote:
>
> > Hi ,
> >  Please suggest, why it is happening.
> >
> >
> >
> > --
> > Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
> >
>

Re: Solr cloud issuse: Async exception during distributed update

Posted by Houston Putman <ho...@gmail.com>.
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 <ri...@gmail.com> wrote:

> Hi ,
>  Please suggest, why it is happening.
>
>
>
> --
> Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>

Re: Solr cloud issuse: Async exception during distributed update

Posted by ritvik <ri...@gmail.com>.
Hi ,
 Please suggest, why it is happening.



--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html