Re: [PR] SOLR-17406: Introduce Version Catalogs [solr]

2024-11-10 Thread via GitHub
malliaridis commented on code in PR #2706: URL: https://github.com/apache/solr/pull/2706#discussion_r1836036572 ## solr/licenses/netty-NOTICE.txt: ## @@ -162,9 +170,9 @@ This product optionally depends on 'JBoss Marshalling', an alternative Java serialization API, which can be

[jira] [Commented] (SOLR-15929) Clean up NOTICE and LICENSE files for Solr

2024-11-10 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897094#comment-17897094 ] Christos Malliaridis commented on SOLR-15929: - I am not sure what the goal of

[I] Unable to install solr-operator 0.8.1 - zookeeper operator post install job failure [solr-operator]

2024-11-10 Thread via GitHub
jamesla opened a new issue, #728: URL: https://github.com/apache/solr-operator/issues/728 I'm just getting started with this operator and I'm getting a failure on the zookeeper operators postinstall job. Works fine if I install the zookeeper operator by itself. To reproduce:

[jira] [Resolved] (SOLR-17443) While using Solr 7.7.2, I attempted to migrate documents between collections using the Collections API. Despite receiving successful responses, no documents were migrate

2024-11-10 Thread Arda (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arda resolved SOLR-17443. - Resolution: Workaround I encountered an issue where the Solr API returned a success message for document migrati

[jira] [Resolved] (SOLR-17460) Error During Collection Migration from Solr 7.0 to Solr 8.4: Missing Files and Shard Restoration Failures

2024-11-10 Thread Arda (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arda resolved SOLR-17460. - Resolution: Workaround To successfully migrate the collection with all data intact, I followed these steps: *1.

Re: [PR] CLI: Improve console output of auth command [solr]

2024-11-10 Thread via GitHub
epugh commented on PR #2857: URL: https://github.com/apache/solr/pull/2857#issuecomment-2466695379 > @epugh Is something like this worth a ticket or added in the changes (planning to backport it)? Normally I would say no. However, since it improves our security posture? That might

[jira] [Commented] (SOLR-17484) Prometheus Exporter should efficiently work without ZK dependency

2024-11-10 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897015#comment-17897015 ] Christos Malliaridis commented on SOLR-17484: - Yeah, I thought it would do mo

Re: [PR] SOLR-17151 Check limits between calls to components in SearchHandler [solr]

2024-11-10 Thread via GitHub
gus-asf commented on PR #2801: URL: https://github.com/apache/solr/pull/2801#issuecomment-2466793917 Crave seems to be stalled entirely. Tests pass locally, merging -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[jira] [Commented] (SOLR-17151) Review current usage of QueryLimits to ensure complete coverage

2024-11-10 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897020#comment-17897020 ] ASF subversion and git services commented on SOLR-17151: Commit 1

Re: [PR] SOLR-17151 Check limits between calls to components in SearchHandler [solr]

2024-11-10 Thread via GitHub
gus-asf merged PR #2801: URL: https://github.com/apache/solr/pull/2801 -- 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

[jira] [Resolved] (SOLR-2292) Lock down NamedList API, remove inefficent and esoteric methods

2024-11-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-2292. Resolution: Won't Fix Marking as won't-fix. It's not quite clear what the proposal really is, other

Re: [PR] SOLR-17406: Introduce Version Catalogs [solr]

2024-11-10 Thread via GitHub
dsmiley commented on code in PR #2706: URL: https://github.com/apache/solr/pull/2706#discussion_r1835784148 ## solr/licenses/netty-NOTICE.txt: ## @@ -162,9 +170,9 @@ This product optionally depends on 'JBoss Marshalling', an alternative Java serialization API, which can be obt

[jira] [Commented] (SOLR-912) org.apache.solr.common.util.NamedList - Typesafe efficient variant - ModernNamedList introduced - implementing the same API as NamedList

2024-11-10 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897044#comment-17897044 ] Gus Heck commented on SOLR-912: --- I've always heard that this class is efficient. Are there an

Re: [PR] SOLR-17540: Remove Hadoop Auth Module [solr]

2024-11-10 Thread via GitHub
dsmiley commented on PR #2835: URL: https://github.com/apache/solr/pull/2835#issuecomment-2466954428 Please do not merge this until after #2706 so we don't give Malliaridis a tough time over there. That one should be merged soon. -- This is an automated message from the Apache Git Servic

Re: [PR] SOLR-17540: Remove Hadoop Auth Module [solr]

2024-11-10 Thread via GitHub
dsmiley commented on PR #2835: URL: https://github.com/apache/solr/pull/2835#issuecomment-2466955710 So Kerberos Auth is going away with this. Be sure to highlight this in CHANGES.txt and in JIRA. To me, Hadoop-Auth is a forgettable implementation detail (I didn't know _really_ know what

Re: [PR] SOLR-17406: Introduce Version Catalogs [solr]

2024-11-10 Thread via GitHub
risdenk commented on code in PR #2706: URL: https://github.com/apache/solr/pull/2706#discussion_r1835795810 ## solr/core/src/java/org/apache/solr/update/processor/ClassificationUpdateProcessorFactory.java: ## @@ -92,8 +92,7 @@ public void init(final NamedList args) { Stri

Re: [PR] SOLR-17334: Enable coordinator nodes to handle requests other than `/select` [solr]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2466996252 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam