[PR] SOLR-17607: Http ClusterStateProvider, lazy connect [solr]

2025-03-08 Thread via GitHub
dsmiley opened a new pull request, #3249: URL: https://github.com/apache/solr/pull/3249 i.e. stop eagerly connecting when CloudSolrClient is created. https://issues.apache.org/jira/browse/SOLR-17607 -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] SOLR-17607: Http ClusterStateProvider, lazy connect [solr]

2025-03-08 Thread via GitHub
dsmiley commented on PR #3249: URL: https://github.com/apache/solr/pull/3249#issuecomment-2708689884 CC @mlbiscoc -- 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 unsubs

[jira] [Updated] (SOLR-17607) HTTP ClusterStateProvider should defer talking to Solr until first use

2025-03-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17607: -- Labels: pull-request-available (was: ) > HTTP ClusterStateProvider should defer talking to Sol

[jira] [Assigned] (SOLR-17607) HTTP ClusterStateProvider should defer talking to Solr until first use

2025-03-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-17607: --- Assignee: David Smiley > HTTP ClusterStateProvider should defer talking to Solr until first

[jira] [Commented] (SOLR-16305) MODIFYCOLLECTION with 'property.*' changes can't change values used in config file variables (even though they can be set during collection CREATE)

2025-03-08 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933574#comment-17933574 ] Chris M. Hostetter commented on SOLR-16305: --- {quote}The table above might've ha

[jira] [Commented] (SOLR-17656) Add expert level option to allowe PULL replicas to go ACTIVE w/o RECOVERING

2025-03-08 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933573#comment-17933573 ] Chris M. Hostetter commented on SOLR-17656: --- [~houston] - i appreciate your hel

[PR] POC: Test picocli [solr]

2025-03-08 Thread via GitHub
janhoy opened a new pull request, #3247: URL: https://github.com/apache/solr/pull/3247 This is not intended for merge, more to spark a discussion about replacing commons-cli with [picocli](https://picocli.info) in bin/solr. This PR does the following * Parses `bin/solr` with picocl

Re: [PR] SOLR-17695: Don't warn user about solrUrl format when they do not supply it [solr]

2025-03-08 Thread via GitHub
epugh commented on PR #3246: URL: https://github.com/apache/solr/pull/3246#issuecomment-2708341416 This is small enough, not putting it in CHANGES.txt -- 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

Re: [PR] SOLR-17638 Some CLI errors not logged when starting prometheus exporter [solr]

2025-03-08 Thread via GitHub
epugh commented on PR #3236: URL: https://github.com/apache/solr/pull/3236#issuecomment-2708306236 @stillalex your plan makes sense to me! It LGTM. -- 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

[jira] [Updated] (SOLR-17695) Misleading warning in bin/solr start -e examples about solr url format

2025-03-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17695: -- Labels: pull-request-available (was: ) > Misleading warning in bin/solr start -e examples abou

[jira] [Updated] (SOLR-17695) Misleading warning in bin/solr start -e examples about solr url format

2025-03-08 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-17695: - Description: We look up the solr host from Solr, and the "baseUrl" has a trailing /solr, and then in the

[jira] [Updated] (SOLR-17695) Misleading warning in bin/solr start -e examples about solr url format

2025-03-08 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-17695: - Summary: Misleading warning in bin/solr start -e examples about solr url format (was: Don't warn user ab

[jira] [Created] (SOLR-17695) Don't warn user about solr url context having /solr when not passed in by user

2025-03-08 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17695: Summary: Don't warn user about solr url context having /solr when not passed in by user Key: SOLR-17695 URL: https://issues.apache.org/jira/browse/SOLR-17695 Project: Solr

Re: [PR] SOLR-17638 Some CLI errors not logged when starting prometheus exporter [solr]

2025-03-08 Thread via GitHub
stillalex commented on PR #3236: URL: https://github.com/apache/solr/pull/3236#issuecomment-2708301043 @epugh could you take one final look? and I think I will wait for https://github.com/apache/solr/pull/3240 to merge and will aim at going in after it. -- This is an automated message fr

Re: [PR] SOLR-17309: Enhance certificate based authentication plugin with flexible cert principal resolution [solr]

2025-03-08 Thread via GitHub
epugh merged PR #3029: URL: https://github.com/apache/solr/pull/3029 -- 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-17309) Enhance Cert Authentication plugin with flexible cert principal resolution

2025-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933527#comment-17933527 ] ASF subversion and git services commented on SOLR-17309: Commit a

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

2025-03-08 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17309. -- Fix Version/s: 9.9 Resolution: Fixed > Enhance Cert Authentication plugin with flexible cert pri

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

2025-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933526#comment-17933526 ] ASF subversion and git services commented on SOLR-17309: Commit 9

[jira] [Commented] (SOLR-17692) DELETEREPLICA should preempt full-recovery instead of waiting for completion

2025-03-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933035#comment-17933035 ] Jason Gerlowski commented on SOLR-17692: Solr makes a pretty good attempt to hand