[jira] [Commented] (SOLR-17457) StatusTool does not support --max-wait-secs

2025-01-20 Thread Rich M (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914858#comment-17914858 ] Rich M commented on SOLR-17457: --- Was this ever backported to [9.7|https://solr.apache.org/

Re: [PR] [WIP] Jetty12 + EE10 [solr]

2025-01-20 Thread via GitHub
iamsanjay commented on PR #2876: URL: https://github.com/apache/solr/pull/2876#issuecomment-2602123412 The only failing test is the flaky one, I checked on develocity. ``` Reproduce with: ./gradlew :solr:modules:ltr:test --tests "org.apache.solr.ltr.TestLTRQParserPlugin.ltr_expensiveF

[jira] [Commented] (SOLR-17562) Unify v2 API streaming support

2025-01-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914633#comment-17914633 ] ASF subversion and git services commented on SOLR-17562: Commit 7

[jira] [Commented] (SOLR-17623) SimpleOrderedMap should implement Map

2025-01-20 Thread Renato Haeberli (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914579#comment-17914579 ] Renato Haeberli commented on SOLR-17623: [~dsmiley] Could you please assign the t

Re: [PR] Solr 17351 break up getfile api main [solr]

2025-01-20 Thread via GitHub
gerlowskija commented on PR #3047: URL: https://github.com/apache/solr/pull/3047#issuecomment-2602666243 Still TODO: ref-guide updates, additional testing. -- 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

Re: [PR] SOLR-17619 add logchange plugin [solr]

2025-01-20 Thread via GitHub
dsmiley commented on PR #3044: URL: https://github.com/apache/solr/pull/3044#issuecomment-2603089330 I added a gradle task that generates a change YAML. This is tailored for our project, pre-fills some things, and is overall less of a hassle that `logchange:add` is. -- This is an automa

Re: [PR] SOLR-17581: Less ZK watches in tests. [solr]

2025-01-20 Thread via GitHub
psalagnac merged PR #3036: URL: https://github.com/apache/solr/pull/3036 -- 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-17581) Less Zookeeper watches in tests

2025-01-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914779#comment-17914779 ] ASF subversion and git services commented on SOLR-17581: Commit b

Re: [PR] SOLR-17519: CloudSolrClient with HTTP ClusterState can forget live nodes and then fail [solr]

2025-01-20 Thread via GitHub
dsmiley commented on code in PR #2935: URL: https://github.com/apache/solr/pull/2935#discussion_r1922783901 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/ClusterStateProviderTest.java: ## @@ -51,6 +54,15 @@ public static void setupCluster() throws Exception {

Re: [PR] SOLR-17519: CloudSolrClient with HTTP ClusterState can forget live nodes and then fail [solr]

2025-01-20 Thread via GitHub
cpoerschke commented on code in PR #2935: URL: https://github.com/apache/solr/pull/2935#discussion_r1922536226 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/ClusterStateProviderTest.java: ## @@ -51,6 +54,15 @@ public static void setupCluster() throws Exception {

[PR] Solr 17351 break up getfile api main [solr]

2025-01-20 Thread via GitHub
gerlowskija opened a new pull request, #3047: URL: https://github.com/apache/solr/pull/3047 https://issues.apache.org/jira/browse/SOLR-17351 # Description Solr's filestore "get file" API actually covers 4 or 5 distinct operations. Depending on provided query parameters, it can

Re: [PR] Optimize dependency resolution via platform module [solr]

2025-01-20 Thread via GitHub
malliaridis closed pull request #2915: Optimize dependency resolution via platform module URL: https://github.com/apache/solr/pull/2915 -- 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 c

Re: [PR] Optimize dependency resolution via platform module [solr]

2025-01-20 Thread via GitHub
malliaridis commented on PR #2915: URL: https://github.com/apache/solr/pull/2915#issuecomment-2602716704 Closing this in favor to https://github.com/apache/solr/pull/2925 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Solr 17623 simple ordered map should implement map [solr]

2025-01-20 Thread via GitHub
epugh commented on PR #3048: URL: https://github.com/apache/solr/pull/3048#issuecomment-2603160290 Nitpicky, but can you title the PR `SOLR-17623:`, that is the style we use... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Solr 17623 simple ordered map should implement map [solr]

2025-01-20 Thread via GitHub
renatoh commented on PR #3048: URL: https://github.com/apache/solr/pull/3048#issuecomment-2603163228 @dsmiley Could you please have a look at the implementation oaf the method from the Map interface? Also, I had to make a few adjustment to other parts in the code to make it work with th

Re: [PR] Solr 17623: Simple ordered map should implement map [solr]

2025-01-20 Thread via GitHub
renatoh commented on PR #3048: URL: https://github.com/apache/solr/pull/3048#issuecomment-2603171608 I am curious if there is a way to implement values() and entrySet(0 without an unchecked cast, e.g. (T) nvPairs.get(i) -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Solr 17623: Simple ordered map should implement map [solr]

2025-01-20 Thread via GitHub
dsmiley commented on PR #3048: URL: https://github.com/apache/solr/pull/3048#issuecomment-2603231369 As the PR template indicates, the PR title must use exactly the JIRA syntax. Thus all-caps and hyphen separating SOLR and 17623, probably then a colon. If you do it correctly, moments late

Re: [PR] Solr 17623: Simple ordered map should implement map [solr]

2025-01-20 Thread via GitHub
dsmiley commented on code in PR #3048: URL: https://github.com/apache/solr/pull/3048#discussion_r1922851418 ## solr/solrj/src/java/org/apache/solr/common/util/SimpleOrderedMap.java: ## @@ -86,6 +91,79 @@ public static SimpleOrderedMap of() { * @return SimpleOrderedMap contai

Re: [PR] SOLR-17351: Decompose filestore "get file" API [solr]

2025-01-20 Thread via GitHub
gerlowskija commented on PR #3047: URL: https://github.com/apache/solr/pull/3047#issuecomment-2603252367 That PR uses the Java interface, and not the HTTP APIs directly, so it should be fine afaict. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Updated] (SOLR-17623) SimpleOrderedMap should implement Map

2025-01-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17623: -- Labels: newdev pull-request-available (was: newdev) > SimpleOrderedMap should implement Map >

Re: [PR] SOLR-17623: Simple ordered map should implement map [solr]

2025-01-20 Thread via GitHub
renatoh commented on code in PR #3048: URL: https://github.com/apache/solr/pull/3048#discussion_r1922881412 ## solr/solrj/src/java/org/apache/solr/common/util/SimpleOrderedMap.java: ## @@ -86,6 +91,79 @@ public static SimpleOrderedMap of() { * @return SimpleOrderedMap contai

Re: [PR] SOLR-17623: Simple ordered map should implement map [solr]

2025-01-20 Thread via GitHub
renatoh commented on code in PR #3048: URL: https://github.com/apache/solr/pull/3048#discussion_r1922882654 ## solr/solrj/src/test/org/apache/solr/common/util/SimpleOrderedMapTest.java: ## @@ -0,0 +1,125 @@ +package org.apache.solr.common.util; + +import java.util.Collection; +i

[jira] [Commented] (SOLR-17581) Less Zookeeper watches in tests

2025-01-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914799#comment-17914799 ] ASF subversion and git services commented on SOLR-17581: Commit e

[jira] [Updated] (SOLR-14070) Deprecate CloudSolrClient's ZKHost constructor

2025-01-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-14070: Fix Version/s: main (10.0) > Deprecate CloudSolrClient's ZKHost constructor > -

[jira] [Commented] (SOLR-14070) Deprecate CloudSolrClient's ZKHost constructor

2025-01-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914801#comment-17914801 ] David Smiley commented on SOLR-14070: - We should deprecate it for Solr 10.  Linking t

[jira] [Created] (SOLR-17630) Add CloudSolrClient instance for a Solr node

2025-01-20 Thread David Smiley (Jira)
David Smiley created SOLR-17630: --- Summary: Add CloudSolrClient instance for a Solr node Key: SOLR-17630 URL: https://issues.apache.org/jira/browse/SOLR-17630 Project: Solr Issue Type: Improveme

[jira] [Updated] (SOLR-17630) Add CloudSolrClient instance for a Solr node

2025-01-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17630: Description: There ought to be a general CloudSolrClient instance for the Solr node, without each

[PR] remove unused (private static) ZkStateReader.GET_LEADER_RETRY_INTERVAL_MS [solr]

2025-01-20 Thread via GitHub
cpoerschke opened a new pull request, #3046: URL: https://github.com/apache/solr/pull/3046 (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, e-ma

Re: [PR] chore(deps): update dependency org.openapi.generator to v7.11.0 [solr]

2025-01-20 Thread via GitHub
solrbot commented on PR #2989: URL: https://github.com/apache/solr/pull/2989#issuecomment-2602850884 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-20 Thread via GitHub
epugh commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1922581308 ## solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java: ## @@ -534,7 +534,6 @@ public void refresh(String path) { @SuppressWarnings({"rawtypes"})

Re: [PR] SOLR-17351: Decompose filestore "get file" API [solr]

2025-01-20 Thread via GitHub
epugh commented on PR #3047: URL: https://github.com/apache/solr/pull/3047#issuecomment-2602733589 Does this impact #3031 ? Since I am using `cc.getFileStore` I don't think so, but wanted to check. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-01-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17351: -- Labels: pull-request-available (was: ) > Cosmetic changes to v2 filestore "get file" API > ---

Re: [PR] Add info about the Spanish Plural Stemmer [solr]

2025-01-20 Thread via GitHub
epugh merged PR #3040: URL: https://github.com/apache/solr/pull/3040 -- 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] remove unused (private static) ZkStateReader.GET_LEADER_RETRY_INTERVAL_MS [solr]

2025-01-20 Thread via GitHub
cpoerschke merged PR #3046: URL: https://github.com/apache/solr/pull/3046 -- 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-17519) CloudSolrClient with HTTP ClusterState can forget live nodes and then fail

2025-01-20 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914583#comment-17914583 ] Andrzej Bialecki commented on SOLR-17519: - The original use case for HttpClusterS