Re: [PR] Jetty12 + EE10 [solr]

2025-04-03 Thread via GitHub
iamsanjay commented on PR #2876: URL: https://github.com/apache/solr/pull/2876#issuecomment-2774697417 We're hitting a NullPointerException in async code when calling TraceUtils.getSpan(req) after upgrading to Jetty 12. The root cause is that Jetty 12 no longer guarantees that ServletApiReq

Re: [PR] SOLR-17703: BinaryResponseParser and BinaryRequestWriter rename to JavaBin... [solr]

2025-04-03 Thread via GitHub
abumarjikar commented on code in PR #3307: URL: https://github.com/apache/solr/pull/3307#discussion_r2028126828 ## solr/CHANGES.txt: ## @@ -176,6 +176,8 @@ Other Changes * SOLR-14070: Deprecate CloudSolrClient's ZooKeeper Hosts constructor. (Abhishek Umarjikar) +* SOLR-177

Re: [PR] SOLR-17703: BinaryResponseParser and BinaryRequestWriter rename to JavaBin... [solr]

2025-04-03 Thread via GitHub
abumarjikar commented on code in PR #3307: URL: https://github.com/apache/solr/pull/3307#discussion_r2027410812 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/JavaBinResponseParser.java: ## @@ -27,13 +27,13 @@ /** * @since solr 1.3 */ -public class BinaryResponseP

Re: [PR] SOLR-17620 Encode the version of Solr in SolrCloud "liveNode" [solr]

2025-04-03 Thread via GitHub
QFREEE commented on code in PR #3305: URL: https://github.com/apache/solr/pull/3305#discussion_r2027661461 ## solr/core/src/java/org/apache/solr/cloud/ZkController.java: ## @@ -1183,6 +1191,18 @@ private void createEphemeralLiveNode() throws KeeperException, InterruptedExcept

[jira] [Commented] (SOLR-17458) Metrics: switch from DropWizard to OpenTelemetry

2025-04-03 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940783#comment-17940783 ] Matthew Biscocho commented on SOLR-17458: - I have a foundation for this working a

Re: [PR] SOLR-17703: BinaryResponseParser and BinaryRequestWriter rename to JavaBin... [solr]

2025-04-03 Thread via GitHub
dsmiley commented on code in PR #3307: URL: https://github.com/apache/solr/pull/3307#discussion_r2027717015 ## solr/CHANGES.txt: ## @@ -176,6 +176,8 @@ Other Changes * SOLR-14070: Deprecate CloudSolrClient's ZooKeeper Hosts constructor. (Abhishek Umarjikar) +* SOLR-17703:

Re: [PR] SOLR-17703: BinaryResponseParser and BinaryRequestWriter rename to JavaBin... [solr]

2025-04-03 Thread via GitHub
abumarjikar commented on code in PR #3307: URL: https://github.com/apache/solr/pull/3307#discussion_r2027726674 ## solr/CHANGES.txt: ## @@ -176,6 +176,8 @@ Other Changes * SOLR-14070: Deprecate CloudSolrClient's ZooKeeper Hosts constructor. (Abhishek Umarjikar) +* SOLR-177

Re: [PR] SOLR-17617: Add smoke test for V2 API and fix up problems [solr]

2025-04-03 Thread via GitHub
gerlowskija commented on PR #3023: URL: https://github.com/apache/solr/pull/3023#issuecomment-2776308451 Hey @colvinco - my apologies - I missed some of the updates you put on this PR. Trying to catch up now! Will answer some specific questions you mentioned above, and then I'll wade

Re: [PR] SOLR-17705 for V2 API [solr]

2025-04-03 Thread via GitHub
dsmiley commented on code in PR #3282: URL: https://github.com/apache/solr/pull/3282#discussion_r2027539523 ## solr/solrj/src/java/org/apache/solr/client/solrj/JacksonDataBindResponseParser.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] SOLR-17705 for V2 API [solr]

2025-04-03 Thread via GitHub
dsmiley commented on code in PR #3282: URL: https://github.com/apache/solr/pull/3282#discussion_r2027550274 ## solr/solrj/src/java/org/apache/solr/client/solrj/JacksonDataBindResponseParser.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Commented] (SOLR-17703) BinaryResponseParser and BinaryRequestWriter rename to "JavaBin..."

2025-04-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940800#comment-17940800 ] David Smiley commented on SOLR-17703: - Thanks for contributing!  For a few minutes I

Re: [PR] Configure operator logging in helm chart [solr-operator]

2025-04-03 Thread via GitHub
janhoy commented on code in PR #779: URL: https://github.com/apache/solr-operator/pull/779#discussion_r2027447971 ## helm/solr-operator/README.md: ## @@ -191,6 +191,10 @@ The command removes all the Kubernetes components associated with the chart and | tolerations | []object |

[jira] [Commented] (SOLR-17703) BinaryResponseParser and BinaryRequestWriter rename to "JavaBin..."

2025-04-03 Thread Abhishek Umarjikar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940817#comment-17940817 ] Abhishek Umarjikar commented on SOLR-17703: --- [~dsmiley] Thanks for considering

Re: [PR] SOLR-17617: Add smoke test for V2 API and fix up problems [solr]

2025-04-03 Thread via GitHub
gerlowskija commented on code in PR #3023: URL: https://github.com/apache/solr/pull/3023#discussion_r2027395629 ## solr/core/src/test/org/apache/solr/handler/admin/api/V2APISmokeTest.java: ## @@ -0,0 +1,457 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Resolved] (SOLR-14070) Deprecate CloudSolrClient's ZKHost constructor

2025-04-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14070. - Resolution: Fixed [~epugh] , you inquired if this should go to Solr 9.  I'm a little timid about

Re: [PR] SOLR-17620 Encode the version of Solr in SolrCloud "liveNode" [solr]

2025-04-03 Thread via GitHub
dsmiley commented on code in PR #3305: URL: https://github.com/apache/solr/pull/3305#discussion_r2027736206 ## solr/core/src/java/org/apache/solr/cloud/ZkController.java: ## @@ -1183,6 +1191,18 @@ private void createEphemeralLiveNode() throws KeeperException, InterruptedExcept

[jira] [Comment Edited] (SOLR-17703) BinaryResponseParser and BinaryRequestWriter rename to "JavaBin..."

2025-04-03 Thread Abhishek Umarjikar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940692#comment-17940692 ] Abhishek Umarjikar edited comment on SOLR-17703 at 4/3/25 12:52 PM: ---

Re: [PR] SOLR-17705 for V2 API [solr]

2025-04-03 Thread via GitHub
dsmiley commented on code in PR #3282: URL: https://github.com/apache/solr/pull/3282#discussion_r2027510686 ## solr/solrj/src/java/org/apache/solr/client/solrj/JacksonDataBindResponseParser.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] SOLR-17705 for V2 API [solr]

2025-04-03 Thread via GitHub
dsmiley commented on code in PR #3282: URL: https://github.com/apache/solr/pull/3282#discussion_r2027509100 ## solr/solrj/src/java/org/apache/solr/client/solrj/JacksonDataBindResponseParser.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Updated] (SOLR-17703) BinaryResponseParser and BinaryRequestWriter rename to "JavaBin..."

2025-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17703: -- Labels: newdev pull-request-available (was: newdev) > BinaryResponseParser and BinaryRequestWr

Re: [PR] SOLR-17703: BinaryResponseParser and BinaryRequestWriter rename to JavaBin... [solr]

2025-04-03 Thread via GitHub
abumarjikar commented on PR #3307: URL: https://github.com/apache/solr/pull/3307#issuecomment-2776412091 @dsmiley Changes made for constant rename. -- 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

Re: [PR] SOLR-17620 Encode the version of Solr in SolrCloud "liveNode" [solr]

2025-04-03 Thread via GitHub
QFREEE commented on code in PR #3305: URL: https://github.com/apache/solr/pull/3305#discussion_r2027864522 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java: ## @@ -865,6 +871,76 @@ public void removeLiveNodesListener(LiveNodesListener listener) {

Re: [PR] SOLR-17678 Add support to return original score ( the query score ) in case of r… [solr]

2025-04-03 Thread via GitHub
HoustonPutman commented on PR #3222: URL: https://github.com/apache/solr/pull/3222#issuecomment-2777236714 To be explicit about the large amount of code changed here, there was no support for non-"score" named score return fields, such as "temp:score" (aliased return fields), in distributed

Re: [PR] Update dependency de.thetaphi.forbiddenapis to v3.8 - autoclosed [solr]

2025-04-03 Thread via GitHub
solrbot closed pull request #3095: Update dependency de.thetaphi.forbiddenapis to v3.8 - autoclosed URL: https://github.com/apache/solr/pull/3095 -- 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

Re: [PR] SOLR-17620 Encode the version of Solr in SolrCloud "liveNode" [solr]

2025-04-03 Thread via GitHub
dsmiley commented on code in PR #3305: URL: https://github.com/apache/solr/pull/3305#discussion_r2027934645 ## solr/core/src/test/org/apache/solr/cloud/overseer/ZkStateReaderTest.java: ## @@ -894,68 +894,57 @@ public void testDeletePrsCollection() throws Exception { } }

[jira] [Updated] (SOLR-17447) Add support for maxHitsAllowed

2025-04-03 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-17447: -- Description: Currently there are 3 mechanisms to control # of hits for a query * Use of the _t

Re: [PR] SOLR-17705 for V2 API [solr]

2025-04-03 Thread via GitHub
dsmiley commented on PR #3282: URL: https://github.com/apache/solr/pull/3282#issuecomment-2776630387 > What's the relationship between this PR and the one that underlies it? Are you looking for consensus on both before you merge the underlying one? Yes; these are important changes th

[jira] [Commented] (SOLR-17458) Metrics: switch from DropWizard to OpenTelemetry

2025-04-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940865#comment-17940865 ] David Smiley commented on SOLR-17458: - It'd be a huge code change, no doubt! Excitin

Re: [PR] SOLR-17674: Refresh bin/solr instructions to down play SolrCloud and introduce --user-managed example. [solr]

2025-04-03 Thread via GitHub
epugh commented on PR #3190: URL: https://github.com/apache/solr/pull/3190#issuecomment-2775235831 Messaging doesn't seem like anyone would care, so goign to skip changes.txt. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] SOLR-17674: Refresh bin/solr instructions to down play SolrCloud and introduce --user-managed example. [solr]

2025-04-03 Thread via GitHub
epugh commented on code in PR #3190: URL: https://github.com/apache/solr/pull/3190#discussion_r2026678313 ## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ## @@ -411,21 +411,25 @@ private static void printHelp() { print( "zk l

[jira] [Commented] (SOLR-17674) Update SolrCLI to reflect cloud mode is default

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

Re: [PR] SOLR-17674: Refresh bin/solr instructions to down play SolrCloud and introduce --user-managed example. [solr]

2025-04-03 Thread via GitHub
epugh merged PR #3190: URL: https://github.com/apache/solr/pull/3190 -- 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-17723: Use NamedList.forEach() or iterator() [solr]

2025-04-03 Thread via GitHub
epugh commented on PR #3295: URL: https://github.com/apache/solr/pull/3295#issuecomment-2775105685 I spot checked a couple of places and it all seems to make sense! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Jetty12 + EE10 [solr]

2025-04-03 Thread via GitHub
igiguere commented on code in PR #2876: URL: https://github.com/apache/solr/pull/2876#discussion_r2027024323 ## solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java: ## @@ -411,6 +410,7 @@ public void contextInitialized(ServletContextEvent event) {

Re: [PR] SOLR-16395: Convert v2 "schema" modification APIs to JAX-RS [solr]

2025-04-03 Thread via GitHub
gerlowskija commented on PR #3299: URL: https://github.com/apache/solr/pull/3299#issuecomment-2775490954 Alright, the JAX-RS code is in place so I've marked this as "Ready for Review". One thing that I've left out of this PR, that we'll want to think through and handle separately are

[jira] [Commented] (SOLR-17725) Automatically upgrade Solr indexes without needing to reindex from source

2025-04-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940666#comment-17940666 ] Jan Høydahl commented on SOLR-17725: Please clarify your intent with this Jira before

Re: [PR] SOLR-16395: Convert v2 "schema" modification APIs to JAX-RS [solr]

2025-04-03 Thread via GitHub
gerlowskija commented on PR #3299: URL: https://github.com/apache/solr/pull/3299#issuecomment-2775496621 Still TODO: - manual testing - possible integration with #3023 ? - some generated SolrRequest fixes - check - run tests -- This is an automated message from the

[jira] [Comment Edited] (SOLR-17725) Automatically upgrade Solr indexes without needing to reindex from source

2025-04-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940666#comment-17940666 ] Jan Høydahl edited comment on SOLR-17725 at 4/3/25 11:48 AM: -

Re: [PR] SOLR-17705 for V2 API [solr]

2025-04-03 Thread via GitHub
gerlowskija commented on code in PR #3282: URL: https://github.com/apache/solr/pull/3282#discussion_r2026858878 ## solr/solrj/src/java/org/apache/solr/client/solrj/JacksonDataBindResponseParser.java: ## @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[jira] [Resolved] (SOLR-17674) Update SolrCLI to reflect cloud mode is default

2025-04-03 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17674. -- Fix Version/s: main (10.0) Assignee: Eric Pugh Resolution: Fixed > Update SolrCLI to re

[PR] SOLR-17703: BinaryResponseParser and BinaryRequestWriter rename to JavaBin... [solr]

2025-04-03 Thread via GitHub
abumarjikar opened a new pull request, #3307: URL: https://github.com/apache/solr/pull/3307 https://issues.apache.org/jira/browse/SOLR-17703 # Description This PR targets to rename the BinaryResponseParser and BinaryRequestWriter including StreamingJavaBinResponsePa

Re: [PR] Jetty12 + EE10 [solr]

2025-04-03 Thread via GitHub
igiguere commented on code in PR #2876: URL: https://github.com/apache/solr/pull/2876#discussion_r2027025386 ## solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java: ## @@ -411,6 +410,7 @@ public void contextInitialized(ServletContextEvent event) {

[jira] [Commented] (SOLR-17683) Remove CurrencyField in favour of CurrencyFieldType

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

Re: [PR] SOLR-17447 : Support to early terminate a search based on maxHits per collector. [solr]

2025-04-03 Thread via GitHub
HoustonPutman commented on PR #2960: URL: https://github.com/apache/solr/pull/2960#issuecomment-2776005934 I need to add a changelog entry, but I think this is good to go, and will probably merge sometime tomorrow. -- This is an automated message from the Apache Git Service. To respond to