Re: Congratulations to the new Apache Solr PMC Chair, Jan Høydahl!

2021-02-19 Thread Ritvik Sharma
Congratulations Jan !

On Sat, 20 Feb 2021 at 5:30 AM, Jan Høydahl  wrote:

> Thanks everyone!
>
> It's an exciting season for Solr, and I look forward to serving the
> project as chair.
> Also thanks to Anshum for an excellent job last term for Lucene.
>
> Jan
>
> > 18. feb. 2021 kl. 19:55 skrev Anshum Gupta :
> >
> > Hi everyone,
> >
> > I’d like to inform everyone that the newly formed Apache Solr PMC
> nominated
> > and elected Jan Høydahl for the position of the Solr PMC Chair and Vice
> > President. This decision was approved by the board in its February 2021
> > meeting.
> >
> > Congratulations Jan!
> >
> > --
> > Anshum Gupta
>
>


Re: Solr background merge in case of pull replicas

2021-01-06 Thread Ritvik Sharma
Hi
It may be the cause of rebalancing and querying is not available not on
tlog at that moment.
You can check tlog logs and pull log when u are facing this issue.

May i know which version of solr you are using? and what is the ration of
tlog and pull nodes.

On Wed, 6 Jan 2021 at 2:46 PM, kshitij tyagi  wrote:

> Hi,
>
> I am having a  tlog + pull replica solr cloud setup.
>
> 1. I am observing that whenever background segment merge is triggered
> automatically, i see high response time on all of my solr nodes.
>
> As far as I know merges must be happening on tlog and hence the increase
> response time, i am not able to understand that why my pull replicas are
> affected during background index merges.
>
> Can someone give some insights on this? What is affecting my pull replicas
> during index merges?
>
> Regards,
> kshitij
>


Re: No Live server exception: Solr Cloud 6.6.6

2021-01-06 Thread Ritvik Sharma
Thanks for the reply Eric !

I have tried multiple versions of solr cloud , 8.3, 8.6.0,.8.6.2. Every
version has some issues either on indexing or query searching like with 8.3
, indexing throws below error,
request: http://X:8983/solr/searchcollection_shard2_replica_t103/
<http://x: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://x:8983/solr/searchcollection_shard1_replica_t105:
*Async
exception during distributed update: Error from server at*
http://yy:8983/solr/searchcollection_shard2_replica_t103/: *null*

I googled and googled (lol) then someone advised to upgrade version. But
there are many other issues with  Querying also.
Recently I tried to solr 6.6.6 version but it seems that there is
model-store issues with other errors also.

Please advise which stable solr cloud version can be used !


On Wed, 6 Jan 2021 at 18:09, Eric Pugh 
wrote:

> I think you are going in the wrong direction in your upgrade path…. While
> it may *seem* simpler to go from master/slave 6.6.6 to SolrCloud 6.6.6, you
> are much better off just going from master/slave 6.6.6 to SolrCloud on 8.7
> (or whatever is the latest).
>
> SolrCloud has evolved since Solr 6 by two MAJOR versions, and is much more
> robust with so many fixes.  Today, I suspect very few folks who know the
> innards of Solr are actually still familiar with the 6.x line!
>
> This is also a really good opportunity to relook at your schema as well,
> and make sure you are using all the features in the best way possible.
>
>
>
>
> > On Jan 6, 2021, at 1:40 AM, Ritvik Sharma  wrote:
> >
> > Hi Guys,
> >
> > Any update.
> >
> > On Tue, 5 Jan 2021 at 18:06, Ritvik Sharma 
> wrote:
> >
> >> Hi Guys
> >>
> >> Happy New Year.
> >>
> >> We are trying to move to solr cloud 6.6.6 as we are using same version
> >> master-slave arch.
> >>
> >> solr cloud: 6.6.6
> >> zk: 3.4.10
> >>
> >> We are facing few errors
> >> 1. Every time we upload a model-store using curl XPUT command , it is
> >> showing at that time but after reloading collection , it is removed
> >> automatically.
> >>
> >> 2.While querying the data, we are getting below exception,
> >>
> >> "msg": "org.apache.solr.client.solrj.SolrServerException: No live
> >> SolrServers available to handle this request:[
> >> http://x.x.x.x:8983/solr/solrcollection_shard1_replica2,
> >> http://x.x.x.y:8983/solr/solrcollection_shard1_replica1]","trace":
> "org.apache.solr.common.SolrException:
> >> org.apache.solr.client.solrj.SolrServerException: No live SolrServers
> >> available to handle this request:[
> >> http://x.x.x.x:8983/solr/solrcollection_shard1_replica2,
> >> http://x.x.x.y:8983/solr/solrcollection_shard1_replica1]\n\tat
> >>
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:416)\n\tat
> >>
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)\n\tat
> >> org.apache.solr.core.SolrCore.execute(SolrCore.java:2477)\n\tat
> >>
> org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:724)\n\tat
> >> org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:530)\n\tat
> >>
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)\n\tat
> >>
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)\n\tat
> >>
> o

Re: No Live server exception: Solr Cloud 6.6.6

2021-01-05 Thread Ritvik Sharma
Hi Guys,

Any update.

On Tue, 5 Jan 2021 at 18:06, Ritvik Sharma  wrote:

> Hi Guys
>
> Happy New Year.
>
> We are trying to move to solr cloud 6.6.6 as we are using same version
> master-slave arch.
>
> solr cloud: 6.6.6
> zk: 3.4.10
>
>  We are facing few errors
> 1. Every time we upload a model-store using curl XPUT command , it is
> showing at that time but after reloading collection , it is removed
> automatically.
>
> 2.While querying the data, we are getting below exception,
>
> "msg": "org.apache.solr.client.solrj.SolrServerException: No live
> SolrServers available to handle this request:[
> http://x.x.x.x:8983/solr/solrcollection_shard1_replica2,
> http://x.x.x.y:8983/solr/solrcollection_shard1_replica1]","trace": 
> "org.apache.solr.common.SolrException:
> org.apache.solr.client.solrj.SolrServerException: No live SolrServers
> available to handle this request:[
> http://x.x.x.x:8983/solr/solrcollection_shard1_replica2,
> http://x.x.x.y:8983/solr/solrcollection_shard1_replica1]\n\tat
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:416)\n\tat
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)\n\tat
> org.apache.solr.core.SolrCore.execute(SolrCore.java:2477)\n\tat
> org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:724)\n\tat
> org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:530)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)\n\tat
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat
>
>
>
>
>


No Live server exception: Solr Cloud 6.6.6

2021-01-05 Thread Ritvik Sharma
Hi Guys

Happy New Year.

We are trying to move to solr cloud 6.6.6 as we are using same version
master-slave arch.

solr cloud: 6.6.6
zk: 3.4.10

 We are facing few errors
1. Every time we upload a model-store using curl XPUT command , it is
showing at that time but after reloading collection , it is removed
automatically.

2.While querying the data, we are getting below exception,

"msg": "org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:[
http://x.x.x.x:8983/solr/solrcollection_shard1_replica2,
http://x.x.x.y:8983/solr/solrcollection_shard1_replica1]","trace":
"org.apache.solr.common.SolrException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers
available to handle this request:[
http://x.x.x.x:8983/solr/solrcollection_shard1_replica2,
http://x.x.x.y:8983/solr/solrcollection_shard1_replica1]\n\tat
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:416)\n\tat
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)\n\tat
org.apache.solr.core.SolrCore.execute(SolrCore.java:2477)\n\tat
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:724)\n\tat
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:530)\n\tat
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)\n\tat
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)\n\tat
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat


Re: Solr cloud issuse: Async exception during distributed update

2020-12-09 Thread Ritvik Sharma
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 
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  wrote:
>
> > Hi ,
> >  Please suggest, why it is happening.
> >
> >
> >
> > --
> > Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
> >
>


Re: [CAUTION] SSL + Solr 8.5.1 in cloud mode + Java 8

2020-12-09 Thread Ritvik Sharma
This code is there but it does not show on solr running cammnd

On Wed, 9 Dec 2020 at 23:28, rkrish84  wrote:

> Commented out the solr_ssl_client_key_store related code section in solr.sh
> file to resolve the issue and enable ssl.
>
>
>
> --
> Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>


Re: Solr cloud issuse: Async exception during distributed update

2020-12-09 Thread Ritvik Sharma
Hi Furkan

I have added the mail. Please check.




On Wed, 9 Dec 2020 at 12:52, Furkan KAMACI  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  wrote:
>
>>
>> Hi Solr Owner ,
>>
>> Please check the below mail, I am facing the issue. Do you have any
>> solution.
>> -- Forwarded message -
>> From: Ritvik Sharma 
>> Date: Thu, 3 Dec 2020 at 16:21
>> Subject: Solr cloud issuse: Async exception during distributed update
>> To: 
>>
>>
>> Hello Guys,
>>
>> I am facing an issue , while indexing on solr cloud, on Zookeeper,
>>
>> Solr version: 8.3,
>> Spring solr connector
>>
>>
>> request: http://X: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://x:8983/solr/searchcollection_shard1_replica_t105: *Async
>> exception during distributed update: Error from server at*
>> http://yy:8983/solr/searchcollection_shard2_replica_t103/: *null*
>>
>>
>> It seems it reads value as a field.
>>
>> Please check this.
>>
>>