metapox opened a new pull request, #1274:
URL: https://github.com/apache/solr/pull/1274
https://issues.apache.org/jira/browse/SOLR-X
# Description
Please provide a short description of the changes you're making with this
pull request.
# Solution
Pl
minami takuya created SOLR-16611:
Summary: When there are no segments, using hint=top_fc in collapse
results in NPE.
Key: SOLR-16611
URL: https://issues.apache.org/jira/browse/SOLR-16611
Project: Solr
noblepaul commented on code in PR #1243:
URL: https://github.com/apache/solr/pull/1243#discussion_r1062117703
##
solr/core/src/test-files/solr/solr.xml:
##
@@ -35,11 +35,6 @@
${connTimeout:15000}
-
Review Comment:
`SolrCores` is a concrete class . I'm against ma
dsmiley commented on code in PR #1243:
URL: https://github.com/apache/solr/pull/1243#discussion_r1062115144
##
solr/core/src/java/org/apache/solr/core/SolrCores.java:
##
@@ -99,37 +85,34 @@ protected void close() {
waitForLoadingCoresToFinish(30 * 1000);
Collection cor
[
https://issues.apache.org/jira/browse/SOLR-16603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654701#comment-17654701
]
Shawn Heisey commented on SOLR-16603:
-
EmbeddedSolrServer is Solr without Jetty. The
dsmiley commented on code in PR #1243:
URL: https://github.com/apache/solr/pull/1243#discussion_r1061986196
##
solr/core/src/test-files/solr/solr.xml:
##
@@ -35,11 +35,6 @@
${connTimeout:15000}
-
Review Comment:
I'm confused how I should satisfy the "clear defin
risdenk commented on PR #1273:
URL: https://github.com/apache/solr/pull/1273#issuecomment-1371566317
https://docs.antora.org/antora-ui-default/copy-to-clipboard/#console-blocks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
hiteshk25 commented on code in PR #1242:
URL: https://github.com/apache/solr/pull/1242#discussion_r1061982849
##
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##
@@ -465,7 +467,11 @@ public boolean isPerReplicaState() {
}
public PerReplicaStates ge
hiteshk25 commented on code in PR #1242:
URL: https://github.com/apache/solr/pull/1242#discussion_r1061982253
##
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##
@@ -488,4 +494,27 @@ public interface CollectionStateProps {
String SHARDS = "shards";
epugh commented on PR #1273:
URL: https://github.com/apache/solr/pull/1273#issuecomment-1371549122
Ironically, from starting a journey to remove the `$` from all commands, now
we would go the opposite direction and introduce them everywhere! Right now
it's kind of a mish mash.
--
This i
epugh opened a new pull request, #1273:
URL: https://github.com/apache/solr/pull/1273
https://issues.apache.org/jira/browse/SOLR-16610
# Description
This is an example of the types of changes we would need to make to be more
in line with Antora's handling of command lin
noblepaul commented on code in PR #1243:
URL: https://github.com/apache/solr/pull/1243#discussion_r106196
##
solr/core/src/test-files/solr/solr.xml:
##
@@ -35,11 +35,6 @@
${connTimeout:15000}
-
Review Comment:
> There is no change of responsibilities here.
noblepaul commented on code in PR #1242:
URL: https://github.com/apache/solr/pull/1242#discussion_r1061966859
##
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##
@@ -465,7 +467,11 @@ public boolean isPerReplicaState() {
}
public PerReplicaStates ge
noblepaul commented on code in PR #1242:
URL: https://github.com/apache/solr/pull/1242#discussion_r1061964993
##
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##
@@ -139,30 +138,10 @@ public static String getCollectionPathRoot(String coll) {
* only a r
[
https://issues.apache.org/jira/browse/SOLR-16536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654669#comment-17654669
]
Jan Høydahl commented on SOLR-16536:
According to
[https://opentelemetry.io/docs/mig
[
https://issues.apache.org/jira/browse/SOLR-16610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-16610:
-
Attachment: visual difference.png
formatting differences.png
> Support Copy n Paste of Co
[
https://issues.apache.org/jira/browse/SOLR-16610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-16610:
-
Description:
>From a discussion started in SOLR-16602, the suggestion is to remove $ from
>the command l
[
https://issues.apache.org/jira/browse/SOLR-16610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-16610:
-
Description:
>From a discussion started in SOLR-16602, the suggestion is to remove $ from
>the command l
[
https://issues.apache.org/jira/browse/SOLR-16610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-16610:
-
Summary: Support Copy n Paste of Command Line commands in Ref Guide (was:
Remove $ from command line exa
hiteshk25 commented on code in PR #1242:
URL: https://github.com/apache/solr/pull/1242#discussion_r1061927938
##
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##
@@ -465,7 +467,11 @@ public boolean isPerReplicaState() {
}
public PerReplicaStates ge
[
https://issues.apache.org/jira/browse/SOLR-16535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl updated SOLR-16535:
---
Summary: Remove jaegertracer-configurator module (main only) (was: Remove
jaegertracer-configurator
[
https://issues.apache.org/jira/browse/SOLR-16534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl reassigned SOLR-16534:
--
Assignee: Jan Høydahl
> Deprecate Jaegertracer-Configurator
>
[
https://issues.apache.org/jira/browse/SOLR-16535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl reassigned SOLR-16535:
--
Assignee: Jan Høydahl
> Remove jaegertracer-configurator module (main only)
>
[
https://issues.apache.org/jira/browse/SOLR-16533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-16533.
Resolution: Won't Fix
> Add Jaeger exporter to the new otel module
> --
janhoy commented on code in PR #1272:
URL: https://github.com/apache/solr/pull/1272#discussion_r1061919838
##
solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc:
##
@@ -852,9 +849,8 @@
http://localhost:8983/solr/admin/collections?action=OVERSEERSTAT
janhoy opened a new pull request, #1272:
URL: https://github.com/apache/solr/pull/1272
https://issues.apache.org/jira/browse/SOLR-16535
The plan is to merge #1270 only to `branch_9x` and merge this only to
`main`. That's why I included the 9.2 changes line for SOLR-16534 here as well.
risdenk commented on code in PR #1271:
URL: https://github.com/apache/solr/pull/1271#discussion_r1061917968
##
solr/modules/hdfs/src/test/org/apache/hadoop/util/PlatformName.java:
##
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ *
risdenk opened a new pull request, #1271:
URL: https://github.com/apache/solr/pull/1271
https://issues.apache.org/jira/browse/SOLR-X
I'm looking into the Hadoop integration test failures on openj9 that are
related to https://lists.apache.org/thread/b3053cvc2jqw768jrrw8npxkow4k70r6
[
https://issues.apache.org/jira/browse/SOLR-16533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654656#comment-17654656
]
David Smiley commented on SOLR-16533:
-
Agreed; users can add whatever JARs they need.
dsmiley commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061895876
##
solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/ClosableTracerShim.java:
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
[
https://issues.apache.org/jira/browse/SOLR-16610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654650#comment-17654650
]
Eric Pugh commented on SOLR-16610:
--
This page on Antora actually does what we want...
janhoy opened a new pull request, #1270:
URL: https://github.com/apache/solr/pull/1270
https://issues.apache.org/jira/browse/SOLR-16534
--
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 specifi
alessandrobenedetti commented on PR #1255:
URL: https://github.com/apache/solr/pull/1255#issuecomment-137195
thanks @risdenk ! All committed, adding the Changes.txt as soon as I know
this is coming in 9.1.1!
Cheers
--
This is an automated message from the Apache Git Service.
To res
[
https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654648#comment-17654648
]
Kevin Risden commented on SOLR-16567:
-
[~abenedetti] looks like branch_9x is failing
[
https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654645#comment-17654645
]
Alessandro Benedetti commented on SOLR-16567:
-
all done and merged, coming in
[
https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Benedetti updated SOLR-16567:
Fix Version/s: 9.1.1
> java.lang.StackOverflowError when combining KnnQParser and
[
https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654643#comment-17654643
]
ASF subversion and git services commented on SOLR-16567:
Commit d
[
https://issues.apache.org/jira/browse/SOLR-16533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654642#comment-17654642
]
Jan Høydahl commented on SOLR-16533:
[~dsmiley] Perhaps we should just close this and
[
https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654640#comment-17654640
]
ASF subversion and git services commented on SOLR-16567:
Commit 3
[
https://issues.apache.org/jira/browse/SOLR-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl updated SOLR-16532:
---
Summary: New OpenTelemetry module with OTLP trace exporter (was: New OTEL
module with OTLP trace exp
[
https://issues.apache.org/jira/browse/SOLR-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-16532.
Fix Version/s: 9.2
Resolution: Fixed
Thanks for review help everyone. Thrilled to have this
[
https://issues.apache.org/jira/browse/SOLR-16532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654638#comment-17654638
]
ASF subversion and git services commented on SOLR-16532:
Commit 3
janhoy merged PR #1168:
URL: https://github.com/apache/solr/pull/1168
--
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
[
https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654637#comment-17654637
]
ASF subversion and git services commented on SOLR-16567:
Commit 2
alessandrobenedetti merged PR #1245:
URL: https://github.com/apache/solr/pull/1245
--
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...@so
epugh merged PR #1259:
URL: https://github.com/apache/solr/pull/1259
--
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
epugh commented on PR #1259:
URL: https://github.com/apache/solr/pull/1259#issuecomment-1371403744
> > I wish Antora would just automtically prefix any bash commands in the UI
with a
>
> this isn't necessary. `$` is just a terminal prompt display thing. Its not
necessary and my termi
Eric Pugh created SOLR-16610:
Summary: Remove $ from command line examples in Ref Guide
Key: SOLR-16610
URL: https://issues.apache.org/jira/browse/SOLR-16610
Project: Solr
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/SOLR-14988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved SOLR-14988.
-
Resolution: Won't Fix
> CoreContainer.getCores should should return transient cores that are load
dsmiley closed pull request #1235: SOLR-14988: Rename #getCores of
CoreContainer and SolrCores to #getLoadedCores
URL: https://github.com/apache/solr/pull/1235
--
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
risdenk commented on code in PR #1203:
URL: https://github.com/apache/solr/pull/1203#discussion_r1061863631
##
build.gradle:
##
@@ -28,6 +28,19 @@ plugins {
id "net.ltgt.errorprone" version "3.0.1" apply false
id 'com.diffplug.spotless' version "6.5.2" apply false
id 'c
risdenk commented on PR #1259:
URL: https://github.com/apache/solr/pull/1259#issuecomment-1371392071
> I wish Antora would just automtically prefix any bash commands in the UI
with a
this isn't necessary. `$` is just a terminal prompt display thing. Its not
necessary and my terminal
[
https://issues.apache.org/jira/browse/SOLR-16588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden reassigned SOLR-16588:
---
Assignee: Alessandro Benedetti
> solr.DenseVectorField fieldType without a knnAlgorithm para
[
https://issues.apache.org/jira/browse/SOLR-16588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654621#comment-17654621
]
Kevin Risden commented on SOLR-16588:
-
PR is being worked on here: https://github.com
[
https://issues.apache.org/jira/browse/SOLR-16588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16588:
Status: Patch Available (was: Open)
> solr.DenseVectorField fieldType without a knnAlgorithm param
risdenk commented on code in PR #1255:
URL: https://github.com/apache/solr/pull/1255#discussion_r1061858513
##
solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java:
##
@@ -124,18 +124,18 @@ public KnnVectorsFormat
getKnnVectorsFormatForField(String field) {
risdenk commented on code in PR #1239:
URL: https://github.com/apache/solr/pull/1239#discussion_r1061851039
##
solr/core/src/java/org/apache/solr/core/FileSystemConfigSetService.java:
##
@@ -238,9 +238,14 @@ public List getAllConfigFiles(String configName)
throws IOException {
patsonluk commented on code in PR #1242:
URL: https://github.com/apache/solr/pull/1242#discussion_r1061136542
##
solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java:
##
@@ -139,30 +138,10 @@ public static String getCollectionPathRoot(String coll) {
* only a r
risdenk commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061842663
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreemen
risdenk commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061838234
##
versions.props:
##
@@ -20,8 +20,10 @@ commons-codec:commons-codec=1.15
commons-collections:commons-collections=3.2.2
commons-io:commons-io=2.11.0
io.dropwizard.metri
risdenk commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061837911
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreemen
risdenk commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061832334
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreemen
janhoy commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061828235
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreement
janhoy commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061822568
##
versions.props:
##
@@ -20,8 +20,10 @@ commons-codec:commons-codec=1.15
commons-collections:commons-collections=3.2.2
commons-io:commons-io=2.11.0
io.dropwizard.metric
janhoy commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061819187
##
solr/solr-ref-guide/antora.yml:
##
@@ -40,16 +40,17 @@ asciidoc:
# 'patch-version' is the 'z' part of x.y.z semantic version
page-solr-javadocs: 'https://solr.
risdenk commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061818303
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreemen
janhoy commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061815367
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreement
janhoy commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061815367
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreement
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654564#comment-17654564
]
Kevin Risden commented on SOLR-16607:
-
[~houston] yup - pretty sure we wouldn't since
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654563#comment-17654563
]
ASF subversion and git services commented on SOLR-16607:
Commit c
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16607:
Fix Version/s: 9.1.1
> org.apache.solr.security.hadoop.LocaleTest.testWithKdc needs to handle
> lo
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16607:
Fix Version/s: (was: 9.2)
> org.apache.solr.security.hadoop.LocaleTest.testWithKdc needs to han
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654554#comment-17654554
]
Houston Putman commented on SOLR-16607:
---
[~krisden] can we get this backported to 9
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16607:
Resolution: Fixed
Status: Resolved (was: Patch Available)
> org.apache.solr.security.hadoo
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16607:
Fix Version/s: 9.2
> org.apache.solr.security.hadoop.LocaleTest.testWithKdc needs to handle
> loca
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654530#comment-17654530
]
ASF subversion and git services commented on SOLR-16607:
Commit 0
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16607:
Fix Version/s: main (10.0)
> org.apache.solr.security.hadoop.LocaleTest.testWithKdc needs to handle
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654522#comment-17654522
]
ASF subversion and git services commented on SOLR-16607:
Commit 8
risdenk merged PR #1269:
URL: https://github.com/apache/solr/pull/1269
--
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
[
https://issues.apache.org/jira/browse/SOLR-16597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654521#comment-17654521
]
Kevin Risden commented on SOLR-16597:
-
So I'm against this change. I didn't know why
risdenk commented on code in PR #1168:
URL: https://github.com/apache/solr/pull/1168#discussion_r1061625026
##
solr/modules/opentelemetry/build.gradle:
##
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreemen
risdenk commented on code in PR #1269:
URL: https://github.com/apache/solr/pull/1269#discussion_r1061622621
##
solr/modules/hadoop-auth/src/test/org/apache/solr/security/hadoop/KerberosTestServices.java:
##
@@ -198,10 +198,18 @@ public AppConfigurationEntry[]
getAppConfiguratio
risdenk commented on code in PR #1269:
URL: https://github.com/apache/solr/pull/1269#discussion_r1061620447
##
solr/modules/hadoop-auth/src/test/org/apache/solr/security/hadoop/KerberosTestServices.java:
##
@@ -198,10 +198,18 @@ public AppConfigurationEntry[]
getAppConfiguratio
janhoy commented on PR #1168:
URL: https://github.com/apache/solr/pull/1168#issuecomment-1371092716
I have now also tested locally, exporting to a local otel-collector, on both
default grpc, port 4317 and with `OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf` on
port 4318. Both works fine. If the
HoustonPutman commented on code in PR #1269:
URL: https://github.com/apache/solr/pull/1269#discussion_r1061617583
##
solr/modules/hadoop-auth/src/test/org/apache/solr/security/hadoop/KerberosTestServices.java:
##
@@ -198,10 +198,18 @@ public AppConfigurationEntry[]
getAppConfig
[
https://issues.apache.org/jira/browse/SOLR-16607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16607:
Status: Patch Available (was: Open)
> org.apache.solr.security.hadoop.LocaleTest.testWithKdc needs
risdenk opened a new pull request, #1269:
URL: https://github.com/apache/solr/pull/1269
https://issues.apache.org/jira/browse/SOLR-16607
--
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
gabrielmagno commented on PR #1245:
URL: https://github.com/apache/solr/pull/1245#issuecomment-1370930774
Just to bring a "data-science KNN user" view on this.
I think there is actually _two_ related but different ways one could use the
Dense Vectors and KNN features. The first one is
janhoy commented on issue #436:
URL: https://github.com/apache/solr-operator/issues/436#issuecomment-1370875767
Once we release an operator that is >=solr9 then we could use pre-defined
permission `collection-admin-read` instead of the custom permission.
--
This is an automated message fr
janhoy commented on PR #1168:
URL: https://github.com/apache/solr/pull/1168#issuecomment-1370609810
Opened a discussion here
https://github.com/open-telemetry/opentelemetry-java/discussions/5079 to
explore options.
--
This is an automated message from the Apache Git Service.
To respond t
90 matches
Mail list logo