[jira] [Commented] (SOLR-17452) Inadequate information logged for schema 'add field' error

2024-09-13 Thread dhirajforyou (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881742#comment-17881742 ] dhirajforyou commented on SOLR-17452: - expecting something like {code:java} String

Re: [PR] SOLR-17450 StatusTool with pure Java code [solr]

2024-09-13 Thread via GitHub
epugh commented on PR #2712: URL: https://github.com/apache/solr/pull/2712#issuecomment-2350744709 We can put a call out to the community for testing on Windows... @Willdotwhite would you be interested in taking this PR for a spin on Windows? -- This is an automated message from the Apac

Re: [PR] SOLR-17450 StatusTool with pure Java code [solr]

2024-09-13 Thread via GitHub
epugh commented on code in PR #2712: URL: https://github.com/apache/solr/pull/2712#discussion_r1759625530 ## solr/core/src/java/org/apache/solr/cli/SolrProcessMgr.java: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributo

[jira] [Updated] (SOLR-17450) Port all 'solr status' features to StatusTool

2024-09-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17450: --- Description: Currently there is quite some custom script logic in bin/solr[.cmd], which e.g. lists ja

[jira] [Updated] (SOLR-17450) Port all 'solr status' features to StatusTool

2024-09-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17450: -- Labels: pull-request-available (was: ) > Port all 'solr status' features to StatusTool > -

[jira] [Created] (SOLR-17452) Inadequate information logged for schema 'add field' error

2024-09-13 Thread Tim Parker (Jira)
Tim Parker created SOLR-17452: - Summary: Inadequate information logged for schema 'add field' error Key: SOLR-17452 URL: https://issues.apache.org/jira/browse/SOLR-17452 Project: Solr Issue Type:

[jira] [Commented] (SOLR-17451) Pull in refactorings and code cleanups from fix_command_line_options_9_7

2024-09-13 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881692#comment-17881692 ] Eric Pugh commented on SOLR-17451: -- Changes made to fix branch_9_7 are in https://github

Re: [PR] Fix bugs in bin/solr in branch_9_7 [solr]

2024-09-13 Thread via GitHub
epugh commented on PR #2710: URL: https://github.com/apache/solr/pull/2710#issuecomment-2350120166 Okay, I think this is ready for review and commit. I am thinking that I move the bats tests in another PR to `branch_9x` to see what breaks there, and then do a PR to fix `branch_9x`. Then,

[jira] [Created] (SOLR-17451) Pull in refactorings and code cleanups from fix_command_line_options_9_7

2024-09-13 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17451: Summary: Pull in refactorings and code cleanups from fix_command_line_options_9_7 Key: SOLR-17451 URL: https://issues.apache.org/jira/browse/SOLR-17451 Project: Solr

Re: [PR] Re-introduce support for -p and -port [solr]

2024-09-13 Thread via GitHub
epugh commented on PR #2710: URL: https://github.com/apache/solr/pull/2710#issuecomment-2349320639 Found that HealthcheckTool isn't working in 9.7 either.. and our Bats test doesn't refute the right "ERROR", only "error" ;-). -- This is an automated message from the Apache Git Service.

Re: [PR] Re-introduce support for -p and -port [solr]

2024-09-13 Thread via GitHub
epugh commented on PR #2710: URL: https://github.com/apache/solr/pull/2710#issuecomment-2349242310 Look at that! in 9.6, `-V` is passed in as verbose to the CreateTool. https://github.com/apache/solr/blob/branch_9_6/solr/bin/solr#L1185 -- This is an automated message from the Apache Gi

[PR] Re-introduce support for -p and -port [solr]

2024-09-13 Thread via GitHub
epugh opened a new pull request, #2710: URL: https://github.com/apache/solr/pull/2710 https://issues.apache.org/jira/browse/SOLR-X # Description Please provide a short description of the changes you're making with this pull request. # Solution Plea

Re: [PR] Bug fix for branch_9x on bin/solr create. Re-introduce support for -p and -port [solr]

2024-09-13 Thread via GitHub
epugh closed pull request #2709: Bug fix for branch_9x on bin/solr create. Re-introduce support for -p and -port URL: https://github.com/apache/solr/pull/2709 -- 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

Re: [PR] Bug fix for branch_9x on bin/solr create. Re-introduce support for -p and -port [solr]

2024-09-13 Thread via GitHub
epugh commented on PR #2709: URL: https://github.com/apache/solr/pull/2709#issuecomment-2349202817 argh, messed it up. -- 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 un

[PR] Bug fix for branch_9x on bin/solr create. Re-introduce support for -p and -port [solr]

2024-09-13 Thread via GitHub
epugh opened a new pull request, #2709: URL: https://github.com/apache/solr/pull/2709 https://issues.apache.org/jira/browse/SOLR-X # Description We have a report that in 9.7 the -p and -V options for create no longer work. # Solution A bats test to

Re: [PR] SOLR-17448: Audit usage of ExecutorService#submit in Solr codebase [solr]

2024-09-13 Thread via GitHub
dsmiley commented on code in PR #2707: URL: https://github.com/apache/solr/pull/2707#discussion_r1758798912 ## solr/core/src/java/org/apache/solr/cloud/ZkController.java: ## @@ -729,14 +729,16 @@ public void preClose() { try { synchronized (collectionToTerms) { -

[jira] [Created] (SOLR-17450) Port all 'solr status' features to StatusTool

2024-09-13 Thread Jira
Jan Høydahl created SOLR-17450: -- Summary: Port all 'solr status' features to StatusTool Key: SOLR-17450 URL: https://issues.apache.org/jira/browse/SOLR-17450 Project: Solr Issue Type: Improvemen

[jira] [Commented] (SOLR-16791) Write an all-java replacement for bin/solr and bin\solr.cmd.

2024-09-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881539#comment-17881539 ] Jan Høydahl commented on SOLR-16791: We could use a java program to fork a sub proces

Re: [PR] Create 2024-09-02-how-to-sort-apache-solr-results-in-random-order.md … [solr-site]

2024-09-13 Thread via GitHub
alessandrobenedetti merged PR #125: URL: https://github.com/apache/solr-site/pull/125 -- 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...

[PR] Create 2024-09-02-how-to-sort-apache-solr-results-in-random-order.md … [solr-site]

2024-09-13 Thread via GitHub
alessandrobenedetti opened a new pull request, #125: URL: https://github.com/apache/solr-site/pull/125 …(#123) random sort order in Apache Solr -- 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] Create 2024-09-02-how-to-sort-apache-solr-results-in-random-order.md [solr-site]

2024-09-13 Thread via GitHub
alessandrobenedetti merged PR #123: URL: https://github.com/apache/solr-site/pull/123 -- 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...

[jira] [Updated] (SOLR-17449) bboxField subfield Error in atomic updating

2024-09-13 Thread Seunghan Jung (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Seunghan Jung updated SOLR-17449: - Description: For fields of type `bboxField`, derived fields such as `minX`, `maxX`, `minY`, `max

[jira] [Created] (SOLR-17449) bboxField subfield Error in atomic updating

2024-09-13 Thread Seunghan Jung (Jira)
Seunghan Jung created SOLR-17449: Summary: bboxField subfield Error in atomic updating Key: SOLR-17449 URL: https://issues.apache.org/jira/browse/SOLR-17449 Project: Solr Issue Type: Bug