Re: [PR] SOLR-17524: Call out a few changes in 10. [solr]

2024-10-29 Thread via GitHub
malliaridis commented on code in PR #2808: URL: https://github.com/apache/solr/pull/2808#discussion_r1820628491 ## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ## @@ -35,6 +35,14 @@ Minimum Java version for Solr 10.x is Java 21. The Solr CLI ha

[jira] [Created] (SOLR-17528) Add -y as short form of --no-prompt to RunExampleTool

2024-10-29 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17528: Summary: Add -y as short form of --no-prompt to RunExampleTool Key: SOLR-17528 URL: https://issues.apache.org/jira/browse/SOLR-17528 Project: Solr Issue Type: Sub-ta

[jira] [Resolved] (SOLR-17527) Change PackageTool -c and --collection to -c and --name?

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17527. -- Assignee: Eric Pugh Resolution: Not A Problem Actually, just realized it is --collections, a plur

[jira] [Updated] (SOLR-17528) Add -y as short form of --no-prompt to RunExampleTool

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17528: -- Labels: pull-request-available (was: ) > Add -y as short form of --no-prompt to RunExampleTool

[PR] SOLR-17528: Match PackageTool use of -y [solr]

2024-10-29 Thread via GitHub
epugh opened a new pull request, #2813: URL: https://github.com/apache/solr/pull/2813 https://issues.apache.org/jira/browse/SOLR-17528 # Description match how PackageTool works. # Solution use `-y` to mean accept all the defaults. -- This is an autom

[jira] [Resolved] (SOLR-17529) Fix error message on 9x for PostTool and secure solr.

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17529. -- Fix Version/s: 9.8 Assignee: Eric Pugh Resolution: Fixed > Fix error message on 9x for

Re: [PR] SOLR-17529: Clean up error message for 9x. [solr]

2024-10-29 Thread via GitHub
epugh merged PR #2814: URL: https://github.com/apache/solr/pull/2814 -- 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

Re: [PR] SOLR-17384: Bring ExportTool options in line with the new CLI pattern [solr]

2024-10-29 Thread via GitHub
epugh merged PR #2807: URL: https://github.com/apache/solr/pull/2807 -- 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-17529) Fix error message on 9x for PostTool and secure solr.

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

Re: [PR] SOLR-17516: LBHttpSolrClient: support HttpJdkSolrClient [solr]

2024-10-29 Thread via GitHub
jdyer1 commented on code in PR #2805: URL: https://github.com/apache/solr/pull/2805#discussion_r1820883475 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/LBHttp2SolrClientIntegrationTest.java: ## @@ -337,8 +349,27 @@ public void startJetty() throws Exception {

[PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-10-29 Thread via GitHub
alessandrobenedetti opened a new pull request, #2809: URL: https://github.com/apache/solr/pull/2809 https://issues.apache.org/jira/browse/SOLR-17525 # Description Scope of this issue is to integrate a new module able to use LLM (through managed services) to enhance aspect

[jira] [Updated] (SOLR-17525) Text to Vector Query Parser

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17525: -- Labels: pull-request-available (was: ) > Text to Vector Query Parser > ---

[PR] Solr 17256 remove set base path [solr]

2024-10-29 Thread via GitHub
gerlowskija opened a new pull request, #2811: URL: https://github.com/apache/solr/pull/2811 https://issues.apache.org/jira/browse/SOLR-17256 # Description `SolrRequest.setBasePath` is deprecated in branch_9x and will be removed for Solr 10. But many uses of this method remain

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-10-29 Thread via GitHub
alessandrobenedetti commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2444090210 I'll keep polishing it and finalise the documentation, but I think it's ready for review! -- This is an automated message from the Apache Git Service. To respond to the message

[jira] [Created] (SOLR-17524) Document deprecations

2024-10-29 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17524: Summary: Document deprecations Key: SOLR-17524 URL: https://issues.apache.org/jira/browse/SOLR-17524 Project: Solr Issue Type: Sub-task Components: cli

Re: [PR] SOLR-17384: Bring ExportTool options in line with the new CLI pattern [solr]

2024-10-29 Thread via GitHub
malliaridis commented on code in PR #2807: URL: https://github.com/apache/solr/pull/2807#discussion_r1820588287 ## solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc: ## @@ -1634,16 +1634,27 @@ NOTE: The `export` command only works with in a So

[jira] [Updated] (SOLR-17524) Document deprecations

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17524: -- Labels: pull-request-available (was: ) > Document deprecations > - > >

[PR] SOLR-17529: Clean up error message for 9x. [solr]

2024-10-29 Thread via GitHub
epugh opened a new pull request, #2814: URL: https://github.com/apache/solr/pull/2814 https://issues.apache.org/jira/browse/SOLR-17529 Misleading error message in the 9x line of Solr. Fine in 10x! -- This is an automated message from the Apache Git Service. To respond to the messag

[jira] [Created] (SOLR-17529) Fix error message on 9x for PostTool and secure solr.

2024-10-29 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17529: Summary: Fix error message on 9x for PostTool and secure solr. Key: SOLR-17529 URL: https://issues.apache.org/jira/browse/SOLR-17529 Project: Solr Issue Type: Sub-ta

[jira] [Assigned] (SOLR-17384) Update ExportTool's argument representation

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-17384: Assignee: Eric Pugh > Update ExportTool's argument representation > --

[jira] [Created] (SOLR-17525) Text to Vector Query Parser

2024-10-29 Thread Alessandro Benedetti (Jira)
Alessandro Benedetti created SOLR-17525: --- Summary: Text to Vector Query Parser Key: SOLR-17525 URL: https://issues.apache.org/jira/browse/SOLR-17525 Project: Solr Issue Type: New Featur

[jira] [Updated] (SOLR-17384) Update ExportTool's argument representation

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17384: -- Labels: newdev pull-request-available (was: newdev) > Update ExportTool's argument representat

[PR] SOLR-17524: Call out a few changes in 10. [solr]

2024-10-29 Thread via GitHub
epugh opened a new pull request, #2808: URL: https://github.com/apache/solr/pull/2808 https://issues.apache.org/jira/browse/SOLR-17524 # Description We need to let folks know the CLI has changed, but I don't want to do an exhaustive list.. especially because we ha

[PR] SOLR-17524: Track changes for the whole slew of CLI commands under one umbrella JIRA [solr]

2024-10-29 Thread via GitHub
epugh opened a new pull request, #2810: URL: https://github.com/apache/solr/pull/2810 https://issues.apache.org/jira/browse/SOLR-17524 I started by listing individual JIRA's and it became a wall of text. The underlying thing users care about is that stuff changed in the CLI, and you

[jira] [Assigned] (SOLR-17483) bin/solr.cmd run_zk method can be drastically simplified

2024-10-29 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christos Malliaridis reassigned SOLR-17483: --- Assignee: Christos Malliaridis > bin/solr.cmd run_zk method can be drastical

Re: [PR] SOLR-17524: Track changes for the whole slew of CLI commands under one umbrella JIRA [solr]

2024-10-29 Thread via GitHub
epugh merged PR #2810: URL: https://github.com/apache/solr/pull/2810 -- 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

[PR] Use new unified GC options [solr]

2024-10-29 Thread via GitHub
malliaridis opened a new pull request, #2815: URL: https://github.com/apache/solr/pull/2815 # Description This is a follow-up to https://github.com/apache/solr/pull/2792 for fixing issues and cleaning up `GC_LOG_OPTS` configurations. # Solution Leverage the new unified l

Re: [PR] SOLR-17384: Bring ExportTool options in line with the new CLI pattern [solr]

2024-10-29 Thread via GitHub
epugh commented on code in PR #2807: URL: https://github.com/apache/solr/pull/2807#discussion_r1820668197 ## solr/core/src/java/org/apache/solr/cli/ExportTool.java: ## @@ -116,28 +116,48 @@ public List getOptions() { .desc("Name of the collection.") .bu

[jira] [Created] (SOLR-17526) Change PostTool -out to be --verbose instead.

2024-10-29 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17526: Summary: Change PostTool -out to be --verbose instead. Key: SOLR-17526 URL: https://issues.apache.org/jira/browse/SOLR-17526 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-17256) Remove SolrRequest.getBasePath setBasePath

2024-10-29 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893790#comment-17893790 ] Jason Gerlowski commented on SOLR-17256: So this ticket would handle all of the r

Re: [PR] SOLR-17384: Bring ExportTool options in line with the new CLI pattern [solr]

2024-10-29 Thread via GitHub
epugh commented on code in PR #2807: URL: https://github.com/apache/solr/pull/2807#discussion_r1820676678 ## solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc: ## @@ -1634,16 +1634,27 @@ NOTE: The `export` command only works with in a Solr ru

Re: [PR] SOLR-17526: Deprecate --out in favour of --verbose. [solr]

2024-10-29 Thread via GitHub
epugh commented on PR #2812: URL: https://github.com/apache/solr/pull/2812#issuecomment-2444076572 Thanks @malliaridis for the idea! This will go to branch_9x as well as main ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[jira] [Updated] (SOLR-17526) Change PostTool -out to be --verbose instead.

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17526: -- Labels: pull-request-available (was: ) > Change PostTool -out to be --verbose instead. > -

[jira] [Updated] (SOLR-17529) Fix error message on 9x for PostTool and secure solr.

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17529: -- Labels: pull-request-available (was: ) > Fix error message on 9x for PostTool and secure solr.

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-10-29 Thread via GitHub
alessandrobenedetti commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2444111910 Just as a reminder, currently the check fails with: "* What went wrong: Execution failed for task ':solr:modules:llm:analyzeClassesDependencies'. > Dependency analysis fou

[jira] [Commented] (SOLR-17384) Update ExportTool's argument representation

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

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-10-29 Thread via GitHub
dsmiley commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1821528260 ## gradle/testing/randomization/policies/solr-tests.policy: ## @@ -56,6 +56,15 @@ grant { // needed by randomizedtesting runner to identify test methods. permissio

Re: [PR] Fix support for deprecated options in 9x [solr]

2024-10-29 Thread via GitHub
epugh commented on code in PR #2819: URL: https://github.com/apache/solr/pull/2819#discussion_r1821674044 ## solr/core/src/java/org/apache/solr/cli/RunExampleTool.java: ## @@ -260,7 +260,7 @@ protected void runExample(CommandLine cli, String exampleName) throws Exception

Re: [PR] Fix support for deprecated options in 9x [solr]

2024-10-29 Thread via GitHub
epugh commented on PR #2819: URL: https://github.com/apache/solr/pull/2819#issuecomment-2445533908 Looks like some tests need some love! -- 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 spe

[jira] [Updated] (SOLR-17532) Understand the updateacls command and embedded ZK

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-17532: - Description: This came from a question by [~malliaridis] from reading the documentation:   Changing ACL

Re: [PR] SOLR-17516: LBHttpSolrClient: support HttpJdkSolrClient [solr]

2024-10-29 Thread via GitHub
dsmiley commented on PR #2805: URL: https://github.com/apache/solr/pull/2805#issuecomment-2445647114 Instead of subclasses of LBSolrClient, ...Cloud...SolrClient, ...Http...ClusterStateProvider, we can have concrete impls that delegate to a SolrClient that is provided. It's a vision an

Re: [PR] SOLR-11191: SolrIndexSplitter: Routing child docs by _root_ when available [solr]

2024-10-29 Thread via GitHub
dsmiley merged PR #2799: URL: https://github.com/apache/solr/pull/2799 -- 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.or

[jira] [Commented] (SOLR-17515) Recovery fails in Solr 9.7.0 if basic-auth is enabled

2024-10-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894052#comment-17894052 ] David Smiley commented on SOLR-17515: - Why wasn't CHANGES.txt updated? > Recovery fa

Re: [PR] SmokeTestRelease Added support for multiple JDK [solr]

2024-10-29 Thread via GitHub
github-actions[bot] commented on PR #2685: URL: https://github.com/apache/solr/pull/2685#issuecomment-2445536261 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

[jira] [Commented] (SOLR-17485) Remove Slf4j ClassNotFoundException avoidance checks

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

[jira] [Commented] (SOLR-11191) Shard Split doesn't work on indexes that have child documents

2024-10-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894049#comment-17894049 ] ASF subversion and git services commented on SOLR-11191: Commit e

Re: [PR] SOLR-17456: TransactionLog ctor integrity [solr]

2024-10-29 Thread via GitHub
dsmiley commented on PR #2762: URL: https://github.com/apache/solr/pull/2762#issuecomment-2445631092 I'm going to merge this in a couple days without further review. It's a super simple one. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] SOLR-17485 Remove CheckLoggingConfiguration; unnecessary [solr]

2024-10-29 Thread via GitHub
dsmiley merged PR #2763: URL: https://github.com/apache/solr/pull/2763 -- 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.or

Re: [PR] SOLR-16976: Remove log4j-jul jar and use slf4j bridge for JUL [solr]

2024-10-29 Thread via GitHub
dsmiley merged PR #2703: URL: https://github.com/apache/solr/pull/2703 -- 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.or

[jira] [Commented] (SOLR-16976) ClassNotFoundException: org.apache.logging.log4j.jul.LogManager with JMX enabled

2024-10-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894050#comment-17894050 ] ASF subversion and git services commented on SOLR-16976: Commit d

Re: [PR] SOLR-17390: EmbeddedSolrServer now considers the ResponseParser [solr]

2024-10-29 Thread via GitHub
dsmiley commented on PR #2774: URL: https://github.com/apache/solr/pull/2774#issuecomment-2445642775 Will merge in a couple days if no review. -- 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

[PR] Fix support for deprecated options in 9x [solr]

2024-10-29 Thread via GitHub
malliaridis opened a new pull request, #2819: URL: https://github.com/apache/solr/pull/2819 # Description During the migration of the CLI options some situations do not cover both (old and new) options and therefore compatibility is not granted. # Solution This PR focuse

Re: [PR] SOLR-16976: Remove log4j-jul jar and use slf4j bridge for JUL [solr]

2024-10-29 Thread via GitHub
dsmiley commented on PR #2703: URL: https://github.com/apache/solr/pull/2703#issuecomment-2445275415 Please stop force-pushing to PRs -- it resets the review state in GitHub. Any way, I will merge this soon; thank you! -- This is an automated message from the Apache Git Service. To resp

[jira] [Created] (SOLR-17532) Understand the updateacls command and embedded ZK

2024-10-29 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17532: Summary: Understand the updateacls command and embedded ZK Key: SOLR-17532 URL: https://issues.apache.org/jira/browse/SOLR-17532 Project: Solr Issue Type: Sub-task

Re: [PR] EOL Solr 8 [solr-site]

2024-10-29 Thread via GitHub
janhoy commented on PR #131: URL: https://github.com/apache/solr-site/pull/131#issuecomment-2445504571 > @janhoy - I think we should certainly update the 'About versions and support' section but we can leave the artifacts for folks who might still want to download. We aren't going to provid

[jira] [Resolved] (SOLR-17528) Add -y as short form of --no-prompt to RunExampleTool

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17528. -- Fix Version/s: 9.8 Resolution: Fixed > Add -y as short form of --no-prompt to RunExampleTool > -

[jira] [Resolved] (SOLR-17526) Change PostTool -out to be --verbose instead.

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17526. -- Fix Version/s: 9.8 Resolution: Fixed > Change PostTool -out to be --verbose instead. > -

Re: [PR] SOLR-17526: Deprecate --out in favour of --verbose. [solr]

2024-10-29 Thread via GitHub
epugh merged PR #2812: URL: https://github.com/apache/solr/pull/2812 -- 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-17526) Change PostTool -out to be --verbose instead.

2024-10-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893873#comment-17893873 ] ASF subversion and git services commented on SOLR-17526: Commit d

[jira] [Updated] (SOLR-17483) bin/solr.cmd run_zk method can be drastically simplified

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17483: -- Labels: pull-request-available (was: ) > bin/solr.cmd run_zk method can be drastically simplif

[PR] SOLR-17483: Cleanup zk-related logic in bin/solr.cmd [solr]

2024-10-29 Thread via GitHub
malliaridis opened a new pull request, #2816: URL: https://github.com/apache/solr/pull/2816 https://issues.apache.org/jira/browse/SOLR-17483 # Description With the migration to Java classes many parts of the scripts can be removed or simplified. This PR focuses on the ZK relate

[jira] [Assigned] (SOLR-17423) CLI: Resolve -h argument conflict (help/host)

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-17423: Assignee: Eric Pugh > CLI: Resolve -h argument conflict (help/host) >

[jira] [Resolved] (SOLR-17524) Document deprecations

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17524. -- Fix Version/s: main (10.0) Resolution: Fixed > Document deprecations > - > >

[jira] [Resolved] (SOLR-17384) Update ExportTool's argument representation

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17384. -- Fix Version/s: main (10.0) 9.8 Resolution: Fixed > Update ExportTool's argume

[jira] [Assigned] (SOLR-17499) Windows start script should wait 180 secs for Solr start

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-17499: Assignee: Eric Pugh > Windows start script should wait 180 secs for Solr start > -

[jira] [Updated] (SOLR-17499) Windows start script should wait 180 secs for Solr start

2024-10-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17499: -- Labels: Beginner beginner-friendly newdev pull-request-available (was: Beginner beginner-frien

[jira] [Assigned] (SOLR-17352) Remove deprecated commands from CLI, such as -zkHost.

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-17352: Assignee: Eric Pugh > Remove deprecated commands from CLI, such as -zkHost. >

[jira] [Commented] (SOLR-17515) Recovery fails in Solr 9.7.0 if basic-auth is enabled

2024-10-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893959#comment-17893959 ] ASF subversion and git services commented on SOLR-17515: Commit c

[jira] [Reopened] (SOLR-17464) Http2SolrClient.requestAsync triggers NPE when using a shared Jetty client

2024-10-29 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reopened SOLR-17464: I'm going to reopen this and backport to branch_9_7, since it appears we have need for a 9.7.1

[jira] [Resolved] (SOLR-15160) Update cloud-dev/cloud.sh to work with gradle

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-15160. -- Resolution: Fixed I believe this was dealt with.  [~gus]  please reopen if that isn't the case! > Upda

Re: [PR] SOLR-17516: LBHttpSolrClient: support HttpJdkSolrClient [solr]

2024-10-29 Thread via GitHub
dsmiley commented on code in PR #2805: URL: https://github.com/apache/solr/pull/2805#discussion_r1821228771 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttpSolrClientBase.java: ## @@ -0,0 +1,288 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] SOLR-17499: Align start timeout with linux version [solr]

2024-10-29 Thread via GitHub
epugh merged PR #2817: URL: https://github.com/apache/solr/pull/2817 -- 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

Re: [PR] SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions [solr]

2024-10-29 Thread via GitHub
HoustonPutman commented on code in PR #760: URL: https://github.com/apache/solr/pull/760#discussion_r1821119914 ## solr/solrj-zookeeper/build.gradle: ## @@ -37,6 +37,13 @@ dependencies { implementation 'org.apache.httpcomponents:httpclient' implementation 'org.apache.h

Re: [PR] SOLR-17483: Cleanup zk-related logic in bin/solr.cmd [solr]

2024-10-29 Thread via GitHub
epugh commented on code in PR #2816: URL: https://github.com/apache/solr/pull/2816#discussion_r1821125410 ## solr/bin/solr.cmd: ## @@ -263,7 +263,6 @@ IF "%1"=="assert" goto run_solrcli IF "%1"=="zk" goto run_solrcli Review Comment: Maybe for another jira, but the way `bin/

[jira] [Resolved] (SOLR-17499) Windows start script should wait 180 secs for Solr start

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17499. -- Fix Version/s: 9.8 Resolution: Fixed > Windows start script should wait 180 secs for Solr start

[jira] [Commented] (SOLR-17001) Adjust workaround for JDK17 bug so it only applies to specific versions with the bug

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893912#comment-17893912 ] Eric Pugh commented on SOLR-17001: -- Lots of updates in the version of JDK we use, could

Re: [PR] SOLR-17516: LBHttpSolrClient: support HttpJdkSolrClient [solr]

2024-10-29 Thread via GitHub
dsmiley commented on code in PR #2805: URL: https://github.com/apache/solr/pull/2805#discussion_r1821213402 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/LBHttp2SolrClientIntegrationTest.java: ## @@ -337,8 +349,27 @@ public void startJetty() throws Exception {

Re: [PR] SOLR-17528: Match PackageTool use of -y [solr]

2024-10-29 Thread via GitHub
epugh merged PR #2813: URL: https://github.com/apache/solr/pull/2813 -- 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-12989) facilitate -Dsolr.log.muteconsole opt-out

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893915#comment-17893915 ] Eric Pugh commented on SOLR-12989: -- is this still something we want to push forward with

Re: [PR] SOLR-17515: Always init Http2SolrClient authStore [solr]

2024-10-29 Thread via GitHub
gerlowskija commented on PR #2802: URL: https://github.com/apache/solr/pull/2802#issuecomment-2445000209 Just double-checked the tests locally and everything is ✅ . I'm omitting a CHANGES.txt entry from this PR, but only because CHANGES.txt doesn't have a 9.7.1 section on main (or branch_9

[jira] [Commented] (SOLR-16976) ClassNotFoundException: org.apache.logging.log4j.jul.LogManager with JMX enabled

2024-10-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893945#comment-17893945 ] David Smiley commented on SOLR-16976: - Other than the ugly exception in the console,

[jira] [Commented] (SOLR-17515) Recovery fails in Solr 9.7.0 if basic-auth is enabled

2024-10-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893950#comment-17893950 ] ASF subversion and git services commented on SOLR-17515: Commit 7

Re: [PR] SOLR-17515: Always init Http2SolrClient authStore [solr]

2024-10-29 Thread via GitHub
gerlowskija merged PR #2802: URL: https://github.com/apache/solr/pull/2802 -- 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.apach

[jira] [Commented] (SOLR-17530) Promtheus regex core name pattern incorrect

2024-10-29 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893866#comment-17893866 ] Matthew Biscocho commented on SOLR-17530: - Linking [PR|https://github.com/apache/

Re: [PR] SOLR-17483: Cleanup zk-related logic in bin/solr.cmd [solr]

2024-10-29 Thread via GitHub
malliaridis commented on PR #2816: URL: https://github.com/apache/solr/pull/2816#issuecomment-2444780401 > i have seen the keystore tests occasionally fail in the bats test... Are the bats working / running on Windows? O.o I thought they do not work, at least not on my machine. :s

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-10-29 Thread via GitHub
NikolaiJDev commented on PR #2818: URL: https://github.com/apache/solr/pull/2818#issuecomment-2444789084 JFYI: About 200 or more changes in files are moving to separate directory old kind of application and migration of images to new application. So actual changed files are less the 100 or

[jira] [Created] (SOLR-17530) Promtheus regex core name pattern incorrect

2024-10-29 Thread Matthew Biscocho (Jira)
Matthew Biscocho created SOLR-17530: --- Summary: Promtheus regex core name pattern incorrect Key: SOLR-17530 URL: https://issues.apache.org/jira/browse/SOLR-17530 Project: Solr Issue Type: Im

[jira] [Commented] (SOLR-17528) Add -y as short form of --no-prompt to RunExampleTool

2024-10-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893846#comment-17893846 ] ASF subversion and git services commented on SOLR-17528: Commit e

Re: [PR] SOLR-17483: Cleanup zk-related logic in bin/solr.cmd [solr]

2024-10-29 Thread via GitHub
malliaridis commented on code in PR #2816: URL: https://github.com/apache/solr/pull/2816#discussion_r1821171372 ## solr/bin/solr.cmd: ## @@ -263,7 +263,6 @@ IF "%1"=="assert" goto run_solrcli IF "%1"=="zk" goto run_solrcli Review Comment: I am looking into this right now. W

[jira] [Created] (SOLR-17527) Change PackageTool -c and --collection to -c and --name?

2024-10-29 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17527: Summary: Change PackageTool -c and --collection to -c and --name? Key: SOLR-17527 URL: https://issues.apache.org/jira/browse/SOLR-17527 Project: Solr Issue Type: Sub

Re: [PR] EOL Solr 8 [solr-site]

2024-10-29 Thread via GitHub
anshumg commented on PR #131: URL: https://github.com/apache/solr-site/pull/131#issuecomment-2445033633 @janhoy - I think we should certainly update the 'About versions and support' section but we can leave the artifacts for folks who might still want to download. We aren't going to provid

Re: [PR] SOLR-16976: Remove log4j-jul jar and use slf4j bridge for JUL [solr]

2024-10-29 Thread via GitHub
dsmiley commented on code in PR #2703: URL: https://github.com/apache/solr/pull/2703#discussion_r1821330874 ## solr/packaging/test/test_start_solr.bats: ## @@ -59,13 +59,24 @@ teardown() { @test "check stop command doesn't hang" { # for start/stop/restart we parse the args s

[jira] [Resolved] (SOLR-16895) Ensure Major Changes in Solr 10 Updated for CLI Changes

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16895. -- Resolution: Fixed > Ensure Major Changes in Solr 10 Updated for CLI Changes > -

[jira] [Commented] (SOLR-16821) Make all boolean options not take a true/false but just the -option be enough.

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893881#comment-17893881 ] Eric Pugh commented on SOLR-16821: -- I wonder if this has been done now?  > Make all boo

[jira] [Resolved] (SOLR-17383) CLI: Resolve overlapping arguments

2024-10-29 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17383. -- Fix Version/s: 9.8 Assignee: Eric Pugh Resolution: Fixed Thanks to great work from Chri

[PR] SOLR-17499: Align start timeout with linux version [solr]

2024-10-29 Thread via GitHub
epugh opened a new pull request, #2817: URL: https://github.com/apache/solr/pull/2817 https://issues.apache.org/jira/browse/SOLR-17499 # Description alignment # Solution changed timeout -- This is an automated message from the Apache Git Service. To resp

Re: [PR] SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions [solr]

2024-10-29 Thread via GitHub
HoustonPutman commented on code in PR #760: URL: https://github.com/apache/solr/pull/760#discussion_r1821092572 ## solr/solrj-zookeeper/build.gradle: ## @@ -37,6 +37,13 @@ dependencies { implementation 'org.apache.httpcomponents:httpclient' implementation 'org.apache.h

[PR] Solr 12276 angularjs to angular migration [solr]

2024-10-29 Thread via GitHub
NikolaiJDev opened a new pull request, #2818: URL: https://github.com/apache/solr/pull/2818 https://issues.apache.org/jira/browse/SOLR-12276 # Description This is a draft version for the New codebase of Solr Ui application. In this PR there are only Fully functioned a Dashb

Re: [PR] SOLR-17483: Cleanup zk-related logic in bin/solr.cmd [solr]

2024-10-29 Thread via GitHub
epugh commented on PR #2816: URL: https://github.com/apache/solr/pull/2816#issuecomment-2444714091 i have seen the `keystore` tests occasionally fail in the bats test... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (SOLR-17528) Add -y as short form of --no-prompt to RunExampleTool

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

  1   2   >