[jira] [Commented] (SOLR-16591) Refactor transient cores to be a subclass of SolrCores

2024-01-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17802414#comment-17802414 ] David Smiley commented on SOLR-16591: - Maybe that is why. In deprecating it, I don't

Re: [PR] SOLR-17109: Give security manager explicit read access to sharedLib [solr]

2024-01-03 Thread via GitHub
dsmiley commented on code in PR #2172: URL: https://github.com/apache/solr/pull/2172#discussion_r1441384176 ## solr/server/etc/security.policy: ## @@ -219,6 +219,9 @@ grant { permission java.io.FilePermission "${solr.allowPaths}", "read,write,delete,readlink"; permission

Re: [PR] SOLR-17096: Cluster Singleton plugin support for immutable deployments [solr]

2024-01-03 Thread via GitHub
dsmiley commented on PR #2126: URL: https://github.com/apache/solr/pull/2126#issuecomment-1876136104 Agreed that 9.5 should not be released without reconciling the two approaches. I think I would prefer to revert SOLR-17079 as it exists today, then merge this PR SOLR-17096 (after wha

[PR] Remove ingress and node-services during reconcile [solr-operator]

2024-01-03 Thread via GitHub
janhoy opened a new pull request, #674: URL: https://github.com/apache/solr-operator/pull/674 Fixes #673 DRAFT, code largely generated by GitHub copilot, just throwing up the idea -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[I] Operator never deletes ingress or per-node services [solr-operator]

2024-01-03 Thread via GitHub
janhoy opened a new issue, #673: URL: https://github.com/apache/solr-operator/issues/673 To reproduce: 1. Create a cluster with ingress enabled (e.g. `solrAddressability.external: Ingress`) 2. Update the spec by removing the external addressability 3. Both `Ingress` resource and

Re: [I] Ability to set custom hostname for SolrCloud [solr-operator]

2024-01-03 Thread via GitHub
janhoy commented on issue #667: URL: https://github.com/apache/solr-operator/issues/667#issuecomment-1875935157 Had the same need. Perhaps a configurable service-name template would be cool, where the default could be `serviceNameTemplate: %n-%r-solrcloud` given that %n=namespace, %r=releas

Re: [PR] Update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 [solr]

2024-01-03 Thread via GitHub
janhoy merged PR #2135: URL: https://github.com/apache/solr/pull/2135 -- 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

Re: [PR] SOLR-17096: Cluster Singleton plugin support for immutable deployments [solr]

2024-01-03 Thread via GitHub
pvcnt commented on PR #2126: URL: https://github.com/apache/solr/pull/2126#issuecomment-1875808589 I don't know when Solr 9.5 is going to be released, but IMHO we should make sure that it is not released with two different ways of configuring a cluster plugin in solr.xml, or even not releas

Re: [PR] SOLR-17109: Give security manager explicit read access to sharedLib [solr]

2024-01-03 Thread via GitHub
janhoy commented on code in PR #2172: URL: https://github.com/apache/solr/pull/2172#discussion_r1440772945 ## solr/server/etc/security.policy: ## @@ -219,6 +219,9 @@ grant { permission java.io.FilePermission "${solr.allowPaths}", "read,write,delete,readlink"; permission j

Re: [PR] SOLR-17096: Cluster Singleton plugin support for immutable deployments [solr]

2024-01-03 Thread via GitHub
pjmcarthur commented on PR #2126: URL: https://github.com/apache/solr/pull/2126#issuecomment-1875774998 @pvcnt @dsmiley I think there should be a follow-up PR that addresses the replica placement plugin. My understanding is that from a user's perspective, the configuration of solr.xml wrt.

Re: [PR] SOLR-17109: Give security manager explicit read access to sharedLib [solr]

2024-01-03 Thread via GitHub
tflobbe commented on code in PR #2172: URL: https://github.com/apache/solr/pull/2172#discussion_r1440641745 ## solr/server/etc/security.policy: ## @@ -219,6 +219,9 @@ grant { permission java.io.FilePermission "${solr.allowPaths}", "read,write,delete,readlink"; permission

[jira] [Created] (SOLR-17110) unquoted uuid values in json query response

2024-01-03 Thread Jira
Märt created SOLR-17110: --- Summary: unquoted uuid values in json query response Key: SOLR-17110 URL: https://issues.apache.org/jira/browse/SOLR-17110 Project: Solr Issue Type: Bug Security Level:

Re: [PR] SOLR-17066: Switch HttpSolrClient away from core URLs, pt 1 [solr]

2024-01-03 Thread via GitHub
epugh commented on code in PR #2173: URL: https://github.com/apache/solr/pull/2173#discussion_r1440574155 ## solr/core/src/java/org/apache/solr/handler/IndexFetcher.java: ## @@ -332,24 +336,26 @@ private void setLeaderUrl(String leaderUrl) { solrCore .getCo

Re: [I] Run solr-operator and solr helm chart on openshift get error "would violate PodSecurity "restricted:v1.24"" [solr-operator]

2024-01-03 Thread via GitHub
aaronsuns commented on issue #671: URL: https://github.com/apache/solr-operator/issues/671#issuecomment-1875441585 Here is the quick hack to add those container securityContext ``` diff --git a/controllers/util/solr_util.go b/controllers/util/solr_util.go index 0c7f098..47fde76 10064

[I] Issue with basic auth [solr-operator]

2024-01-03 Thread via GitHub
sgowda97 opened a new issue, #672: URL: https://github.com/apache/solr-operator/issues/672 Hi, I am running solr-operator 0.8.0, solr 9.4.0 on GKE. Here is my YAML file ` apiVersion: solr.apache.org/v1beta1 kind: SolrCloud metadata: name: dev spec: solrAddr

[jira] [Assigned] (SOLR-16203) Using SPI lookups of analysis components results in factories that don't get ResourceLoaderAware.inform called on them (When using ClassicIndexSchemaFactory)

2024-01-03 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-16203: -- Assignee: Jan Høydahl > Using SPI lookups of analysis components results in factories that don

Re: [PR] SOLR-16203: Initialize schema plugins loaded by SPI name [solr]

2024-01-03 Thread via GitHub
janhoy commented on PR #2175: URL: https://github.com/apache/solr/pull/2175#issuecomment-1875084210 Second attempt: The first attempt did not work for packages, since `FieldTypePluginLoader#init` was too early in the cycle to initialize analyzers from packages. Managed schema

Re: [PR] SOLR-16203: Initialize schema plugins loaded by SPI name [solr]

2024-01-03 Thread via GitHub
janhoy commented on PR #2175: URL: https://github.com/apache/solr/pull/2175#issuecomment-1875068088 First attempt in efadf94dc6ac87027ef708c71c58d3848e7a9a0d: Naïve solution, explicitly calling `inform()` in `FieldTypePluginLoader`. The two tests from JIRA are added to this PR to demo

Re: [I] Add support to set capabilities on Solr cloud container's security context [solr-operator]

2024-01-03 Thread via GitHub
aaronsuns commented on issue #489: URL: https://github.com/apache/solr-operator/issues/489#issuecomment-1875059878 Any news on this one? -- 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

Re: [I] Run solr-operator and solr helm chart on openshift get error "would violate PodSecurity "restricted:v1.24"" [solr-operator]

2024-01-03 Thread via GitHub
aaronsuns commented on issue #671: URL: https://github.com/apache/solr-operator/issues/671#issuecomment-1875044226 It looks like related with this issue: https://github.com/apache/solr-operator/issues/489 -- This is an automated message from the Apache Git Service. To respond to the