[jira] [Commented] (SOLR-17300) Copy existing listeners on re-creation of Http2SolrClient

2024-05-23 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848866#comment-17848866 ] Sanjay Dutt commented on SOLR-17300: Test failed during testing this change for branc

[jira] [Commented] (SOLR-17300) Copy existing listeners on re-creation of Http2SolrClient

2024-05-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848868#comment-17848868 ] ASF subversion and git services commented on SOLR-17300: Commit 1

[jira] [Commented] (SOLR-17303) CVE-2023-39410: Upgrade to apache-avro version 1.11.3

2024-05-23 Thread Sujeet Hinge (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848869#comment-17848869 ] Sujeet Hinge commented on SOLR-17303: - org.apache.solr:solr-core=9.6.0   -> org.apach

[jira] [Commented] (SOLR-17303) CVE-2023-39410: Upgrade to apache-avro version 1.11.3

2024-05-23 Thread Sujeet Hinge (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848870#comment-17848870 ] Sujeet Hinge commented on SOLR-17303: - Seems it is part of one of the module for HDFS

[jira] [Resolved] (SOLR-17300) Copy existing listeners on re-creation of Http2SolrClient

2024-05-23 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Dutt resolved SOLR-17300. Fix Version/s: 9.7 Resolution: Fixed > Copy existing listeners on re-creation of Http2SolrCl

[jira] [Assigned] (SOLR-17290) Update SyncStrategy and PeerSyncWithLeader to use the recovery Http2SolrClient

2024-05-23 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Dutt reassigned SOLR-17290: -- Assignee: Sanjay Dutt > Update SyncStrategy and PeerSyncWithLeader to use the recovery Http2So

Re: [PR] SOLR-16659: Properly construct V2 base urls instead of replacing substring "/solr" with "/api" [solr]

2024-05-23 Thread via GitHub
epugh commented on code in PR #2473: URL: https://github.com/apache/solr/pull/2473#discussion_r1611519373 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java: ## @@ -1331,12 +1331,24 @@ public ConfigData getSecurityProps(boolean getFresh) { * Ret

[jira] [Commented] (SOLR-17300) Copy existing listeners on re-creation of Http2SolrClient

2024-05-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848939#comment-17848939 ] David Smiley commented on SOLR-17300: - "Interrupted while obtaining reference to Core

[jira] [Commented] (SOLR-17118) Solr deadlock during servlet container start

2024-05-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848941#comment-17848941 ] David Smiley commented on SOLR-17118: - The problem [strikes again|https://issues.apa

Re: [PR] SOLR-17118: Simplify CoreContainerProvider initialization [solr]

2024-05-23 Thread via GitHub
dsmiley commented on code in PR #2474: URL: https://github.com/apache/solr/pull/2474#discussion_r1611670535 ## solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java: ## @@ -93,69 +87,69 @@ public class CoreContainerProvider implements ServletContextListener {

Re: [PR] SOLR-17118: Simplify CoreContainerProvider initialization [solr]

2024-05-23 Thread via GitHub
dsmiley commented on code in PR #2474: URL: https://github.com/apache/solr/pull/2474#discussion_r1611685627 ## solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java: ## @@ -556,15 +528,7 @@ public synchronized void start(boolean reusePort) throws Exception

[PR] SOLR-17277: Add 'warnOnly' mode to CircuitBreakers [solr]

2024-05-23 Thread via GitHub
gerlowskija opened a new pull request, #2476: URL: https://github.com/apache/solr/pull/2476 Tripped soft (i.e. 'warnOnly=true') breakers are logged in a single message for each request, whether or not there are any 'hard' breakers that will ultimately block the request from proceeding.

Re: [PR] SOLR-17277: Add 'warnOnly' mode to CircuitBreakers [solr]

2024-05-23 Thread via GitHub
gerlowskija commented on PR #2476: URL: https://github.com/apache/solr/pull/2476#issuecomment-2127110088 Still needs ref-guide docs, but otherwise this is "ready". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] SOLR-17118: Simplify CoreContainerProvider initialization [solr]

2024-05-23 Thread via GitHub
epugh commented on code in PR #2474: URL: https://github.com/apache/solr/pull/2474#discussion_r1611732329 ## solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java: ## @@ -375,24 +370,11 @@ private void init(int port) { new ServletContextHandler(se

Re: [PR] SOLR-17118: Simplify CoreContainerProvider initialization [solr]

2024-05-23 Thread via GitHub
epugh commented on code in PR #2474: URL: https://github.com/apache/solr/pull/2474#discussion_r1611734387 ## solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java: ## @@ -93,69 +87,69 @@ public class CoreContainerProvider implements ServletContextListener { p

[jira] [Commented] (SOLR-6910) deleteById without _route_ param for implicit router could be broadcast

2024-05-23 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-6910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848962#comment-17848962 ] Michael Dürr commented on SOLR-6910: Hi all, I stumbled over this Jira issue today wh

[jira] [Created] (SOLR-17308) Proposal to enhance Solr certificate-based authentication (mTLS)

2024-05-23 Thread Lamine (Jira)
Lamine created SOLR-17308: - Summary: Proposal to enhance Solr certificate-based authentication (mTLS) Key: SOLR-17308 URL: https://issues.apache.org/jira/browse/SOLR-17308 Project: Solr Issue Type:

[jira] [Created] (SOLR-17309) Enhance Cert Authentication plugin with flexible cert principal resolution

2024-05-23 Thread Lamine (Jira)
Lamine created SOLR-17309: - Summary: Enhance Cert Authentication plugin with flexible cert principal resolution Key: SOLR-17309 URL: https://issues.apache.org/jira/browse/SOLR-17309 Project: Solr Is

Re: [PR] SOLR-16659: Properly construct V2 base urls instead of replacing substring "/solr" with "/api" [solr]

2024-05-23 Thread via GitHub
gerlowskija commented on code in PR #2473: URL: https://github.com/apache/solr/pull/2473#discussion_r1611983813 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -716,10 +716,30 @@ public static String applyUrlScheme(final String url, final String urlScheme)

Re: [PR] SOLR-17247: Fix bug - 'WWW-Authenticate' headers missing in MultiAuthPlugin [solr]

2024-05-23 Thread via GitHub
laminelam commented on PR #2416: URL: https://github.com/apache/solr/pull/2416#issuecomment-2127823546 > I wish I knew more about this space, overall the changes make sense... Hi @epugh Any idea who can review this PR? -- This is an automated message from the Apache Git Service.

Re: [PR] SOLR-17247: Fix bug - 'WWW-Authenticate' headers missing in MultiAuthPlugin [solr]

2024-05-23 Thread via GitHub
epugh commented on PR #2416: URL: https://github.com/apache/solr/pull/2416#issuecomment-2127832407 I'm going to ping @janhoy on this ticket...If he isnt' able to review it, I can look some more early next week... Would you mind pinging me early next week, say tuesday if you don'

[jira] [Commented] (SOLR-17007) TestDenseVectorFunctionQuery reproducible failures

2024-05-23 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849081#comment-17849081 ] Chris M. Hostetter commented on SOLR-17007: --- I’m AFK for 2 weeks, and I forgot

Re: [PR] SOLR-17247: Fix bug - 'WWW-Authenticate' headers missing in MultiAuthPlugin [solr]

2024-05-23 Thread via GitHub
laminelam commented on PR #2416: URL: https://github.com/apache/solr/pull/2416#issuecomment-2127855324 > I'm going to ping @janhoy on this ticket... If he isnt' able to review it, I can look some more early next week... > > Would you mind pinging me early next week, say tuesday if you

Re: [PR] SOLR-16659: Properly construct V2 base urls instead of replacing substring "/solr" with "/api" [solr]

2024-05-23 Thread via GitHub
epugh merged PR #2473: URL: https://github.com/apache/solr/pull/2473 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[jira] [Commented] (SOLR-16659) DistribPackageStore.distribute may alter node name

2024-05-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849083#comment-17849083 ] ASF subversion and git services commented on SOLR-16659: Commit 8

[jira] [Commented] (SOLR-16659) DistribPackageStore.distribute may alter node name

2024-05-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849084#comment-17849084 ] ASF subversion and git services commented on SOLR-16659: Commit 4

[jira] [Assigned] (SOLR-16659) DistribPackageStore.distribute may alter node name

2024-05-23 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-16659: Assignee: Eric Pugh (was: Ishan Chattopadhyaya) > DistribPackageStore.distribute may alter node n

[jira] [Commented] (SOLR-16659) DistribPackageStore.distribute may alter node name

2024-05-23 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849086#comment-17849086 ] Eric Pugh commented on SOLR-16659: -- Thanks for reporting this ticket and now we have a m

[jira] [Resolved] (SOLR-16659) DistribPackageStore.distribute may alter node name

2024-05-23 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16659. -- Fix Version/s: main (10.0) 9.7 Resolution: Fixed > DistribPackageStore.distri

Re: [PR] SOLR-16659: Properly construct V2 base urls instead of replacing substring "/solr" with "/api" [solr]

2024-05-23 Thread via GitHub
epugh commented on PR #2473: URL: https://github.com/apache/solr/pull/2473#issuecomment-2127873247 @AndreyBozhko thanks for this. There are some ideas in the comments including from @gerlowskija that if you want to take and run with, would be great! -- This is an automated message from

Re: [PR] SOLR-17284: Remove deprecated BlobRepository [solr]

2024-05-23 Thread via GitHub
epugh commented on PR #2447: URL: https://github.com/apache/solr/pull/2447#issuecomment-2127901737 I am going to merge this for 10 only.. That way no one get's a nasty surprise in 9.7 ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] SOLR-17284: Remove deprecated BlobRepository [solr]

2024-05-23 Thread via GitHub
epugh merged PR #2447: URL: https://github.com/apache/solr/pull/2447 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[jira] [Commented] (SOLR-17284) Remove deprecated Blobapi and runtime lib

2024-05-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849088#comment-17849088 ] ASF subversion and git services commented on SOLR-17284: Commit f

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics for Solr Core registry [solr]

2024-05-23 Thread via GitHub
mlbiscoc commented on code in PR #2405: URL: https://github.com/apache/solr/pull/2405#discussion_r1612223626 ## solr/core/src/java/org/apache/solr/metrics/prometheus/SolrPrometheusCoreExporter.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[jira] [Commented] (SOLR-17284) Remove deprecated Blobapi and runtime lib

2024-05-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849090#comment-17849090 ] ASF subversion and git services commented on SOLR-17284: Commit 2

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics for Solr Core registry [solr]

2024-05-23 Thread via GitHub
mlbiscoc commented on code in PR #2405: URL: https://github.com/apache/solr/pull/2405#discussion_r1612224688 ## solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java: ## @@ -41,14 +46,30 @@ public SolrCoreMetric( this.metricName = metricName; l

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics for Solr Core registry [solr]

2024-05-23 Thread via GitHub
mlbiscoc commented on code in PR #2405: URL: https://github.com/apache/solr/pull/2405#discussion_r1612224963 ## solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreSearcherMetric.java: ## @@ -47,24 +45,18 @@ public SolrCoreMetric parseLabels() { } @Overrid

[jira] [Resolved] (SOLR-17284) Remove deprecated Blobapi and runtime lib

2024-05-23 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17284. -- Fix Version/s: main (10.0) Assignee: Eric Pugh Resolution: Fixed Removed BlobRepository

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics for Solr Core registry [solr]

2024-05-23 Thread via GitHub
dsmiley commented on code in PR #2405: URL: https://github.com/apache/solr/pull/2405#discussion_r1612249699 ## solr/core/src/java/org/apache/solr/metrics/prometheus/PrometheusCoreExporterInfo.java: ## @@ -30,4 +32,7 @@ enum CoreCategory { INDEX, CORE } + + String P

[jira] [Commented] (SOLR-16505) Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2

2024-05-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849109#comment-17849109 ] David Smiley commented on SOLR-16505: - Can this be resolved again? If so, please do

Re: [PR] SOLR-17290: Update SyncStrategy and PeerSyncWithLeader to use the recovery Http2SolrClient [solr]

2024-05-23 Thread via GitHub
dsmiley commented on code in PR #2460: URL: https://github.com/apache/solr/pull/2460#discussion_r1612267779 ## solr/CHANGES.txt: ## @@ -150,10 +150,13 @@ Other Changes * GITHUB#2454: Refactor preparePutOrPost method in HttpJdkSolrClient (Andy Webb) +* SOLR-16503: Use Jetty

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics for Solr Core registry [solr]

2024-05-23 Thread via GitHub
mlbiscoc commented on code in PR #2405: URL: https://github.com/apache/solr/pull/2405#discussion_r1612305013 ## solr/core/src/java/org/apache/solr/response/PrometheusResponseWriter.java: ## @@ -54,11 +54,11 @@ public void write(OutputStream out, SolrQueryRequest request, SolrQu

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics for Solr Core registry [solr]

2024-05-23 Thread via GitHub
mlbiscoc commented on code in PR #2405: URL: https://github.com/apache/solr/pull/2405#discussion_r1612305244 ## solr/core/src/java/org/apache/solr/metrics/prometheus/PrometheusCoreExporterInfo.java: ## @@ -30,4 +32,7 @@ enum CoreCategory { INDEX, CORE } + + String

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics for Solr Core registry [solr]

2024-05-23 Thread via GitHub
mlbiscoc commented on PR #2405: URL: https://github.com/apache/solr/pull/2405#issuecomment-2128022062 > Much better. I know I've been a bit picky/detailed but I'm trying to achieve a level of clarity & conciseness here that will end up being repeated for the other metrics. > > What d

[jira] [Updated] (SOLR-10654) Expose Metrics in Prometheus format DIRECTLY from Solr

2024-05-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-10654: Description: Expose metrics via a `wt=prometheus` response type. Example scape_config in prometheu

[jira] [Updated] (SOLR-10654) Expose Metrics in Prometheus format DIRECTLY from Solr

2024-05-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-10654: Description: Expose metrics via a `wt=prometheus` response type. Example scape_config in prometheu

Re: [PR] SOLR-15438: Simplify SolrDispatchFilter.destroy [solr]

2024-05-23 Thread via GitHub
dsmiley closed pull request #155: SOLR-15438: Simplify SolrDispatchFilter.destroy URL: https://github.com/apache/solr/pull/155 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] SOLR-15438: Simplify SolrDispatchFilter.destroy [solr]

2024-05-23 Thread via GitHub
dsmiley commented on PR #155: URL: https://github.com/apache/solr/pull/155#issuecomment-2128318402 Closing as mostly duplicated from my #2474 today and Gus's #416 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Updated] (SOLR-15438) Refactor: Simplify SolrDispatchFilter close/destroy

2024-05-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-15438: Resolution: Duplicate Status: Resolved (was: Patch Available) Closing as the ideas here ar

[PR] SOLR-17310: Configurable LeafSorter for customized segment traverse order [solr]

2024-05-23 Thread via GitHub
weiwang19 opened a new pull request, #2477: URL: https://github.com/apache/solr/pull/2477 https://issues.apache.org/jira/browse/SOLR-17310 # Description Lucene's IndexWriterConfig provides the option to sort leaf readers when a custom LeafSorter is provided. The functional

[jira] [Updated] (SOLR-17310) LeafSorter to support customized segment traverse order

2024-05-23 Thread wei wang (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei wang updated SOLR-17310: Attachment: image-2024-05-23-22-32-18-999.png > LeafSorter to support customized segment traverse order >

[jira] [Updated] (SOLR-17310) LeafSorter to support customized segment traverse order

2024-05-23 Thread wei wang (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei wang updated SOLR-17310: Description: Lucene's IndexWriterConfig provides the option to sort leaf readers when a custom LeafSorter

[jira] [Updated] (SOLR-17310) Configurable LeafSorter to customize segment search order

2024-05-23 Thread wei wang (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei wang updated SOLR-17310: Summary: Configurable LeafSorter to customize segment search order (was: LeafSorter to support customized

[jira] [Updated] (SOLR-17310) Configurable LeafSorter to customize segment search order

2024-05-23 Thread wei wang (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei wang updated SOLR-17310: Component/s: search > Configurable LeafSorter to customize segment search order > -

[jira] [Resolved] (SOLR-16505) Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2

2024-05-23 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Dutt resolved SOLR-16505. Resolution: Fixed > Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2 > --

[jira] [Commented] (SOLR-16505) Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2

2024-05-23 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849166#comment-17849166 ] Sanjay Dutt commented on SOLR-16505: Done.  > Switch UpdateShardHandler.getRecoveryO

Re: [PR] SOLR-17290: Update SyncStrategy and PeerSyncWithLeader to use the recovery Http2SolrClient [solr]

2024-05-23 Thread via GitHub
iamsanjay merged PR #2460: URL: https://github.com/apache/solr/pull/2460 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.

[jira] [Commented] (SOLR-17290) Update SyncStrategy and PeerSyncWithLeader to use the recovery Http2SolrClient

2024-05-23 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849173#comment-17849173 ] Sanjay Dutt commented on SOLR-17290: back port to 9x? [~dsmiley]  > Update SyncStrat