Re: [PR] SOLR-5707: Lucene Expressions in Solr [solr]

2025-07-11 Thread via GitHub
HoustonPutman commented on PR #1244: URL: https://github.com/apache/solr/pull/1244#issuecomment-3064545995 @dsmiley I just started producing the 9.9.0 release, so let's leave this for 9.10. We don't have to wait months for 9.10 either, we can do it in a month or two and get this out after b

[jira] [Commented] (SOLR-17792) ParallelHttpShardHandler has massive performance issues.

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

[jira] [Resolved] (SOLR-17792) ParallelHttpShardHandler has massive performance issues.

2025-07-11 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-17792. --- Assignee: Houston Putman Resolution: Fixed > ParallelHttpShardHandler has massive perfo

Re: [PR] SOLR-5707: Lucene Expressions in Solr [solr]

2025-07-11 Thread via GitHub
dsmiley commented on PR #1244: URL: https://github.com/apache/solr/pull/1244#issuecomment-3064513883 DocList / DocIterator / DocIterationInfo != a Lucene Scorable (which is an abstract class, BTW; limits creative class hierarchy possibilities). Furthermore the former is an iterator but the

Re: [PR] SOLR-13360 StringIndexOutOfBoundsException: String index out of range [solr]

2025-07-11 Thread via GitHub
github-actions[bot] commented on PR #3112: URL: https://github.com/apache/solr/pull/3112#issuecomment-3064321571 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

Re: [PR] SOLR-17688: Http2SolrClient: use Request.Listener not HttpListenerFactory [solr]

2025-07-11 Thread via GitHub
github-actions[bot] closed pull request #3233: SOLR-17688: Http2SolrClient: use Request.Listener not HttpListenerFactory URL: https://github.com/apache/solr/pull/3233 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] SOLR-17688: Http2SolrClient: use Request.Listener not HttpListenerFactory [solr]

2025-07-11 Thread via GitHub
github-actions[bot] commented on PR #3233: URL: https://github.com/apache/solr/pull/3233#issuecomment-3064321539 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This

Re: [PR] Enable picocli for a few tools [solr]

2025-07-11 Thread via GitHub
github-actions[bot] commented on PR #3247: URL: https://github.com/apache/solr/pull/3247#issuecomment-3064321502 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This

Re: [PR] Enable picocli for a few tools [solr]

2025-07-11 Thread via GitHub
github-actions[bot] closed pull request #3247: Enable picocli for a few tools URL: https://github.com/apache/solr/pull/3247 -- 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 u

Re: [PR] SOLR-5707: Lucene Expressions in Solr [solr]

2025-07-11 Thread via GitHub
AndreyBozhko commented on code in PR #1244: URL: https://github.com/apache/solr/pull/1244#discussion_r2202025727 ## solr/core/src/java/org/apache/solr/response/transform/ValueSourceAugmenter.java: ## @@ -68,20 +70,44 @@ public void setContext(ResultContext context) { fcon

[jira] [Commented] (SOLR-17792) ParallelHttpShardHandler has massive performance issues.

2025-07-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004788#comment-18004788 ] ASF subversion and git services commented on SOLR-17792: Commit d

[jira] [Commented] (SOLR-17792) ParallelHttpShardHandler has massive performance issues.

2025-07-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004787#comment-18004787 ] ASF subversion and git services commented on SOLR-17792: Commit 2

Re: [PR] SOLR-17792: Fix deadlocks in ParallelHttpShardHandler [solr]

2025-07-11 Thread via GitHub
HoustonPutman merged PR #3398: URL: https://github.com/apache/solr/pull/3398 -- 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.apa

[jira] [Updated] (SOLR-17690) Solr CLI tools like zk cp does not read ZK_HOST

2025-07-11 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-17690: -- Fix Version/s: 9.10 (was: 9.9) > Solr CLI tools like zk cp does not read

Re: [PR] SOLR-17792: Fix deadlocks in ParallelHttpShardHandler [solr]

2025-07-11 Thread via GitHub
HoustonPutman commented on PR #3398: URL: https://github.com/apache/solr/pull/3398#issuecomment-3063748059 > I'm still curious if there's a reproducible method for producing the problematic behavior with the suspected deadlocks Yeah, you can use the benchmark example (with 2 lines of

Re: [PR] SOLR-17319 : Combined Query Feature for Multi Query Execution [solr]

2025-07-11 Thread via GitHub
ercsonusharma commented on code in PR #3418: URL: https://github.com/apache/solr/pull/3418#discussion_r2201498073 ## solr/core/src/java/org/apache/solr/handler/component/CombinedQueryComponent.java: ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] SOLR-17319 : Combined Query Feature for Multi Query Execution [solr]

2025-07-11 Thread via GitHub
ercsonusharma commented on code in PR #3418: URL: https://github.com/apache/solr/pull/3418#discussion_r2201488314 ## solr/core/src/java/org/apache/solr/handler/component/CombinedQueryComponent.java: ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] SOLR-17792: Fix deadlocks in ParallelHttpShardHandler [solr]

2025-07-11 Thread via GitHub
gus-asf commented on PR #3398: URL: https://github.com/apache/solr/pull/3398#issuecomment-3063107556 * above comment is me (in the wrong browser) -- 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 t

Re: [PR] SOLR-17792: Fix deadlocks in ParallelHttpShardHandler [solr]

2025-07-11 Thread via GitHub
fsparv commented on PR #3398: URL: https://github.com/apache/solr/pull/3398#issuecomment-3063102339 I also was unable to break the new code using the limit tests (100 runs each), I'm still curious if there's a reproducible method for producing the problematic behavior with the suspected dea

Re: [PR] removing check in TextToVectorUpdateProcessorFactory which brakes update for new dynamic fields [solr]

2025-07-11 Thread via GitHub
renatoh commented on code in PR #3426: URL: https://github.com/apache/solr/pull/3426#discussion_r2201320096 ## solr/modules/llm/src/test/org/apache/solr/llm/textvectorisation/update/processor/TextToVectorUpdateProcessorFactoryTest.java: ## @@ -132,7 +132,7 @@ public void init_n

Re: [PR] SOLR-17742: remove handleSelect requestDispatcher option [solr]

2025-07-11 Thread via GitHub
cpoerschke commented on PR #3409: URL: https://github.com/apache/solr/pull/3409#issuecomment-3062990795 Wondering if ref-guide references could be removed too: https://github.com/search?q=repo%3Aapache%2Fsolr+handleSelect+language%3AAsciiDoc&type=code&l=AsciiDoc -- This is an automated me

Re: [PR] SOLR-17319 : Combined Query Feature for Multi Query Execution [solr]

2025-07-11 Thread via GitHub
cpoerschke commented on code in PR #3418: URL: https://github.com/apache/solr/pull/3418#discussion_r2201215313 ## solr/core/src/java/org/apache/solr/handler/component/CombinedQueryComponent.java: ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] SOLR-17319 : Combined Query Feature for Multi Query Execution [solr]

2025-07-11 Thread via GitHub
cpoerschke commented on code in PR #3418: URL: https://github.com/apache/solr/pull/3418#discussion_r2201074161 ## solr/core/src/java/org/apache/solr/handler/component/CombinedQueryComponent.java: ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Updated] (SOLR-17792) ParallelHttpShardHandler has massive performance issues.

2025-07-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17792: -- Labels: pull-request-available (was: ) > ParallelHttpShardHandler has massive performance issu

Re: [PR] SOLR-17792: Fix deadlocks in ParallelHttpShardHandler [solr]

2025-07-11 Thread via GitHub
dsmiley commented on PR #3398: URL: https://github.com/apache/solr/pull/3398#issuecomment-3062647620 Fantastic peer review @gerlowskija :-) -- 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] [Commented] (SOLR-17715) Remove "qt" param path support in SolrJ

2025-07-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004717#comment-18004717 ] David Smiley commented on SOLR-17715: - This also implies deprecating SolrQuery.setReq

Re: [PR] removing check in TextToVectorUpdateProcessorFactory which brakes update for new dynamic fields [solr]

2025-07-11 Thread via GitHub
alessandrobenedetti commented on code in PR #3426: URL: https://github.com/apache/solr/pull/3426#discussion_r2200678579 ## solr/modules/llm/src/test/org/apache/solr/llm/textvectorisation/update/processor/TextToVectorUpdateProcessorFactoryTest.java: ## @@ -132,7 +132,7 @@ public

Re: [PR] removing check in TextToVectorUpdateProcessorFactory which brakes update for new dynamic fields [solr]

2025-07-11 Thread via GitHub
renatoh commented on code in PR #3426: URL: https://github.com/apache/solr/pull/3426#discussion_r2200648992 ## solr/modules/llm/src/test/org/apache/solr/llm/textvectorisation/update/processor/TextToVectorUpdateProcessorFactoryTest.java: ## @@ -132,7 +132,7 @@ public void init_n

Re: [PR] removing check in TextToVectorUpdateProcessorFactory which brakes update for new dynamic fields [solr]

2025-07-11 Thread via GitHub
renatoh commented on code in PR #3426: URL: https://github.com/apache/solr/pull/3426#discussion_r2200634097 ## solr/modules/llm/src/java/org/apache/solr/llm/textvectorisation/model/SolrTextToVectorModel.java: ## @@ -80,41 +84,40 @@ public static SolrTextToVectorModel getInstance

Re: [PR] removing check in TextToVectorUpdateProcessorFactory which brakes update for new dynamic fields [solr]

2025-07-11 Thread via GitHub
renatoh commented on code in PR #3426: URL: https://github.com/apache/solr/pull/3426#discussion_r2200633076 ## solr/modules/llm/src/test/org/apache/solr/llm/textvectorisation/update/processor/TextToVectorUpdateProcessorTest.java: ## @@ -40,6 +41,13 @@ public static void cleanup(

[jira] [Resolved] (SOLR-17804) CrossDC Consumer tries to reuse an already closed SolrClient

2025-07-11 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-17804. - Resolution: Fixed > CrossDC Consumer tries to reuse an already closed SolrClient > --

Re: [PR] removing check in TextToVectorUpdateProcessorFactory which brakes update for new dynamic fields [solr]

2025-07-11 Thread via GitHub
alessandrobenedetti commented on code in PR #3426: URL: https://github.com/apache/solr/pull/3426#discussion_r2200099370 ## solr/modules/llm/src/java/org/apache/solr/llm/textvectorisation/model/SolrTextToVectorModel.java: ## @@ -80,41 +84,40 @@ public static SolrTextToVectorModel

[jira] [Commented] (SOLR-17804) CrossDC Consumer tries to reuse an already closed SolrClient

2025-07-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004635#comment-18004635 ] ASF subversion and git services commented on SOLR-17804: Commit 5

Re: [PR] SOLR-17804: re-create SolrClient if closed (cherry-pick to 9.9) [solr]

2025-07-11 Thread via GitHub
sigram merged PR #3425: URL: https://github.com/apache/solr/pull/3425 -- 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-17804) CrossDC Consumer tries to reuse an already closed SolrClient

2025-07-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004634#comment-18004634 ] ASF subversion and git services commented on SOLR-17804: Commit d

Re: [PR] SOLR-17804: re-create SolrClient if closed (cherry-pick to 9x) [solr]

2025-07-11 Thread via GitHub
sigram merged PR #3424: URL: https://github.com/apache/solr/pull/3424 -- 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