[PR] upgrade-log4j2-2.24.2 [solr]

2024-12-06 Thread via GitHub
risdenk opened a new pull request, #2895: URL: https://github.com/apache/solr/pull/2895 https://issues.apache.org/jira/browse/SOLR-X This is a follow on to https://github.com/apache/solr/pull/2047 where `biz.aQute.bnd` doesn't need to be upgraded. However running into some

Re: [PR] chore(deps): update org.apache.logging.log4j:* to v2.24.1 - autoclosed [solr]

2024-12-06 Thread via GitHub
risdenk commented on PR #2047: URL: https://github.com/apache/solr/pull/2047#issuecomment-2523335365 New PR https://github.com/apache/solr/pull/2895 -- 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 t

Re: [PR] upgrade-log4j2-2.24.2 [solr]

2024-12-06 Thread via GitHub
risdenk commented on PR #2895: URL: https://github.com/apache/solr/pull/2895#issuecomment-2523371681 Looks like we are running into: * https://github.com/apache/logging-log4j2/issues/3234 * https://github.com/apache/logging-log4j2/issues/3283 Once those are fixed (there is a PR i

Re: [I] [Regression] security.json is not uploaded during the first initialization of SolrCloud [solr-operator]

2024-12-06 Thread via GitHub
janhoy commented on issue #720: URL: https://github.com/apache/solr-operator/issues/720#issuecomment-2523377989 I tagged it as a bug, feel free to work on a Pull Request trying to fix the issue. I did a quick test of the first command line on a 9.7 docker: ```bash ZK_SECURIT

Re: [PR] SOLR-16781: Fix missing change in RunExampleTool [solr]

2024-12-06 Thread via GitHub
malliaridis commented on PR #2897: URL: https://github.com/apache/solr/pull/2897#issuecomment-2524217427 > OMG How did we miss this? How did our tests miss this? I think the tests reported the issue, but we just got used to failing jobs that it was just ignored. 😬 Or it was

Re: [PR] SOLR-17381 SolrJ fix to fetch entire ClusterState if asked [solr]

2024-12-06 Thread via GitHub
dsmiley commented on code in PR #2853: URL: https://github.com/apache/solr/pull/2853#discussion_r1874029905 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -163,14 +145,11 @@ private ClusterState fetchClusterState( }

Re: [PR] SOLR-17381 SolrJ fix to fetch entire ClusterState if asked [solr]

2024-12-06 Thread via GitHub
aparnasuresh85 commented on code in PR #2853: URL: https://github.com/apache/solr/pull/2853#discussion_r1874058654 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -163,14 +145,11 @@ private ClusterState fetchClusterState( }

Re: [I] [Regression] security.json is not uploaded during the first initialization of SolrCloud [solr-operator]

2024-12-06 Thread via GitHub
janhoy commented on issue #720: URL: https://github.com/apache/solr-operator/issues/720#issuecomment-2524708971 Committed the fix to solr repo. It will (likely) make things work again with Solr 9.8, just like it worked with 9.6. Unfortunately there was also a need for a java level fix, so t

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

2024-12-06 Thread via GitHub
janhoy commented on PR #674: URL: https://github.com/apache/solr-operator/pull/674#issuecomment-2524716441 Suppose so. I think I got stuck with the test part. Anyone may feel free to grab this, I won't pick it up soonish. -- This is an automated message from the Apache Git Service. To res

Re: [PR] SOLR-17586 Print zkcli.sh deprecation msg to stderr (9x) [solr]

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

[jira] [Resolved] (SOLR-17586) Deprecation of zkcli.sh broke solr operator

2024-12-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-17586. Resolution: Fixed > Deprecation of zkcli.sh broke solr operator > -

Re: [PR] Adding support for OpenShift securityContext [solr-operator]

2024-12-06 Thread via GitHub
computate commented on PR #706: URL: https://github.com/apache/solr-operator/pull/706#issuecomment-2523536481 Thanks for following up @gerlowskija and @HoustonPutman , I am a big fan of Solr. I would love to see the Zookeeper and Solr Operator work better on OpenShift, because I have had p

Re: [PR] Adding support for OpenShift securityContext [solr-operator]

2024-12-06 Thread via GitHub
gerlowskija commented on PR #706: URL: https://github.com/apache/solr-operator/pull/706#issuecomment-2523580815 > I would love to see the Zookeeper and Solr Operator work better on OpenShift, because I have had problems Sorry to hear it! ZK Operator stuff we can't do as much about, b

Re: [PR] fix: do not return metrics for prom-exporter probes re-fix (#694) [solr-operator]

2024-12-06 Thread via GitHub
gerlowskija commented on PR #729: URL: https://github.com/apache/solr-operator/pull/729#issuecomment-2523683357 Thanks for the PR @smoldenhauer-ish . Will start testing with an eye to merge soon. -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-12-06 Thread via GitHub
zzBrunoBrito commented on PR #2382: URL: https://github.com/apache/solr/pull/2382#issuecomment-2523713325 Hi @kotman12 sorry for my late reply I wasn't able to check github lately and thank you for responding it. Yes I have interest in using it, that's a very interesting feature for me and

[PR] SOLR-16781: Fix missing change in RunExampleTool [solr]

2024-12-06 Thread via GitHub
malliaridis opened a new pull request, #2897: URL: https://github.com/apache/solr/pull/2897 https://issues.apache.org/jira/browse/SOLR-16781 # Description A specific change was missing in the PR https://github.com/apache/solr/pull/2875 but present in the backport https://githu

Re: [PR] SOLR-16781: Fix missing change in RunExampleTool [solr]

2024-12-06 Thread via GitHub
malliaridis merged PR #2897: URL: https://github.com/apache/solr/pull/2897 -- 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

[jira] [Commented] (SOLR-17583) Bring back documentation for Adding Custom Expressions

2024-12-06 Thread cfeldmann (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903766#comment-17903766 ] cfeldmann commented on SOLR-17583: -- I'm hoping to have a Pull Request ready for this nex

Re: [PR] SOLR-17381 SolrJ fix to fetch entire ClusterState if asked [solr]

2024-12-06 Thread via GitHub
aparnasuresh85 commented on code in PR #2853: URL: https://github.com/apache/solr/pull/2853#discussion_r1873864651 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -182,6 +157,37 @@ private ClusterState fetchClusterState( ret

Re: [PR] SOLR-14115: Allow bin/solr zk commands to have parity with zkcli.sh commands. [solr]

2024-12-06 Thread via GitHub
janhoy commented on code in PR #2298: URL: https://github.com/apache/solr/pull/2298#discussion_r1873438627 ## solr/server/scripts/cloud-scripts/zkcli.sh: ## @@ -1,5 +1,7 @@ #!/usr/bin/env bash +echo "WARNING: The zkcli.sh script has been deprecated in favour of the bin/solr

[jira] [Updated] (SOLR-17586) Deprecation of zkcli.sh broken solr operator

2024-12-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17586: --- Description: In SOLR-14115 we deprecated zkcli.sh. A deprecation echo was added to the script in 9.x

[jira] [Updated] (SOLR-17586) Deprecation of zkcli.sh broke solr operator

2024-12-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17586: --- Fix Version/s: 9.8 > Deprecation of zkcli.sh broke solr operator > --

[jira] [Updated] (SOLR-17586) Deprecation of zkcli.sh broke solr operator

2024-12-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17586: --- Summary: Deprecation of zkcli.sh broke solr operator (was: Deprecation of zkcli.sh broken solr opera

[jira] [Updated] (SOLR-17586) Deprecation of zkcli.sh broken solr operator

2024-12-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17586: --- Affects Version/s: 9.7 > Deprecation of zkcli.sh broken solr operator > -

[jira] [Created] (SOLR-17586) Deprecation of zkcli.sh broken solr operator

2024-12-06 Thread Jira
Jan Høydahl created SOLR-17586: -- Summary: Deprecation of zkcli.sh broken solr operator Key: SOLR-17586 URL: https://issues.apache.org/jira/browse/SOLR-17586 Project: Solr Issue Type: Bug S

Re: [PR] upgrade-log4j2-2.24.2 [solr]

2024-12-06 Thread via GitHub
ppkarwasz commented on PR #2895: URL: https://github.com/apache/solr/pull/2895#issuecomment-2523609338 @risdenk, I'll cut a `2.24.3` release on Monday. The RC should solve your problems. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] Adding support for OpenShift securityContext [solr-operator]

2024-12-06 Thread via GitHub
gerlowskija commented on PR #706: URL: https://github.com/apache/solr-operator/pull/706#issuecomment-2523521895 Hey @computate - starting to follow up on some of these outstanding PRs - what do you think about Houston's suggestion above regarding auto-detection? Is that something you'd be

Re: [PR] SOLR-17381 SolrJ fix to fetch entire ClusterState if asked [solr]

2024-12-06 Thread via GitHub
dsmiley commented on code in PR #2853: URL: https://github.com/apache/solr/pull/2853#discussion_r1873806832 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -182,6 +157,37 @@ private ClusterState fetchClusterState( return cs;

[PR] SOLR-17586 Print zkcli.sh deprecation msg to stderr (9x) [solr]

2024-12-06 Thread via GitHub
janhoy opened a new pull request, #2896: URL: https://github.com/apache/solr/pull/2896 https://issues.apache.org/jira/browse/SOLR-17586 This is a partial fix for https://github.com/apache/solr-operator/issues/720 on the solr side. -- This is an automated message from the Apache Git

[jira] [Updated] (SOLR-17586) Deprecation of zkcli.sh broke solr operator

2024-12-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17586: -- Labels: pull-request-available (was: ) > Deprecation of zkcli.sh broke solr operator > ---

Re: [I] [Regression] security.json is not uploaded during the first initialization of SolrCloud [solr-operator]

2024-12-06 Thread via GitHub
janhoy commented on issue #720: URL: https://github.com/apache/solr-operator/issues/720#issuecomment-2523381719 I guess it would be possible to patch solr 9.7 docker container by mounting a fixed script as a volume on the POD at `/opt/solr/server/scripts/cloud-scripts/zkcli.sh` and thus wor

[jira] [Updated] (SOLR-17586) Deprecation of zkcli.sh broke solr operator

2024-12-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17586: --- Priority: Blocker (was: Major) > Deprecation of zkcli.sh broke solr operator > -

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-12-06 Thread via GitHub
NikolaiJDev commented on PR #2818: URL: https://github.com/apache/solr/pull/2818#issuecomment-2523460089 Regarding updating of the Gradle script, I'm looking for the solution that will easily integrate Angular build process into it, I found some of them, but they are outdated. -- This is

[jira] [Commented] (SOLR-17586) Deprecation of zkcli.sh broke solr operator

2024-12-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903676#comment-17903676 ] Jan Høydahl commented on SOLR-17586: Testing the fix I also discovered that the tool

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

2024-12-06 Thread via GitHub
gerlowskija commented on PR #674: URL: https://github.com/apache/solr-operator/pull/674#issuecomment-2523460698 Trying to follow up on some of these older PRs. AFAICT from the discussion above, the main thing holding up this PR is a test like the one Houston described [in his earlier comm

[jira] [Updated] (SOLR-14115) Deprecate zkcli.sh

2024-12-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-14115: -- Labels: pull-request-available (was: ) > Deprecate zkcli.sh > -- > >