[
https://issues.apache.org/jira/browse/SOLR-16405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-16405.
---
Fix Version/s: 9.1
Resolution: Fixed
> Update Caffeine from 3.0.5 to 3.1.1
> -
noblepaul commented on code in PR #996:
URL: https://github.com/apache/solr/pull/996#discussion_r965524015
##
solr/core/src/java/org/apache/solr/api/CoordinatorV2HttpSolrCall.java:
##
@@ -0,0 +1,58 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ *
noblepaul commented on code in PR #996:
URL: https://github.com/apache/solr/pull/996#discussion_r965473108
##
solr/solr-ref-guide/modules/deployment-guide/pages/node-roles.adoc:
##
@@ -66,15 +69,37 @@ A node with this role (in mode "on") can host shards and
replicas for collect
noblepaul commented on code in PR #996:
URL: https://github.com/apache/solr/pull/996#discussion_r965472808
##
solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java:
##
@@ -137,7 +140,15 @@ public SolrDispatchFilter() {}
public void init(FilterConfig config) throw
noblepaul commented on code in PR #996:
URL: https://github.com/apache/solr/pull/996#discussion_r964280654
##
solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java:
##
@@ -137,7 +140,15 @@ public SolrDispatchFilter() {}
public void init(FilterConfig config) throw
noblepaul commented on code in PR #996:
URL: https://github.com/apache/solr/pull/996#discussion_r965472003
##
solr/solr-ref-guide/modules/deployment-guide/pages/node-roles.adoc:
##
@@ -66,15 +69,37 @@ A node with this role (in mode "on") can host shards and
replicas for collect
[
https://issues.apache.org/jira/browse/SOLR-16296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved SOLR-16296.
-
Fix Version/s: 9.1
Resolution: Fixed
> Use SafeXMLParsing in XmlConfigFile and QueryElevat
[
https://issues.apache.org/jira/browse/SOLR-16402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16402:
Fix Version/s: 9.1
> Update GSON dependency for CVE 2022-24657
> --
[
https://issues.apache.org/jira/browse/SOLR-16402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16402:
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Update GSON dependency for CVE
[
https://issues.apache.org/jira/browse/SOLR-16402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601530#comment-17601530
]
ASF subversion and git services commented on SOLR-16402:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-16402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16402:
Fix Version/s: main (10.0)
> Update GSON dependency for CVE 2022-24657
> --
[
https://issues.apache.org/jira/browse/SOLR-16402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601529#comment-17601529
]
ASF subversion and git services commented on SOLR-16402:
Commit 2
risdenk merged PR #998:
URL: https://github.com/apache/solr/pull/998
--
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
gerlowskija commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r965335669
##
solr/core/src/java/org/apache/solr/core/CoreContainer.java:
##
@@ -16,12 +16,51 @@
*/
package org.apache.solr.core;
+import static java.util.Objects.requireNonNul
[
https://issues.apache.org/jira/browse/SOLR-16296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601514#comment-17601514
]
ASF subversion and git services commented on SOLR-16296:
Commit 2
dsmiley commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r965317709
##
solr/core/src/java/org/apache/solr/handler/admin/api/SchemaNameAPI.java:
##
@@ -46,7 +46,7 @@ public SchemaNameAPI(SolrCore solrCore) {
}
@GET
- @Produces("applic
sonatype-lift[bot] commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r965305689
##
solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:
##
@@ -0,0 +1,132 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
risdenk commented on PR #1001:
URL: https://github.com/apache/solr/pull/1001#issuecomment-1239892447
> I think the above error is actually
https://issues.apache.org/jira/browse/SOLR-10918
ehhh it might be related - but running `./gradlew -p solr/core beast
-Ptests.dups=10 --tests
"
dsmiley commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r965280828
##
solr/core/src/java/org/apache/solr/api/V2HttpCall.java:
##
@@ -388,33 +335,65 @@ public CompositeApi add(Api api) {
}
}
+ // We don't rely on any of Jersey's au
risdenk commented on PR #1001:
URL: https://github.com/apache/solr/pull/1001#issuecomment-1239884621
I think the above error is actually
https://issues.apache.org/jira/browse/SOLR-10918
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
gerlowskija commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r965213364
##
solr/core/src/test/org/apache/solr/handler/configsets/ListConfigSetsAPITest.java:
##
@@ -0,0 +1,139 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
janhoy commented on PR #984:
URL: https://github.com/apache/solr/pull/984#issuecomment-1239816724
Ah, that was why the Docker test failed. Nice to have end-to-end tests this
way.
I’ll proceed with merge tomorrow..
--
This is an automated message from the Apache Git Service.
To resp
gerlowskija commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r964814595
##
solr/core/src/java/org/apache/solr/api/V2HttpCall.java:
##
@@ -362,14 +363,15 @@ private void invokeJerseyRequest(CoreContainer cores,
SolrCore core, Application
risdenk commented on PR #1001:
URL: https://github.com/apache/solr/pull/1001#issuecomment-1239792082
I think this found a potentially real bug in:
```
TestDistributedStatsComponentCardinality
> java.lang.AssertionError: int_i: relativeErr=0.09722718241315029,
estimate
epugh commented on PR #1001:
URL: https://github.com/apache/solr/pull/1001#issuecomment-1239744487
My methodology is super suspect, I checked out `main`, and looked the java
errors in intelliJ, then I checked out this branch, and looked at the java
errors in intelliJ. We went from 27,544
alfonsomunozpomer closed issue #470: Target port of common and headless
services are 0 in GKE Autopilot clusters
URL: https://github.com/apache/solr-operator/issues/470
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
alfonsomunozpomer commented on issue #470:
URL: https://github.com/apache/solr-operator/issues/470#issuecomment-1239694186
To clarify, the issue is at the web dashboard level, the service works as
expected.
--
This is an automated message from the Apache Git Service.
To respond to the mes
alfonsomunozpomer commented on issue #470:
URL: https://github.com/apache/solr-operator/issues/470#issuecomment-1239688233
Well, guess what, it looks like something’s wrong in GKE. [I reported the
issue](https://issuetracker.google.com/issues/245363154).
--
This is an automated message fr
heythm opened a new pull request, #1002:
URL: https://github.com/apache/solr/pull/1002
https://issues.apache.org/jira/browse/SOLR-16369
--
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 specifi
epugh commented on PR #768:
URL: https://github.com/apache/solr/pull/768#issuecomment-1239682305
awesome @jeanielamwh I would love that. Drop me a note if you have any
challenges creating the JIRA, and if so, I can help you ;-)
--
This is an automated message from the Apache Git Service
jeanielamwh commented on PR #768:
URL: https://github.com/apache/solr/pull/768#issuecomment-1239676650
Hi @epugh, thanks for the input! If you don't mind may I help with creating
the JIRA? I'll also be happy to take on the JavaSciprt work
--
This is an automated message from the Apache Gi
alfonsomunozpomer commented on issue #470:
URL: https://github.com/apache/solr-operator/issues/470#issuecomment-1239664337
Thanks @HoustonPutman. I’ve checked and MCS are disabled in our cluster.
I’ll try to find my way in GKE to report the issue.
--
This is an automated message from the
[
https://issues.apache.org/jira/browse/SOLR-16296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601392#comment-17601392
]
David Smiley commented on SOLR-16296:
-
Edited the title and description to be about m
[
https://issues.apache.org/jira/browse/SOLR-16296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-16296:
Description: SafeXMLParsing should be the one spot that produces an XML
Document "safely" from a fi
[
https://issues.apache.org/jira/browse/SOLR-16296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-16296:
Summary: Use SafeXMLParsing in XmlConfigFile and QueryElevationComponent
(was: Load elevate.xml in
[
https://issues.apache.org/jira/browse/SOLR-16296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601388#comment-17601388
]
ASF subversion and git services commented on SOLR-16296:
Commit 6
dsmiley merged PR #962:
URL: https://github.com/apache/solr/pull/962
--
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
alexangas closed issue #467: Should the "OOM killer script" be added as default
URL: https://github.com/apache/solr-operator/issues/467
--
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 co
alexangas commented on issue #467:
URL: https://github.com/apache/solr-operator/issues/467#issuecomment-1239539284
Thank you for the tip! I'm running a few different versions but they're all
older than 8.9. I will configure this myself for these older versions.
--
This is an automated mes
HoustonPutman closed issue #459: Configuration option to convert the Solr
installation into Load Balancer Type service without possessing a External DNS
URL: https://github.com/apache/solr-operator/issues/459
--
This is an automated message from the Apache Git Service.
To respond to the messa
HoustonPutman commented on issue #459:
URL: https://github.com/apache/solr-operator/issues/459#issuecomment-1239532677
This duplicates https://github.com/apache/solr-operator/issues/400, will
close and continue with the other issue.
--
This is an automated message from the Apache Git Serv
HoustonPutman commented on issue #466:
URL: https://github.com/apache/solr-operator/issues/466#issuecomment-1239524115
Sorry for the late reply. You can see this issue
https://github.com/apache/solr-operator/issues/264 on how someone was able to
get the Solr Operator to work with OpenShift.
HoustonPutman commented on issue #467:
URL: https://github.com/apache/solr-operator/issues/467#issuecomment-1239520395
Starting with Solr 8.9, the OOM killer should run by default:
[SOLR-14978](https://issues.apache.org/jira/browse/SOLR-14978)
What version are you running?
Note
HoustonPutman commented on issue #469:
URL: https://github.com/apache/solr-operator/issues/469#issuecomment-1239515710
Can you share what you get back from `kubectl describe solrbackup `? I
think you are likely using the wrong URL params for the backup API.
We can probably make that e
HoustonPutman commented on issue #470:
URL: https://github.com/apache/solr-operator/issues/470#issuecomment-1239510779
Are you using Multi Cluster Services in GKE? If so there is a known issue
with them and named target ports that will be fixed in a future version:
https://cloud.google.com/
risdenk commented on PR #1000:
URL: https://github.com/apache/solr/pull/1000#issuecomment-1239473523
Answered the question about suppressions myself here:
https://github.com/apache/solr/pull/1001
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
risdenk opened a new pull request, #1001:
URL: https://github.com/apache/solr/pull/1001
https://issues.apache.org/jira/browse/SOLR-16405
--
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 specif
HoustonPutman commented on PR #984:
URL: https://github.com/apache/solr/pull/984#issuecomment-1239444219
> So another option could perhaps be defaulting to a hash of zkHost or
solrUrl, e.g. the first 10 chars of a sha hash
I love it.
I fixed a small error, but I think we should
risdenk commented on PR #1000:
URL: https://github.com/apache/solr/pull/1000#issuecomment-1239374361
@noblepaul were all the suppressions necessary? This didn't identify any
code to actually be fixed?
If the rule isn't going to be used at all there is a config file:
https://github.co
[
https://issues.apache.org/jira/browse/SOLR-16324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16324:
Resolution: Fixed
Status: Resolved (was: Patch Available)
> CVE-2022-33980 in commons-conf
[
https://issues.apache.org/jira/browse/SOLR-16324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16324:
Fix Version/s: 8.11.3
> CVE-2022-33980 in commons-configuration2
>
[
https://issues.apache.org/jira/browse/SOLR-16324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601301#comment-17601301
]
ASF subversion and git services commented on SOLR-16324:
Commit a
alfonsomunozpomer opened a new issue, #470:
URL: https://github.com/apache/solr-operator/issues/470
I created a SolrCloud on a [GKE Autopilot
cluster](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview)
with the following YAML:
```yaml
# https://apache.github.
[
https://issues.apache.org/jira/browse/SOLR-16328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-16328.
---
Fix Version/s: 9.1
Resolution: Fixed
> intern() strings in DocCollection to reduce memory foot
[
https://issues.apache.org/jira/browse/SOLR-16328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601271#comment-17601271
]
ASF subversion and git services commented on SOLR-16328:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-16328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601262#comment-17601262
]
ASF subversion and git services commented on SOLR-16328:
Commit 1
noblepaul merged PR #965:
URL: https://github.com/apache/solr/pull/965
--
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
epugh commented on PR #1000:
URL: https://github.com/apache/solr/pull/1000#issuecomment-1239267527
Congrats on having the magic number 1000 for your PR!
--
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
[
https://issues.apache.org/jira/browse/SOLR-16405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601253#comment-17601253
]
ASF subversion and git services commented on SOLR-16405:
Commit 8
[
https://issues.apache.org/jira/browse/SOLR-16405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul reassigned SOLR-16405:
-
Assignee: Noble Paul
> Update Caffeine from 3.0.5 to 3.1.1
> ---
[
https://issues.apache.org/jira/browse/SOLR-16405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601251#comment-17601251
]
ASF subversion and git services commented on SOLR-16405:
Commit b
noblepaul merged PR #1000:
URL: https://github.com/apache/solr/pull/1000
--
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.
Noble Paul created SOLR-16405:
-
Summary: Update Caffeine from 3.0.5 to 3.1.1
Key: SOLR-16405
URL: https://issues.apache.org/jira/browse/SOLR-16405
Project: Solr
Issue Type: Sub-task
Securit
janhoy commented on PR #984:
URL: https://github.com/apache/solr/pull/984#issuecomment-1239060507
Yes I thought about choosing a static default, but the downside is of course
that you always need to configure it in a multi-cluster setting, and I'm a fan
of 0-config wherever practically poss
[
https://issues.apache.org/jira/browse/SOLR-16400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Albert Moser updated SOLR-16400:
Description: Our current Solr deployment runs in a GKE cluster on Google
Cloud Platform (GCP). Ther
65 matches
Mail list logo