You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by Mike Drob <md...@apache.org> on 2021/04/12 19:22:53 UTC

[ANNOUNCE] Apache Solr 8.8.2 released

The Solr PMC is pleased to announce the release of Apache Solr 8.8.2

Solr is the popular, blazing fast, open source NoSQL search platform from
the Apache Lucene project. Its major features include powerful full-text
search, hit highlighting, faceted search and analytics, rich document
parsing, geospatial search, extensive REST APIs as well as parallel SQL.
Solr is enterprise grade, secure and highly scalable, providing fault
tolerant distributed search and indexing, and powers the search and
navigation features of many of the world's largest internet sites.

This release contains several bug fixes. The release is available for
immediate download at:

https://solr.apache.org/downloads.html
Solr 8.8.2 Release Highlights

   - SOLR-15249: Properly set ZK ACLs on /security.json
   - SOLR-15233: Set doAs param in ConfigurableInternodeAuthHadoopPlugin
   - SOLR-15217: Use shardsWhitelist in ReplicationHandler
   - SOLR-15288: Hardening NODEDOWN event in collections using
   PerReplicaStates

Please report any feedback to the mailing lists (
https://solr.apache.org/community.html#mailing-lists-irc)


A summary of important changes is published in the Solr Reference Guide at
https://lucene.apache.org/solr/guide/8_8/solr-upgrade-notes.html.

For the most exhaustive list, see the full release notes at
https://lucene.apache.org/solr/8_8_2/changes/Changes.html or by viewing the
CHANGES.txt file accompanying the distribution.

Solr's release notes usually don't include Lucene layer changes.  Lucene's
release notes are at
https://lucene.apache.org/core/8_8_2/changes/Changes.html
Note: The Apache Software Foundation uses an extensive mirroring network for
distributing releases. It is possible that the mirror you are using may not
have
replicated the release yet. If that is the case, please try another mirror.
This also applies to Maven access.

Re: Regarding internode TLS enablement...

Posted by Jigar Pandya <ji...@venafi.com>.
Thanks Cassandra.

Here is another question I have:

I don’t know what is the difference between following 2 commands listed on https://solr.apache.org/guide/8_8/enabling-ssl.html:

To me, they both are modifying same - clusterprop urlscheme property – one is modifying using zkclient and other is using solr API…


$ server/scripts/cloud-scripts/zkcli.sh -zkhost server1:2181,server2:2181,server3:2181 -cmd clusterprop -name urlScheme -val https

AND

$ http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https

Are they both needed to be run or 1 will suffice ?

Thanks
Jigar


From: Cassandra Targett <ca...@gmail.com>
Date: Wednesday, April 14, 2021 at 12:27 PM
To: users@solr.apache.org <us...@solr.apache.org>, Jigar Pandya <ji...@venafi.com>
Subject: Re: Regarding internode TLS enablement...
Ah, right, good point - one node does need to be up in order to run the API command. I don’t recall now what I did when I wrote those docs, but if I had to guess now I would recommend bring up one node, run the CLUSTERPROP command, then bring up the rest of the nodes.
On Apr 13, 2021, 1:53 PM -0500, Jigar Pandya <ji...@venafi.com>, wrote:

Looks like the urls’ which I sent being adjusted by prrofpoint..

Here is the API, I am talking about – “ http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https [localhost]<https://urldefense.com/v3/__http:/localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!8JELFLeMZn7ukSZhfWHpAq0CJi5TkNQP8oOl4enTdR9zDtawNNSATzg1QBs4eXzTROs$> “

Thanks
Jigar


From: Jigar Pandya <ji...@venafi.com>
Date: Tuesday, April 13, 2021 at 11:17 AM
To: users@solr.apache.org <us...@solr.apache.org>, Cassandra Targett <ca...@gmail.com>
Subject: Re: Regarding internode TLS enablement...
Thanks Cassandra. This is great that there is an API which can be utilized to mark existing collection for https…

I have follow up question, as per the link – this API needs to be run - https://urldefense.com/v3/__http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$<https://urldefense.com/v3/__http:/localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$>

above API will require solr to be up and running – what I am not sure what should be the order – this is the order which is what I have taken in past:

1. Bring down solr server on each node
2. Configure solr.in.sh with ssl configuration
3. Restart solr

my question is, when this API needs to be done - https://urldefense.com/v3/__http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$<https://urldefense.com/v3/__http:/localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$>  in above listed step.

Can we do above API call after step #3 or before step #1 considering it needs solr server to be up and running on atleast one node.
OR
just before step #1, can we just keep one server running and do this step and then bring down that server
OR

Bring only one server up after step #4 and run this step.

I really apologize if I have confused you but unfortunately it is not very clear…

As per the link – “Once this and all other steps are complete, you can go ahead and start Solr” but for above API call to work solr needs to be up on atleast one node.

Thanks

Jigar



From: Cassandra Targett <ca...@gmail.com>
Date: Monday, April 12, 2021 at 1:29 PM
To: users@solr.apache.org <us...@solr.apache.org>
Subject: Re: Regarding internode TLS enablement...
At some point after 8.3, we added instructions for what to do with existing collections: https://urldefense.com/v3/__https://solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$%3chttps:/urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$>> . I don’t see any reason why that wouldn't be valid for 8.3 also.
On Apr 12, 2021, 2:58 PM -0500, Jigar Pandya <ji...@venafi.com>, wrote:
> Hello,
>
> We use solr cloud 8.3, we have a cluster of 6 VMs.
>
> We are trying to enable SSL for internode communication. I followed the document - https://urldefense.com/v3/__https://solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$%3chttps:/urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$>> . We have collection with data loaded, doc talks about solrCloud cluster with no initial collection – can you refer me to a link / document which explains what needs to be done to enable internode ssl communication for a solr cloud cluster which has collections with data.
>
> once we enable the clusterschema to https in zknode, I believe all the baseurl’s for collections needs to be changed to https. Is there a command which I can utilize to change all collection baseurls to https ?
>
> Thanks
> Jigar
>

Re: Regarding internode TLS enablement...

Posted by Cassandra Targett <ca...@gmail.com>.
Ah, right, good point - one node does need to be up in order to run the API command. I don’t recall now what I did when I wrote those docs, but if I had to guess now I would recommend bring up one node, run the CLUSTERPROP command, then bring up the rest of the nodes.
On Apr 13, 2021, 1:53 PM -0500, Jigar Pandya <ji...@venafi.com>, wrote:
> Looks like the urls’ which I sent being adjusted by prrofpoint..
>
> Here is the API, I am talking about – “ http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https “
>
> Thanks
> Jigar
>
>
>
> From: Jigar Pandya <ji...@venafi.com>
> Date: Tuesday, April 13, 2021 at 11:17 AM
> To: users@solr.apache.org <us...@solr.apache.org>, Cassandra Targett <ca...@gmail.com>
> Subject: Re: Regarding internode TLS enablement...
> Thanks Cassandra. This is great that there is an API which can be utilized to mark existing collection for https…
>
> I have follow up question, as per the link – this API needs to be run - https://urldefense.com/v3/__http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$
>
> above API will require solr to be up and running – what I am not sure what should be the order – this is the order which is what I have taken in past:
>
> 1. Bring down solr server on each node
> 2. Configure solr.in.sh with ssl configuration
> 3. Restart solr
>
> my question is, when this API needs to be done - https://urldefense.com/v3/__http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$  in above listed step.
>
> Can we do above API call after step #3 or before step #1 considering it needs solr server to be up and running on atleast one node.
> OR
> just before step #1, can we just keep one server running and do this step and then bring down that server
> OR
>
> Bring only one server up after step #4 and run this step.
>
> I really apologize if I have confused you but unfortunately it is not very clear…
>
> As per the link – “Once this and all other steps are complete, you can go ahead and start Solr” but for above API call to work solr needs to be up on atleast one node.
>
> Thanks
>
> Jigar
>
>
>
> From: Cassandra Targett <ca...@gmail.com>
> Date: Monday, April 12, 2021 at 1:29 PM
> To: users@solr.apache.org <us...@solr.apache.org>
> Subject: Re: Regarding internode TLS enablement...
> At some point after 8.3, we added instructions for what to do with existing collections: https://urldefense.com/v3/__https://solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$> . I don’t see any reason why that wouldn't be valid for 8.3 also.
> On Apr 12, 2021, 2:58 PM -0500, Jigar Pandya <ji...@venafi.com>, wrote:
> > Hello,
> >
> > We use solr cloud 8.3, we have a cluster of 6 VMs.
> >
> > We are trying to enable SSL for internode communication. I followed the document - https://urldefense.com/v3/__https://solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$> . We have collection with data loaded, doc talks about solrCloud cluster with no initial collection – can you refer me to a link / document which explains what needs to be done to enable internode ssl communication for a solr cloud cluster which has collections with data.
> >
> > once we enable the clusterschema to https in zknode, I believe all the baseurl’s for collections needs to be changed to https. Is there a command which I can utilize to change all collection baseurls to https ?
> >
> > Thanks
> > Jigar
> >

Re: Regarding internode TLS enablement...

Posted by Jigar Pandya <ji...@venafi.com>.
Looks like the urls’ which I sent being adjusted by prrofpoint..

Here is the API, I am talking about – “ http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https “

Thanks
Jigar



From: Jigar Pandya <ji...@venafi.com>
Date: Tuesday, April 13, 2021 at 11:17 AM
To: users@solr.apache.org <us...@solr.apache.org>, Cassandra Targett <ca...@gmail.com>
Subject: Re: Regarding internode TLS enablement...
Thanks Cassandra. This is great that there is an API which can be utilized to mark existing collection for https…

I have follow up question, as per the link – this API needs to be run - https://urldefense.com/v3/__http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$<https://urldefense.com/v3/__http:/localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$>

above API will require solr to be up and running – what I am not sure what should be the order – this is the order which is what I have taken in past:

1. Bring down solr server on each node
2. Configure solr.in.sh with ssl configuration
3. Restart solr

my question is, when this API needs to be done - https://urldefense.com/v3/__http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$<https://urldefense.com/v3/__http:/localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https__;!!Ati4tGle!5xcXScwuDrBUAbaCwQA6Pwp_joWVIld6TRTcuRGSnwC3vr2EevEzykxUWjwlnrbUXFY$>  in above listed step.

Can we do above API call after step #3 or before step #1 considering it needs solr server to be up and running on atleast one node.
OR
just before step #1, can we just keep one server running and do this step and then bring down that server
OR

Bring only one server up after step #4 and run this step.

I really apologize if I have confused you but unfortunately it is not very clear…

As per the link – “Once this and all other steps are complete, you can go ahead and start Solr” but for above API call to work solr needs to be up on atleast one node.

Thanks

Jigar



From: Cassandra Targett <ca...@gmail.com>
Date: Monday, April 12, 2021 at 1:29 PM
To: users@solr.apache.org <us...@solr.apache.org>
Subject: Re: Regarding internode TLS enablement...
At some point after 8.3, we added instructions for what to do with existing collections: https://urldefense.com/v3/__https://solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$%3chttps:/urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$>> . I don’t see any reason why that wouldn't be valid for 8.3 also.
On Apr 12, 2021, 2:58 PM -0500, Jigar Pandya <ji...@venafi.com>, wrote:
> Hello,
>
> We use solr cloud 8.3, we have a cluster of 6 VMs.
>
> We are trying to enable SSL for internode communication. I followed the document - https://urldefense.com/v3/__https://solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$%3chttps:/urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$>> . We have collection with data loaded, doc talks about solrCloud cluster with no initial collection – can you refer me to a link / document which explains what needs to be done to enable internode ssl communication for a solr cloud cluster which has collections with data.
>
> once we enable the clusterschema to https in zknode, I believe all the baseurl’s for collections needs to be changed to https. Is there a command which I can utilize to change all collection baseurls to https ?
>
> Thanks
> Jigar
>

Re: Regarding internode TLS enablement...

Posted by Jigar Pandya <ji...@venafi.com>.
Thanks Cassandra. This is great that there is an API which can be utilized to mark existing collection for https…

I have follow up question, as per the link – this API needs to be run - http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https

above API will require solr to be up and running – what I am not sure what should be the order – this is the order which is what I have taken in past:

1. Bring down solr server on each node
2. Configure solr.in.sh with ssl configuration
3. Restart solr

my question is, when this API needs to be done - http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&val=https in above listed step.

Can we do above API call after step #3 or before step #1 considering it needs solr server to be up and running on atleast one node.
OR
just before step #1, can we just keep one server running and do this step and then bring down that server
OR

Bring only one server up after step #4 and run this step.

I really apologize if I have confused you but unfortunately it is not very clear…

As per the link – “Once this and all other steps are complete, you can go ahead and start Solr” but for above API call to work solr needs to be up on atleast one node.

Thanks

Jigar



From: Cassandra Targett <ca...@gmail.com>
Date: Monday, April 12, 2021 at 1:29 PM
To: users@solr.apache.org <us...@solr.apache.org>
Subject: Re: Regarding internode TLS enablement...
At some point after 8.3, we added instructions for what to do with existing collections: https://urldefense.com/v3/__https://solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_8/enabling-ssl.html*update-cluster-properties-for-existing-collections__;Iw!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdVfEAsUMo$> . I don’t see any reason why that wouldn't be valid for 8.3 also.
On Apr 12, 2021, 2:58 PM -0500, Jigar Pandya <ji...@venafi.com>, wrote:
> Hello,
>
> We use solr cloud 8.3, we have a cluster of 6 VMs.
>
> We are trying to enable SSL for internode communication. I followed the document - https://urldefense.com/v3/__https://solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$<https://urldefense.com/v3/__https:/solr.apache.org/guide/8_3/enabling-ssl.html__;!!Ati4tGle!7osP7nNU35PQjvJam7Ik8ipo46nc_Y8LsGntQcC55903oTvd2-jlHySqHNdV_uzEdv0$> . We have collection with data loaded, doc talks about solrCloud cluster with no initial collection – can you refer me to a link / document which explains what needs to be done to enable internode ssl communication for a solr cloud cluster which has collections with data.
>
> once we enable the clusterschema to https in zknode, I believe all the baseurl’s for collections needs to be changed to https. Is there a command which I can utilize to change all collection baseurls to https ?
>
> Thanks
> Jigar
>

Re: Regarding internode TLS enablement...

Posted by Cassandra Targett <ca...@gmail.com>.
At some point after 8.3, we added instructions for what to do with existing collections: https://solr.apache.org/guide/8_8/enabling-ssl.html#update-cluster-properties-for-existing-collections. I don’t see any reason why that wouldn't be valid for 8.3 also.
On Apr 12, 2021, 2:58 PM -0500, Jigar Pandya <ji...@venafi.com>, wrote:
> Hello,
>
> We use solr cloud 8.3, we have a cluster of 6 VMs.
>
> We are trying to enable SSL for internode communication. I followed the document - https://solr.apache.org/guide/8_3/enabling-ssl.html. We have collection with data loaded, doc talks about solrCloud cluster with no initial collection – can you refer me to a link / document which explains what needs to be done to enable internode ssl communication for a solr cloud cluster which has collections with data.
>
> once we enable the clusterschema to https in zknode, I believe all the baseurl’s for collections needs to be changed to https. Is there a command which I can utilize to change all collection baseurls to https ?
>
> Thanks
> Jigar
>

Regarding internode TLS enablement...

Posted by Jigar Pandya <ji...@venafi.com>.
Hello,

We use solr cloud 8.3, we have a cluster of 6 VMs.

We are trying to enable SSL for internode communication. I followed the document - https://solr.apache.org/guide/8_3/enabling-ssl.html. We have collection with data loaded, doc talks about solrCloud cluster with no initial collection – can you refer me to a link / document which explains what needs to be done to enable internode ssl  communication for a solr cloud cluster which has collections with data.

once we enable the clusterschema to https in zknode, I believe all the baseurl’s for collections needs to be changed to https. Is there a command which I can utilize to change all collection baseurls to https ?

Thanks
Jigar


Regarding internode TLS enablement...

Posted by Jigar Pandya <ji...@venafi.com>.
Hello,

We use solr cloud 8.3, we have a cluster of 6 VMs.

We are trying to enable SSL for internode communication. I followed the document - https://solr.apache.org/guide/8_3/enabling-ssl.html. We have collection with data loaded, doc talks about solrCloud cluster with no initial collection – can you refer me to a link / document which explains what needs to be done to enable internode ssl  communication for a solr cloud cluster which has collections with data.

once we enable the clusterschema to https in zknode, I believe all the baseurl’s for collections needs to be changed to https. Is there a command which I can utilize to change all collection baseurls to https ?

Thanks
Jigar