[
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/
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
[
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
[
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
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
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
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.
[
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
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 {
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 {
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
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
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
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
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
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
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
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
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
[
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
>
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
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
[
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
[
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
> -
[
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
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
[
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
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
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,
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"})
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,
[
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
> ---
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
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
[
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
35 matches
Mail list logo