[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758803#comment-17758803 ] David Smiley commented on SOLR-15367: - There will be no 9x backport as this is using

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758741#comment-17758741 ] Chris M. Hostetter commented on SOLR-15367: --- {quote}We have the freedom in Solr

[GitHub] [solr-sandbox] markrmiller merged pull request #65: Allow using collection properties to configure crossdc updatehandler.

2023-08-24 Thread via GitHub
markrmiller merged PR #65: URL: https://github.com/apache/solr-sandbox/pull/65 -- 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.a

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758732#comment-17758732 ] David Smiley commented on SOLR-15367: - We have the freedom in Solr 10 (being the next

[GitHub] [solr-operator] ngc4579 commented on issue #601: External Addressability (Ingress): How to expose Solr under a sub-path?

2023-08-24 Thread via GitHub
ngc4579 commented on issue #601: URL: https://github.com/apache/solr-operator/issues/601#issuecomment-1692359311 Yeah, I already thought so... thank you for clarification. I've found an alternative approach, disabling external addressability via the operator CR and instead deploying SolrClo

[GitHub] [solr-sandbox] markrmiller commented on a diff in pull request #65: Allow using collection properties to configure crossdc updatehandler.

2023-08-24 Thread via GitHub
markrmiller commented on code in PR #65: URL: https://github.com/apache/solr-sandbox/pull/65#discussion_r1304820026 ## crossdc-producer/src/test/java/org/apache/solr/crossdc/SolrAndKafkaMultiCollectionIntegrationTest.java: ## @@ -169,6 +181,14 @@ public void testFullCloudToCloud

[GitHub] [solr-sandbox] markrmiller commented on a diff in pull request #65: Allow using collection properties to configure crossdc updatehandler.

2023-08-24 Thread via GitHub
markrmiller commented on code in PR #65: URL: https://github.com/apache/solr-sandbox/pull/65#discussion_r1304820026 ## crossdc-producer/src/test/java/org/apache/solr/crossdc/SolrAndKafkaMultiCollectionIntegrationTest.java: ## @@ -169,6 +181,14 @@ public void testFullCloudToCloud

[GitHub] [solr-sandbox] markrmiller commented on a diff in pull request #65: Allow using collection properties to configure crossdc updatehandler.

2023-08-24 Thread via GitHub
markrmiller commented on code in PR #65: URL: https://github.com/apache/solr-sandbox/pull/65#discussion_r1304819185 ## crossdc-consumer/build.gradle: ## @@ -60,8 +60,8 @@ dependencies { exclude group: "org.apache.logging.log4j", module: "*" exclude group: "org.

[GitHub] [solr-sandbox] anshumg commented on a diff in pull request #65: Allow using collection properties to configure crossdc updatehandler.

2023-08-24 Thread via GitHub
anshumg commented on code in PR #65: URL: https://github.com/apache/solr-sandbox/pull/65#discussion_r1304810287 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateRequestProcessorFactory.java: ## @@ -152,6 +149,22 @@ public void inform(SolrCore cor

[GitHub] [solr-sandbox] markrmiller opened a new pull request, #65: Allow using collection properties to configure crossdc updatehandler.

2023-08-24 Thread via GitHub
markrmiller opened a new pull request, #65: URL: https://github.com/apache/solr-sandbox/pull/65 (no comment) -- 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,

[jira] [Updated] (SOLR-16950) SimpleTracer propagation for manual transaction ids

2023-08-24 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16950: Description: This only applies to the always-on simple tracer. Being able to pass in a custom trac

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758710#comment-17758710 ] Alex Deparvu commented on SOLR-15367: - There is only a piece missing here, the rid pa

[jira] [Updated] (SOLR-16950) SimpleTracer propagation for manual transaction ids

2023-08-24 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16950: Description: This only applies to the always-on simple tracer. I noticed that there are UpdateRequ

[jira] [Created] (SOLR-16950) SimpleTracer propagation for manual transaction ids

2023-08-24 Thread Alex Deparvu (Jira)
Alex Deparvu created SOLR-16950: --- Summary: SimpleTracer propagation for manual transaction ids Key: SOLR-16950 URL: https://issues.apache.org/jira/browse/SOLR-16950 Project: Solr Issue Type:

[GitHub] [solr] elyograg commented on pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
elyograg commented on PR #1725: URL: https://github.com/apache/solr/pull/1725#issuecomment-1692253572 @janhoy this deals with code where I have no knowledge. I wouldn't know how to tell whether the change is good or not. -- This is an automated message from the Apache Git Service. To res

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #612: Set minimum Kubernetes version to v1.22

2023-08-24 Thread via GitHub
HoustonPutman opened a new pull request, #612: URL: https://github.com/apache/solr-operator/pull/612 Resolves #604 -- 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 unsubs

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #611: Add integration tests for TLS Solr

2023-08-24 Thread via GitHub
HoustonPutman opened a new pull request, #611: URL: https://github.com/apache/solr-operator/pull/611 Resolves #605 The tests will use Cert Manager and the Cert Manager CSI Driver. Tests for: - [ ] Client Auth Need - [ ] Client Auth Want - [ ] VerifyHostName -- Th

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #610: WIP - work on probes and 9.x support for TLS

2023-08-24 Thread via GitHub
HoustonPutman opened a new pull request, #610: URL: https://github.com/apache/solr-operator/pull/610 Resolves #609 This is a WIP There are various things that Solr 9.4+ will help with, but we need to support 8.11 at the very least. Basically we need to: - [ ] Make

[GitHub] [solr-operator] HoustonPutman opened a new issue, #609: Fix Solr probes w/TLS for Solr 9.2+

2023-08-24 Thread via GitHub
HoustonPutman opened a new issue, #609: URL: https://github.com/apache/solr-operator/issues/609 Currently various versions of Solr 9 cannot be run with TLS in the Solr Operator, because of the way that secure probes are run. Namely, we explicitly invoke SolrCLI, which has changed its locati

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #608: Add option for explicit keystore/truststore password for mountedDir

2023-08-24 Thread via GitHub
HoustonPutman opened a new pull request, #608: URL: https://github.com/apache/solr-operator/pull/608 Resolves #603 The Cert Manager CSI Driver only accepts a string password when creating pkcs12 keystores, so we need to support this. -- This is an automated message from the Apache

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758679#comment-17758679 ] ASF subversion and git services commented on SOLR-15367: Commit b

[GitHub] [solr] stillalex merged pull request #1865: SOLR-15367 Convert rid functionality into a default Tracer

2023-08-24 Thread via GitHub
stillalex merged PR #1865: URL: https://github.com/apache/solr/pull/1865 -- 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.

[GitHub] [solr] stillalex opened a new pull request, #1865: SOLR-15367 Convert rid functionality into a default Tracer

2023-08-24 Thread via GitHub
stillalex opened a new pull request, #1865: URL: https://github.com/apache/solr/pull/1865 https://issues.apache.org/jira/browse/SOLR-15367 # Description Minor followup to the main PR - forgot to add log4j - renamed system property for clarity # Solutio

[GitHub] [solr] psalagnac opened a new pull request, #1864: SOLR-16879: add dedicated thread pool for expensive admin operations

2023-08-24 Thread via GitHub
psalagnac opened a new pull request, #1864: URL: https://github.com/apache/solr/pull/1864 https://issues.apache.org/jira/browse/SOLR-16879 # Description This is a simpler change compared to #1761. # Solution Add a dedicated thread pool in `CoreAdminHand

[GitHub] [solr-operator] HoustonPutman closed issue #606: Upgrade project dependencies

2023-08-24 Thread via GitHub
HoustonPutman closed issue #606: Upgrade project dependencies URL: https://github.com/apache/solr-operator/issues/606 -- 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 unsubsc

[GitHub] [solr-operator] HoustonPutman merged pull request #607: Various Dependency Upgrades

2023-08-24 Thread via GitHub
HoustonPutman merged PR #607: URL: https://github.com/apache/solr-operator/pull/607 -- 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

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #607: Various Dependency Upgrades

2023-08-24 Thread via GitHub
HoustonPutman opened a new pull request, #607: URL: https://github.com/apache/solr-operator/pull/607 Resolves #606 Upgrades: - Ginkgo - Gomega - Kube APIs - Controller Runtime -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758665#comment-17758665 ] Alex Deparvu commented on SOLR-15367: - > It feels like it would be a lot cleaner to u

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758663#comment-17758663 ] Chris M. Hostetter commented on SOLR-15367: --- I didn't dig into the impl that mu

[GitHub] [solr-operator] HoustonPutman commented on issue #601: External Addressability (Ingress): How to expose Solr under a sub-path?

2023-08-24 Thread via GitHub
HoustonPutman commented on issue #601: URL: https://github.com/apache/solr-operator/issues/601#issuecomment-1692017828 Hmmm the solr operator doesn't support that currently. Have you set Solr to listen to a different host context other than "/solr"? The solr operator assumes this path quite

[jira] [Commented] (SOLR-16733) Solr fails to start on macOS with OpenJDK 20

2023-08-24 Thread Ruoyu Zhong (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758644#comment-17758644 ] Ruoyu Zhong commented on SOLR-16733: Thanks for your time and efforts looking into th

[GitHub] [solr-operator] HoustonPutman opened a new issue, #606: Upgrade project dependencies

2023-08-24 Thread via GitHub
HoustonPutman opened a new issue, #606: URL: https://github.com/apache/solr-operator/issues/606 This includes Ginkgo, Gomega, Kubernetes APIs, etc. -- 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

[GitHub] [solr-operator] HoustonPutman opened a new issue, #604: Upgrade minimum Kubernetes version to v1.22

2023-08-24 Thread via GitHub
HoustonPutman opened a new issue, #604: URL: https://github.com/apache/solr-operator/issues/604 Cert manager requires this version, and in order for us to have successful integration tests, we can only support this version as well. -- This is an automated message from the Apache Git Servi

[GitHub] [solr-operator] HoustonPutman opened a new issue, #603: Allow a direct password for mounted TLS Passwords

2023-08-24 Thread via GitHub
HoustonPutman opened a new issue, #603: URL: https://github.com/apache/solr-operator/issues/603 The Cert Manager CSI Driver supports setting passwords for pks12 keystores, but only explicitly through annotations. However, the Solr Operator only supports passwords mounted as files in the mou

[GitHub] [solr] stillalex commented on pull request #1854: SOLR-15367 Convert "rid" functionality into a default Tracer

2023-08-24 Thread via GitHub
stillalex commented on PR #1854: URL: https://github.com/apache/solr/pull/1854#issuecomment-1691956569 @dsmiley I apparently forgot to update log4j config (so we can actually see this trace id). I could swear I had seen the trace id in there before (maybe too much local patching). I will op

[jira] [Commented] (SOLR-16825) Generate Java bindings from OpenAPI spec

2023-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758627#comment-17758627 ] ASF subversion and git services commented on SOLR-16825: Commit 3

[jira] [Resolved] (SOLR-16733) Solr fails to start on macOS with OpenJDK 20

2023-08-24 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-16733. Fix Version/s: main (10.0) 9.3 Resolution: Resolved Ah, ok. I've

[jira] [Assigned] (SOLR-16733) Solr fails to start on macOS with OpenJDK 20

2023-08-24 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-16733: -- Assignee: Jason Gerlowski > Solr fails to start on macOS with OpenJDK 20 > ---

[jira] [Commented] (SOLR-15474) pluggable support for custom circuit breakers

2023-08-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758615#comment-17758615 ] Jan Høydahl commented on SOLR-15474: The PR for this is now reviewed and almost ready

[GitHub] [solr] janhoy commented on pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
janhoy commented on PR #1725: URL: https://github.com/apache/solr/pull/1725#issuecomment-1691786000 @dsmiley, @elyograg: I think this is ready, but appreciate if one of you would skim over this PR and see what you find. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [solr] janhoy commented on a diff in pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
janhoy commented on code in PR #1725: URL: https://github.com/apache/solr/pull/1725#discussion_r1304410860 ## solr/core/src/test-files/solr/collection1/conf/solrconfig-legacy-circuitbreaker.xml: ## @@ -78,11 +78,14 @@ - + + true -75 +80 true -

[GitHub] [solr] igiguere commented on a diff in pull request #1632: SOLR-14886 : suppress stack traces in query response

2023-08-24 Thread via GitHub
igiguere commented on code in PR #1632: URL: https://github.com/apache/solr/pull/1632#discussion_r1304351888 ## solr/core/src/java/org/apache/solr/core/NodeConfig.java: ## @@ -567,6 +575,7 @@ public static class NodeConfigBuilder { private String defaultZkHost; private

[GitHub] [solr] cpoerschke commented on a diff in pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
cpoerschke commented on code in PR #1725: URL: https://github.com/apache/solr/pull/1725#discussion_r1304325866 ## solr/solr-ref-guide/modules/deployment-guide/pages/circuit-breakers.adoc: ## @@ -52,54 +36,41 @@ For using specific circuit breakers, each one needs to be individua

[GitHub] [solr] janhoy commented on pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
janhoy commented on PR #1725: URL: https://github.com/apache/solr/pull/1725#issuecomment-1691677121 Will likely need to squash and force-push in order for Crave.io to do its job... Anyone have a problem with that? -- This is an automated message from the Apache Git Service. To respond to

[jira] [Assigned] (SOLR-14755) Dedicated Exception Type for Circuit Breakers

2023-08-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-14755: -- Assignee: Jan Høydahl > Dedicated Exception Type for Circuit Breakers > --

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758586#comment-17758586 ] ASF subversion and git services commented on SOLR-15367: Commit c

[GitHub] [solr] stillalex merged pull request #1854: SOLR-15367 Convert "rid" functionality into a default Tracer

2023-08-24 Thread via GitHub
stillalex merged PR #1854: URL: https://github.com/apache/solr/pull/1854 -- 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.

[jira] [Commented] (SOLR-16916) JSON Query DSL doesn't work if defType isn't lucene

2023-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758583#comment-17758583 ] ASF subversion and git services commented on SOLR-16916: Commit 0

[GitHub] [solr] dsmiley merged pull request #1827: SOLR-16916: JSON boolean queries when solrconfig defType is set to edismax

2023-08-24 Thread via GitHub
dsmiley merged PR #1827: URL: https://github.com/apache/solr/pull/1827 -- 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

[GitHub] [solr] janhoy commented on pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
janhoy commented on PR #1725: URL: https://github.com/apache/solr/pull/1725#issuecomment-1691647753 Thanks for reviewing @cpoerschke. Last bit of polish and then I hope to wrap up. Then this is a nice foundation to build `/update` circuit breaking on top of. I plan to let each CB plugin dec

[GitHub] [solr] janhoy commented on a diff in pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
janhoy commented on code in PR #1725: URL: https://github.com/apache/solr/pull/1725#discussion_r1304292604 ## solr/solr-ref-guide/modules/deployment-guide/pages/circuit-breakers.adoc: ## @@ -27,23 +27,16 @@ If circuit breakers are enabled, requests may be rejected under the con

[GitHub] [solr] janhoy commented on a diff in pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
janhoy commented on code in PR #1725: URL: https://github.com/apache/solr/pull/1725#discussion_r1304289358 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerRegistry.java: ## @@ -0,0 +1,113 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [solr] janhoy commented on a diff in pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
janhoy commented on code in PR #1725: URL: https://github.com/apache/solr/pull/1725#discussion_r1304282600 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java: ## @@ -36,26 +36,24 @@ public class MemoryCircuitBreaker extends CircuitBreaker { pr

[jira] [Updated] (SOLR-16947) Test to prevent regressions in span data

2023-08-24 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16947: Description: It would be good to have a capture of current span data for various flows (query, ind

[GitHub] [solr] cpoerschke commented on a diff in pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
cpoerschke commented on code in PR #1725: URL: https://github.com/apache/solr/pull/1725#discussion_r1304176454 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java: ## @@ -36,26 +36,24 @@ public class MemoryCircuitBreaker extends CircuitBreaker {

[jira] [Commented] (SOLR-16825) Generate Java bindings from OpenAPI spec

2023-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758542#comment-17758542 ] ASF subversion and git services commented on SOLR-16825: Commit 0

[GitHub] [solr] gerlowskija merged pull request #1859: SOLR-16825: Migrate v2 definitions to 'api' module

2023-08-24 Thread via GitHub
gerlowskija merged PR #1859: URL: https://github.com/apache/solr/pull/1859 -- 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.apach

[GitHub] [solr] cpoerschke commented on a diff in pull request #1725: SOLR-15474 Make Circuit breakers pluggable (take 2)

2023-08-24 Thread via GitHub
cpoerschke commented on code in PR #1725: URL: https://github.com/apache/solr/pull/1725#discussion_r1304163431 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java: ## @@ -17,163 +17,96 @@ package org.apache.solr.util.circuitbreaker; -import

[jira] [Commented] (SOLR-16777) Schema Designer blindly "trusts" potentially malicious configset

2023-08-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758469#comment-17758469 ] Jan Høydahl commented on SOLR-16777: No. I created backporting this as a blocker for

[jira] [Updated] (SOLR-16948) Backport "trusted configset" changes to 8.11.3

2023-08-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16948: --- Fix Version/s: 8.11.3 > Backport "trusted configset" changes to 8.11.3 >

[jira] [Created] (SOLR-16948) Backport "trusted configset" changes to 8.11.3

2023-08-24 Thread Jira
Jan Høydahl created SOLR-16948: -- Summary: Backport "trusted configset" changes to 8.11.3 Key: SOLR-16948 URL: https://issues.apache.org/jira/browse/SOLR-16948 Project: Solr Issue Type: Task

[jira] [Commented] (SOLR-16938) Auto configure tracer without a tag in solr.xml

2023-08-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758429#comment-17758429 ] Jan Høydahl commented on SOLR-16938: I was planning on letting the module init by its