[
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
[
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
> --
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
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
[
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
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
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
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
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
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
[
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
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
[
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
>
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
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
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
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
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(
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(
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(
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(
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
[
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
[
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
[
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
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
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
[
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
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(
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
[
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
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
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.
[
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
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
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
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,
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
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
[
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
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
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
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
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
44 matches
Mail list logo