[jira] [Updated] (SOLR-16396) Cosmetic improvements and migration to JAX-RS (config, configset APIs)

2025-01-03 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-16396: --- Description: As mentioned on SOLR-15781, the v2 API currently has an experimental designatio

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

2025-01-03 Thread via GitHub
janhoy commented on PR #2685: URL: https://github.com/apache/solr/pull/2685#issuecomment-2569159952 @iamsanjay Can you also update the description of the tool in `README.md` in the scripts folder? -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Use separate nodeProjectDir for each subproject [solr]

2025-01-03 Thread via GitHub
janhoy commented on PR #2680: URL: https://github.com/apache/solr/pull/2680#issuecomment-2569162075 @tylerbertrand Will you resolve the conflicts, then me or @epugh will get it merged? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] Update copyright year in NOTICE.txt file. [solr]

2025-01-03 Thread via GitHub
cpoerschke opened a new pull request, #2933: URL: https://github.com/apache/solr/pull/2933 Happy New Year 2025! -- 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 unsubscri

[jira] [Commented] (SOLR-17563) Cleanup and merge dev-docs

2025-01-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17909586#comment-17909586 ] Jan Høydahl commented on SOLR-17563: Just a few comments. The plain-text "help/" fold

[jira] [Commented] (SOLR-15152) Export Tool should export nested docs cleanly in .json, .jsonl, and javabin

2025-01-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17909587#comment-17909587 ] Jan Høydahl commented on SOLR-15152: I came across [https://github.com/apache/solr/pu

Re: [PR] SOLR-17471: upgrade Lucene to version 9.12.1 [solr]

2025-01-03 Thread via GitHub
psalagnac commented on PR #2736: URL: https://github.com/apache/solr/pull/2736#issuecomment-2569534076 Thanks. If there are no new objections, I'll merge in a couple of days. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] SOLR-17602: Per-Module Dependency Locking [solr]

2025-01-03 Thread via GitHub
malliaridis commented on PR #2925: URL: https://github.com/apache/solr/pull/2925#issuecomment-2569774583 @dsmiley does this go to the right direction in regards to your ticket? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] reusing empty NamedList rather than recreating a new empty NamedList … [solr]

2025-01-03 Thread via GitHub
madrob commented on PR #2932: URL: https://github.com/apache/solr/pull/2932#issuecomment-2569743268 @dsmiley this looks related to your named list vs simple map thread on dev list -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-03 Thread via GitHub
dsmiley commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1902204246 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-03 Thread via GitHub
dsmiley commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1902204246 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

[PR] reusing empty NamedList rather than recreating a new empty NamedList … [solr]

2025-01-03 Thread via GitHub
renatoh opened a new pull request, #2932: URL: https://github.com/apache/solr/pull/2932 For every call with face=true which is not providing any facet.fields, we do create an empty NamedList which is then immediately released for GC. Having a single instance of an empty NamedList feels li

Re: [PR] Reusing empty instances of NamedList [solr]

2025-01-03 Thread via GitHub
renatoh closed pull request #2931: Reusing empty instances of NamedList URL: https://github.com/apache/solr/pull/2931 -- 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 unsubsc

Re: [PR] SOLR-16396: Convert v2 configset APIs to JAX-RS [solr]

2025-01-03 Thread via GitHub
gerlowskija merged PR #2928: URL: https://github.com/apache/solr/pull/2928 -- 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-16396) Cosmetic improvements and migration to JAX-RS (config, configset APIs)

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

Re: [PR] Use separate nodeProjectDir for each subproject [solr]

2025-01-03 Thread via GitHub
epugh commented on PR #2680: URL: https://github.com/apache/solr/pull/2680#issuecomment-2569244408 thanks for reminding us @janhoy -- 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 co

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-03 Thread via GitHub
epugh commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2569248487 > Perhaps HTTP DELETE for deleting them one at a time and we see if this is good enough for folks? This is what I was thinking as well! -- This is an automated message from the Apache

[jira] [Updated] (SOLR-16396) Cosmetic improvements and migration to JAX-RS (config, configset APIs)

2025-01-03 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-16396: --- Description: As mentioned on SOLR-15781, the v2 API currently has an experimental designatio

[jira] [Updated] (SOLR-17471) upgrade to Lucene 9.12.1

2025-01-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17471: -- Labels: pull-request-available (was: ) > upgrade to Lucene 9.12.1 > >

[PR] SOLR-17519: CloudSolrClient with HTTP ClusterState can forget live nodes and then fail [solr]

2025-01-03 Thread via GitHub
mlbiscoc opened a new pull request, #2935: URL: https://github.com/apache/solr/pull/2935 https://issues.apache.org/jira/browse/SOLR-17519 # Description In `BaseHttpClusterStateProvider` if all initially passed nodes except for 1 go down, then CSP will only be aware of the 1 liv

[jira] [Updated] (SOLR-17519) CloudSolrClient with HTTP ClusterState can forget live nodes and then fail

2025-01-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17519: -- Labels: newdev pull-request-available (was: newdev) > CloudSolrClient with HTTP ClusterState c

Re: [PR] reusing empty NamedList rather than recreating a new empty NamedList … [solr]

2025-01-03 Thread via GitHub
renatoh commented on PR #2932: URL: https://github.com/apache/solr/pull/2932#issuecomment-2569586983 I've investigated why the tests are now failing. The issue is that the method org.apache.solr.request.SimpleFacets#getFacetFieldCounts is now returning an empty NamedList, and not its su

Re: [I] Solr 9.x [solr-operator]

2025-01-03 Thread via GitHub
janhoy commented on issue #741: URL: https://github.com/apache/solr-operator/issues/741#issuecomment-2569168150 You can deploy any 9.x version with the operator, just specify the image tag. We have kept 8.x back compat for a while, but guess next operator release can let go of that. -- T

[PR] Use separate nodeProjectDir for each subproject [solr]

2025-01-03 Thread via GitHub
tylerbertrand opened a new pull request, #2680: URL: https://github.com/apache/solr/pull/2680 # Description Sometimes, `NpmTask`s are failing with being unable to find files/commands under `npmProjectDir`. [Here's an example of such a failure](https://ge.solutions-team.gr

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

2025-01-03 Thread via GitHub
iamsanjay opened a new pull request, #2685: URL: https://github.com/apache/solr/pull/2685 This PR removes the hardcoded reference to Java and introduces support for multiple JDK versions through the new `--test-alt-java` parameter. This enhancement was largely inspired by the work in [Apach

[jira] [Commented] (SOLR-16396) Cosmetic improvements and migration to JAX-RS (config, configset APIs)

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

[PR] IDE suggested cleanups [solr]

2025-01-03 Thread via GitHub
epugh opened a new pull request, #2934: URL: https://github.com/apache/solr/pull/2934 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] Use separate nodeProjectDir for each subproject [solr]

2025-01-03 Thread via GitHub
tylerbertrand commented on PR #2680: URL: https://github.com/apache/solr/pull/2680#issuecomment-2569431235 @janhoy Sure, sounds good -- 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 c