[jira] [Updated] (SOLR-15730) Umbrella: Modularize SolrJ

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-15730: Summary: Umbrella: Modularize SolrJ (was: Modularize SolrJ) > Umbrella: Modularize SolrJ > ---

[jira] [Commented] (SOLR-17161) Separate out a solrj-jetty artifact (10.0)

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891218#comment-17891218 ] David Smiley commented on SOLR-17161: - >From many moons ago I wrote some notes on thi

[jira] [Updated] (SOLR-17161) Separate out a solrj-jetty artifact (10.0)

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17161: Fix Version/s: main (10.0) > Separate out a solrj-jetty artifact (10.0) > -

[jira] [Updated] (SOLR-17161) Separate out a solrj-jetty artifact (10.0)

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17161: Priority: Blocker (was: Major) > Separate out a solrj-jetty artifact (10.0) >

Re: [PR] Fix assert tool url normalization [solr]

2024-10-19 Thread via GitHub
janhoy commented on code in PR #2778: URL: https://github.com/apache/solr/pull/2778#discussion_r1807545831 ## solr/core/src/java/org/apache/solr/cli/PostTool.java: ## @@ -315,8 +320,17 @@ public void runImpl(CommandLine cli) throws Exception { throw new IllegalArgumentE

Re: [PR] SOLR-17037 - Clone LTRScoringQuery on rewriting to preserve queryResultCache key [solr]

2024-10-19 Thread via GitHub
github-actions[bot] commented on PR #2022: URL: https://github.com/apache/solr/pull/2022#issuecomment-2424299226 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

[PR] SOLR-17467: Fix Windows start script for default / cloud mode [solr]

2024-10-19 Thread via GitHub
malliaridis opened a new pull request, #2784: URL: https://github.com/apache/solr/pull/2784 https://issues.apache.org/jira/browse/SOLR-17467 # Description The current changes of this issue that were introduced in #2729 broke the start script on Windows. Executing `bin\solr.cmd

Re: [PR] SOLR-17037 - Clone LTRScoringQuery on rewriting to preserve queryResultCache key [solr]

2024-10-19 Thread via GitHub
github-actions[bot] closed pull request #2022: SOLR-17037 - Clone LTRScoringQuery on rewriting to preserve queryResultCache key URL: https://github.com/apache/solr/pull/2022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Bump up Java version to 21 [solr]

2024-10-19 Thread via GitHub
dsmiley commented on code in PR #2682: URL: https://github.com/apache/solr/pull/2682#discussion_r1807454749 ## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ## @@ -26,6 +26,10 @@ Before starting an upgrade to this version of Solr, please take th

Re: [PR] Bump up Java version to 21 [solr]

2024-10-19 Thread via GitHub
dsmiley commented on code in PR #2682: URL: https://github.com/apache/solr/pull/2682#discussion_r1807454557 ## solr/bin/solr.in.sh: ## Review Comment: @uschindler do you have any opinions on the Java / GC settings we should use as we switch to Java 21? -- This is an au

[jira] [Commented] (SOLR-17158) Terminate distributed processing quickly when query limit is reached

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891187#comment-17891187 ] David Smiley commented on SOLR-17158: - I sympathize with the 200 response; it's reaso

[jira] [Commented] (SOLR-17502) request forwarding does not work with http/2

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891186#comment-17891186 ] David Smiley commented on SOLR-17502: - Thanks for the tip Sanjay; indeed this must be

[jira] [Commented] (SOLR-17286) HttpSolrCall.remoteQuery (proxy) should use Jetty HttpClient

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891185#comment-17891185 ] David Smiley commented on SOLR-17286: - It'd be wonderful to consider using Jetty's h

[jira] [Updated] (SOLR-17286) HttpSolrCall.remoteQuery (proxy) should use Jetty HttpClient

2024-10-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17286: Summary: HttpSolrCall.remoteQuery (proxy) should use Jetty HttpClient (was: HttpSolrCall.remoteQue

Re: [PR] SOLR-17467: Start solr in Cloud mode, introduce --user-managed switch for User Managed mode [solr]

2024-10-19 Thread via GitHub
malliaridis commented on PR #2729: URL: https://github.com/apache/solr/pull/2729#issuecomment-2424106562 @epugh FYI this PR seems to have broken `main` for Windows, because I am unable to run Solr in cloud mode under Windows. The output: ```cmd >bin\solr.cmd start Java 17 detect

Re: [PR] SOLR-17492: Introduce recommendations of WAYS of running Solr from small to massive [solr]

2024-10-19 Thread via GitHub
epugh commented on PR #2783: URL: https://github.com/apache/solr/pull/2783#issuecomment-2424053127 We have diagrams generated in our Markdown! https://github.com/user-attachments/assets/3745673f-555d-4726-973a-217d123be640";> -- This is an automated message from the Apache Git Servi

[jira] [Commented] (SOLR-17503) Umbrella: Move to Jakarta J2EE packages

2024-10-19 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891174#comment-17891174 ] Gus Heck commented on SOLR-17503: - Yeah, that's more like what i expect. So that probably

[jira] [Commented] (SOLR-17503) Umbrella: Move to Jakarta J2EE packages

2024-10-19 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891166#comment-17891166 ] Uwe Schindler commented on SOLR-17503: -- Although Jetty 12 supports multiple servlet

[jira] [Updated] (SOLR-17492) Introduce recommendations of WAYS of running Solr from small to massive

2024-10-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17492: -- Labels: pull-request-available (was: ) > Introduce recommendations of WAYS of running Solr fro

[PR] SOLR-17492: Introduce recommendations of WAYS of running Solr from small to massive [solr]

2024-10-19 Thread via GitHub
epugh opened a new pull request, #2783: URL: https://github.com/apache/solr/pull/2783 https://issues.apache.org/jira/browse/SOLR-17492 # Description Addi recommendations of best practices for deploying Solr # Solution I am starting with my approach, just to get

[jira] [Updated] (SOLR-17492) Introduce recommendations of WAYS of running Solr from small to massive

2024-10-19 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-17492: - Summary: Introduce recommendations of WAYS of running Solr from small to massive (was: Introduce more co

[jira] [Commented] (SOLR-17158) Terminate distributed processing quickly when query limit is reached

2024-10-19 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891152#comment-17891152 ] Gus Heck commented on SOLR-17158: - I think that test you suggest defeats the code's effor

Re: [PR] WIP: Benchmark Jetty 11 [solr]

2024-10-19 Thread via GitHub
iamsanjay commented on PR #2782: URL: https://github.com/apache/solr/pull/2782#issuecomment-2423766852 ``` Benchmark (maxConnectionPerHost) (nodeCount) (numReplicas) (numShards) (preGenerate) (useSmallDocs) Mode Cnt Score Error Units CloudIndexing.inde

Re: [PR] Support concurrency when reading transaction log encryption header. [solr-sandbox]

2024-10-19 Thread via GitHub
bruno-roustant commented on code in PR #112: URL: https://github.com/apache/solr-sandbox/pull/112#discussion_r1807251694 ## encryption/src/main/java/org/apache/solr/encryption/EncryptionTransactionLog.java: ## @@ -140,28 +139,33 @@ private static void writeBEInt(OutputStream out

Re: [PR] WIP: Benchmark Jetty 11 [solr]

2024-10-19 Thread via GitHub
iamsanjay commented on PR #2782: URL: https://github.com/apache/solr/pull/2782#issuecomment-2423678165 ### CloudIndexing Benchmarking ``` Benchmark (nodeCount) (numReplicas) (numShards) (preGenerate) (useSmallDocs) Mode Cnt Score Error Units Cloud

[PR] WIP: Benchmark Jetty 11 [solr]

2024-10-19 Thread via GitHub
iamsanjay opened a new pull request, #2782: URL: https://github.com/apache/solr/pull/2782 [SOLR-17503](https://issues.apache.org/jira/browse/SOLR-17503) 1. Jumping directly to version 12 adds complexity. I've identified Jetty 11 as the transition point to Jakarta. 2. The hadoop-aut