[jira] [Updated] (SOLR-17669) Reduce Memory Consumption when using Dynamic Fields

2025-02-12 Thread Peter Kroiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kroiss updated SOLR-17669: Description: Replace the Pattern.matcher for DynamicFields with standard String Operations. In our

[jira] [Updated] (SOLR-17669) Reduce Memory Consumption when using Dynamic Fields

2025-02-12 Thread Peter Kroiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kroiss updated SOLR-17669: Fix Version/s: 9.8.1 > Reduce Memory Consumption when using Dynamic Fields > --

[jira] [Created] (SOLR-17669) Reduce Memory Consumption when using Dynamic Fields

2025-02-12 Thread Peter Kroiss (Jira)
Peter Kroiss created SOLR-17669: --- Summary: Reduce Memory Consumption when using Dynamic Fields Key: SOLR-17669 URL: https://issues.apache.org/jira/browse/SOLR-17669 Project: Solr Issue Type: Im

Re: [I] Basic Auth Bootstrap Not Working In 0.9.0 [solr-operator]

2025-02-12 Thread via GitHub
idjemaoune commented on issue #755: URL: https://github.com/apache/solr-operator/issues/755#issuecomment-2653520207 I encountered the same issue with version 9.7.0 when creating my cluster from scratch with this version. However, upgrading from version 9.6.1 (with authentication already in

[jira] [Commented] (SOLR-17669) Reduce Memory Consumption when using Dynamic Fields

2025-02-12 Thread Peter Kroiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926350#comment-17926350 ] Peter Kroiss commented on SOLR-17669: - Implemented by [~dsmanzinger]  > Reduce Memor

Re: [PR] Update enabling-ssl.adoc - fix minor typo in example [solr]

2025-02-12 Thread via GitHub
Kordishal commented on code in PR #3175: URL: https://github.com/apache/solr/pull/3175#discussion_r1952792666 ## solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc: ## @@ -245,7 +245,7 @@ Windows:: [source,powershell] -C:\> bin/solr.cmd --property

Re: [PR] fix the solr zk invocation [solr-operator]

2025-02-12 Thread via GitHub
gerlowskija commented on PR #756: URL: https://github.com/apache/solr-operator/pull/756#issuecomment-2653981478 Hi @elangelo - what Solr version are you running? And are there any particular steps needed to reproduce the issue? I tried playing with this a bit this morning but haven't

Re: [PR] fix the solr zk invocation [solr-operator]

2025-02-12 Thread via GitHub
elangelo commented on PR #756: URL: https://github.com/apache/solr-operator/pull/756#issuecomment-2654002210 I was doing this with solr 9.8.0 and solr-operator 0.8 When ZK_HOST is set (which is default in the init container) I always get that error message: `Neither --zk-host or --sol

Re: [PR] fix the solr zk invocation [solr-operator]

2025-02-12 Thread via GitHub
epugh commented on PR #756: URL: https://github.com/apache/solr-operator/pull/756#issuecomment-2654030295 just a bit of poking, and i don't think we look up from env var the ZK_HOST: https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/cli/CLIUtils.java#L223

Re: [PR] Update enabling-ssl.adoc - fix minor typo in example [solr]

2025-02-12 Thread via GitHub
epugh commented on PR #3175: URL: https://github.com/apache/solr/pull/3175#issuecomment-2654044758 I just triggered the builds, and then this looks ready to merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Updated] (SOLR-17669) Reduce Memory Consumption when using Dynamic Fields

2025-02-12 Thread Peter Kroiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kroiss updated SOLR-17669: Description: Replace the Pattern.matcher for DynamicFields with standard String Operations. In our

[PR] SOLR-17669: Reduce Memory Consumption by 80-90% when using Dynamic fields (DocumentObjectBinder) [solr]

2025-02-12 Thread via GitHub
ds-manzinger opened a new pull request, #3179: URL: https://github.com/apache/solr/pull/3179 https://issues.apache.org/jira/browse/SOLR-17669 # Description Flame Graph in our Production System showed a siginificant high memory consumption of Pattern.matcher # Solutio

[jira] [Updated] (SOLR-17669) Reduce Memory Consumption when using Dynamic Fields

2025-02-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17669: -- Labels: pull-request-available (was: ) > Reduce Memory Consumption when using Dynamic Fields >

Re: [PR] Update enabling-ssl.adoc - fix minor typo in example [solr]

2025-02-12 Thread via GitHub
epugh commented on PR #3175: URL: https://github.com/apache/solr/pull/3175#issuecomment-2654043373 I searched our ref guide for "solrcli" and yeah, the main page, the "Solr Control Script" page doesn't come up!: https://github.com/user-attachments/assets/a4bd3597-a972-4b84-a77d-8b1b88

Re: [PR] fix the solr zk invocation [solr-operator]

2025-02-12 Thread via GitHub
epugh commented on PR #756: URL: https://github.com/apache/solr-operator/pull/756#issuecomment-2654032493 personally, when it comes to invoking the SolrCLI, I like the verbosity of passing in all the args, so there is less magic. -- This is an automated message from the Apache Git Serv

Re: [PR] Transfer encryption metadata in the commit when DirectUpdateHandler2.closeWriter is called. [solr-sandbox]

2025-02-12 Thread via GitHub
bruno-roustant merged PR #113: URL: https://github.com/apache/solr-sandbox/pull/113 -- 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...@s

Re: [I] Failure loading SolrCore at startup - java.util.NoSuchElementException: No key id for key ref=0 after server restart [solr-sandbox]

2025-02-12 Thread via GitHub
bruno-roustant commented on issue #109: URL: https://github.com/apache/solr-sandbox/issues/109#issuecomment-2654226876 This issue is fixed now. The fix is in Solr 9.8, and the encryption module now depends on 9.8. The PR mentioned above tests the node restart and the successful transfer o

Re: [PR] SOLR-17635: unmarshalling Map to SimpleOrderedMap if key i of type St… [solr]

2025-02-12 Thread via GitHub
renatoh commented on code in PR #3163: URL: https://github.com/apache/solr/pull/3163#discussion_r1953918318 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -290,7 +290,7 @@ public static Object fromJSON(byte[] utf8) { } public static Object fromJSON(

Re: [PR] SOLR-17635: unmarshalling Map to SimpleOrderedMap if key i of type St… [solr]

2025-02-12 Thread via GitHub
renatoh commented on code in PR #3163: URL: https://github.com/apache/solr/pull/3163#discussion_r1953918318 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -290,7 +290,7 @@ public static Object fromJSON(byte[] utf8) { } public static Object fromJSON(

Re: [PR] SOLR-17635: unmarshalling Map to SimpleOrderedMap if key i of type St… [solr]

2025-02-12 Thread via GitHub
renatoh commented on code in PR #3163: URL: https://github.com/apache/solr/pull/3163#discussion_r1953918318 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -290,7 +290,7 @@ public static Object fromJSON(byte[] utf8) { } public static Object fromJSON(

Re: [PR] SOLR-17635: unmarshalling Map to SimpleOrderedMap if key i of type St… [solr]

2025-02-12 Thread via GitHub
renatoh commented on code in PR #3163: URL: https://github.com/apache/solr/pull/3163#discussion_r1953918318 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -290,7 +290,7 @@ public static Object fromJSON(byte[] utf8) { } public static Object fromJSON(

Re: [PR] SOLR-17663: Protect TimeOut from overflow. [solr]

2025-02-12 Thread via GitHub
bruno-roustant merged PR #3173: URL: https://github.com/apache/solr/pull/3173 -- 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.ap

[jira] [Commented] (SOLR-17663) TimeOut overflows if the provided interval is large

2025-02-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926698#comment-17926698 ] ASF subversion and git services commented on SOLR-17663: Commit 3

[jira] [Commented] (SOLR-17663) TimeOut overflows if the provided interval is large

2025-02-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926700#comment-17926700 ] ASF subversion and git services commented on SOLR-17663: Commit 9

[jira] [Resolved] (SOLR-17663) TimeOut overflows if the provided interval is large

2025-02-12 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved SOLR-17663. --- Fix Version/s: 9.9 Resolution: Fixed > TimeOut overflows if the provided interval is l

Re: [PR] SOLR-17663: Protect TimeOut from overflow. [solr]

2025-02-12 Thread via GitHub
bruno-roustant commented on PR #3173: URL: https://github.com/apache/solr/pull/3173#issuecomment-2655756233 Thanks for your review David. -- 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 speci

[PR] SOLR-17670: Fix unnecessary memory allocation caused by a large reRankDocs param [solr]

2025-02-12 Thread via GitHub
gaojiabao1991 opened a new pull request, #3181: URL: https://github.com/apache/solr/pull/3181 https://issues.apache.org/jira/browse/SOLR-X # Description For a query containing re-ranking, such as: { "start": "0", "rows": 10, "fl": "ID,s

[jira] [Updated] (SOLR-17670) Fix unnecessary memory allocation caused by a large reRankDocs param

2025-02-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17670: -- Labels: pull-request-available (was: ) > Fix unnecessary memory allocation caused by a large r

Re: [PR] SOLR-17635: unmarshalling Map to SimpleOrderedMap if key i of type St… [solr]

2025-02-12 Thread via GitHub
renatoh commented on code in PR #3163: URL: https://github.com/apache/solr/pull/3163#discussion_r1953320836 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -290,7 +290,7 @@ public static Object fromJSON(byte[] utf8) { } public static Object fromJSON(

[PR] build solr/webapp/build.gradle: remove needless excludes [solr]

2025-02-12 Thread via GitHub
dsmiley opened a new pull request, #3180: URL: https://github.com/apache/solr/pull/3180 These exclusions don't match anything. -- 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

[jira] [Resolved] (SOLR-17649) Multivalue facets on enum field type returns empty result when using JsonFacet API

2025-02-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17649. - Fix Version/s: 9.9 Assignee: David Smiley Resolution: Fixed Thanks for contributi

Re: [PR] Typo in enabling-ssl.adoc [solr]

2025-02-12 Thread via GitHub
janhoy commented on PR #3177: URL: https://github.com/apache/solr/pull/3177#issuecomment-2655131003 Sorry, but I cannot see that this is a bug or why this change would be any better than the default in the docs. The docs contain the same values as commented in our `solr.in.sh/cmd` file, and

Re: [I] Unable to install solr-operator 0.8.1 - zookeeper operator post install job failure [solr-operator]

2025-02-12 Thread via GitHub
larsskj commented on issue #728: URL: https://github.com/apache/solr-operator/issues/728#issuecomment-2655142543 I'm hit by the same problem - and can elaborate with some more information. I want to run a Solr cloud and thought installing it using the Helm charts would be the easiest.

[jira] [Commented] (SOLR-17649) Multivalue facets on enum field type returns empty result when using JsonFacet API

2025-02-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926610#comment-17926610 ] ASF subversion and git services commented on SOLR-17649: Commit 1

Re: [PR] build solr/webapp/build.gradle: remove needless excludes [solr]

2025-02-12 Thread via GitHub
HoustonPutman commented on PR #3180: URL: https://github.com/apache/solr/pull/3180#issuecomment-2655094380 Yeah, I guess the non-minimized files used to be in source control? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] SOLR-17635: unmarshalling Map to SimpleOrderedMap if key i of type St… [solr]

2025-02-12 Thread via GitHub
dsmiley commented on code in PR #3163: URL: https://github.com/apache/solr/pull/3163#discussion_r1953556107 ## solr/solrj/src/java/org/apache/solr/common/util/TextWriter.java: ## @@ -84,11 +84,11 @@ default void writeVal(String name, Object val, boolean raw) throws IOException

Re: [I] Failure loading SolrCore at startup - java.util.NoSuchElementException: No key id for key ref=0 after server restart [solr-sandbox]

2025-02-12 Thread via GitHub
bruno-roustant closed issue #109: Failure loading SolrCore at startup - java.util.NoSuchElementException: No key id for key ref=0 after server restart URL: https://github.com/apache/solr-sandbox/issues/109 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] SolrRequest.getParams never null; and clarify mutability [solr]

2025-02-12 Thread via GitHub
dsmiley merged PR #3140: URL: https://github.com/apache/solr/pull/3140 -- 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.or

Re: [PR] SOLR-17649: Fix Json faceting on multivalue number types [solr]

2025-02-12 Thread via GitHub
dsmiley merged PR #3158: URL: https://github.com/apache/solr/pull/3158 -- 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.or

[jira] [Commented] (SOLR-17649) Multivalue facets on enum field type returns empty result when using JsonFacet API

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

Re: [PR] Add NavigableObject.wrap. Deprecate MapWriter.EMPTY and MapWriterMap. [solr]

2025-02-12 Thread via GitHub
dsmiley merged PR #3148: URL: https://github.com/apache/solr/pull/3148 -- 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.or

Re: [PR] Fix DockMakerTest maxCardinality [solr]

2025-02-12 Thread via GitHub
dsmiley commented on PR #3171: URL: https://github.com/apache/solr/pull/3171#issuecomment-2654944730 Will merge tomorrow. -- 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

Re: [PR] SolrParams.equals implementation [solr]

2025-02-12 Thread via GitHub
dsmiley merged PR #3141: URL: https://github.com/apache/solr/pull/3141 -- 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.or

[jira] [Created] (SOLR-17670) Fix unnecessary memory allocation caused by a large reRankDocs param

2025-02-12 Thread JiaBaoGao (Jira)
JiaBaoGao created SOLR-17670: Summary: Fix unnecessary memory allocation caused by a large reRankDocs param Key: SOLR-17670 URL: https://issues.apache.org/jira/browse/SOLR-17670 Project: Solr Is