Zhaolong Li created SOLR-15058:
--
Summary: Solr can not get current hostname when hostname contain
'_'
Key: SOLR-15058
URL: https://issues.apache.org/jira/browse/SOLR-15058
Project: Solr
Issue T
[
https://issues.apache.org/jira/browse/SOLR-15058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Su Sasa updated SOLR-15058:
---
Summary: Solr can not get correct hostname when hostname contain '_' (was:
Solr can not get current hostname
[
https://issues.apache.org/jira/browse/SOLR-15058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Su Sasa updated SOLR-15058:
---
Attachment: 0001-SOLR-15058-get-the-correct-hostname-when-hostname-co.patch
> Solr can not get correct hostna
[
https://issues.apache.org/jira/browse/SOLR-15058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Su Sasa updated SOLR-15058:
---
Priority: Minor (was: Major)
> Solr can not get correct hostname when hostname contain '_'
> ---
Sasasu opened a new pull request #2164:
URL: https://github.com/apache/lucene-solr/pull/2164
# Description
`Utils.getBaseUrlForNodeName` split the nodename by the first '_'
In ZK, Solr add '_solr' to the end of the hostname
# Solution
should sp
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9570:
Description:
Review and correct all the javadocs before they're messed up by automatic
formatting
sigram commented on a change in pull request #2148:
URL: https://github.com/apache/lucene-solr/pull/2148#discussion_r547887149
##
File path: solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java
##
@@ -73,6 +79,29 @@ public void teardown() {
System.clearPrope
sigram commented on a change in pull request #2148:
URL: https://github.com/apache/lucene-solr/pull/2148#discussion_r547890418
##
File path:
solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java
##
@@ -81,6 +81,7 @@
public class SolrCloudTestCase extends S
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547915021
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/AttributeFetcher.java
##
@@ -18,93 +18,53 @@
package org.apache.solr.cluster.pla
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547915611
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/AttributeValues.java
##
@@ -65,11 +35,10 @@
/**
* For the given node: metr
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254042#comment-17254042
]
ASF subversion and git services commented on LUCENE-9570:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254041#comment-17254041
]
ASF subversion and git services commented on LUCENE-9570:
-
Commi
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547918055
##
File path: solr/core/src/java/org/apache/solr/cluster/placement/NodeMetric.java
##
@@ -0,0 +1,51 @@
+/*
+ * Licensed to the Apache Software Founda
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254043#comment-17254043
]
ASF subversion and git services commented on LUCENE-9570:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254044#comment-17254044
]
ASF subversion and git services commented on LUCENE-9570:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254045#comment-17254045
]
ASF subversion and git services commented on LUCENE-9570:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9570:
Description:
Review and correct all the javadocs before they're messed up by automatic
formatting
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547920372
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/MetricAttribute.java
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547921749
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/MetricAttributeImpl.java
##
@@ -0,0 +1,138 @@
+/*
+ * Licensed to the Apache
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9570:
Description:
Review and correct all the javadocs before they're messed up by automatic
formatting
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9570:
Description:
Review and correct all the javadocs before they're messed up by automatic
formatting
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547930986
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/MetricAttribute.java
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547932957
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/ReplicaMetrics.java
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software F
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547934318
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -33,18 +37,18 @@
import java.lang.invoke.Me
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547935041
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -33,18 +37,18 @@
import java.lang.invoke.Me
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547935638
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -113,72 +90,46 @@ public AttributeFetcher fe
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547936763
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -113,72 +90,46 @@ public AttributeFetcher fe
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547938685
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -197,32 +148,78 @@ public AttributeValues fe
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547939345
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -197,32 +148,78 @@ public AttributeValues fe
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547940278
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -197,32 +148,78 @@ public AttributeValues fe
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547943012
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -197,32 +148,78 @@ public AttributeValues fe
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547948300
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/MetricAttributeImpl.java
##
@@ -0,0 +1,138 @@
+/*
+ * Licensed to the Apache
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547949666
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/MetricAttributeImpl.java
##
@@ -0,0 +1,138 @@
+/*
+ * Licensed to the Apache
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547952921
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -194,7 +195,9 @@ public PlacementPlan
murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547954091
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -194,7 +195,9 @@ public PlacementPlan
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547957901
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/AttributeFetcher.java
##
@@ -18,93 +18,53 @@
package org.apache.solr.cluster.place
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547969376
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/MetricAttribute.java
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Fo
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547976517
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/ReplicaMetrics.java
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Fou
ErickErickson commented on a change in pull request #2164:
URL: https://github.com/apache/lucene-solr/pull/2164#discussion_r547980795
##
File path: solr/solrj/src/test/org/apache/solr/common/cloud/UrlSchemeTest.java
##
@@ -35,12 +35,12 @@ public void testApplyUrlScheme() {
[
https://issues.apache.org/jira/browse/SOLR-15058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254095#comment-17254095
]
Erick Erickson commented on SOLR-15058:
---
[~ab] [~noble] This certainly seems wrong
Sasasu commented on a change in pull request #2164:
URL: https://github.com/apache/lucene-solr/pull/2164#discussion_r547981945
##
File path: solr/solrj/src/test/org/apache/solr/common/cloud/UrlSchemeTest.java
##
@@ -35,12 +35,12 @@ public void testApplyUrlScheme() {
String
Sasasu commented on a change in pull request #2164:
URL: https://github.com/apache/lucene-solr/pull/2164#discussion_r547981945
##
File path: solr/solrj/src/test/org/apache/solr/common/cloud/UrlSchemeTest.java
##
@@ -35,12 +35,12 @@ public void testApplyUrlScheme() {
String
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r547997354
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -33,18 +37,18 @@
import java.lang.invoke.Meth
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r548000385
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -197,32 +148,78 @@ public AttributeValues fetc
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r548001677
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -197,32 +148,78 @@ public AttributeValues fetc
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r548003144
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java
##
@@ -197,32 +148,78 @@ public AttributeValues fetc
[
https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254118#comment-17254118
]
Thomas Wöckinger commented on SOLR-14923:
-
I run the indexing tests five times, o
sigram commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r548004312
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/MetricAttributeImpl.java
##
@@ -0,0 +1,138 @@
+/*
+ * Licensed to the Apache S
[
https://issues.apache.org/jira/browse/SOLR-15057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254141#comment-17254141
]
Mike Drob commented on SOLR-15057:
--
This looks like a good change - curious how it was f
Timothy Potter created SOLR-15059:
-
Summary: Default Grafana dashboard needs to expose graphs for
monitoring query performance
Key: SOLR-15059
URL: https://issues.apache.org/jira/browse/SOLR-15059
Pro
[
https://issues.apache.org/jira/browse/SOLR-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SOLR-15059:
--
Fix Version/s: master (9.0)
8.8
> Default Grafana dashboard needs to expose
[
https://issues.apache.org/jira/browse/SOLR-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SOLR-15059:
--
Description:
The default Grafana dashboard doesn't expose graphs for monitoring query
performa
thelabdude opened a new pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165
# Description
See JIRA: https://issues.apache.org/jira/browse/SOLR-15059
# Solution
Improve the Grafana dashboard to include graphs for monitoring query
performance.
[
https://issues.apache.org/jira/browse/SOLR-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SOLR-15059:
--
Status: Patch Available (was: Open)
> Default Grafana dashboard needs to expose graphs for mon
[
https://issues.apache.org/jira/browse/SOLR-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SOLR-15059:
--
Attachment: Screen Shot 2020-12-23 at 10.22.43 AM.png
Status: Open (was: Open)
> Defau
MarcusSorealheis commented on pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#issuecomment-750402943
Is `stripWs` a term of art? Its definition is semi-obvious but will be even
more obvious with a new name. The test files will live a long time and this PR
is a key
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254165#comment-17254165
]
Mike Drob commented on LUCENE-9570:
---
I tried applying the git blame ignore revisions m
epugh commented on pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#issuecomment-750418268
How does this compare/overlap with any of the dashboards on Grafana's site?
https://grafana.com/grafana/dashboards?search=solr
Specifically, the one published by @janho
thelabdude commented on pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#issuecomment-750423446
@epugh If you diff the dashboard you linked to with the version in master
(https://github.com/apache/lucene-solr/blob/master/solr/contrib/prometheus-exporter/conf/grafana-
cpoerschke commented on a change in pull request #2152:
URL: https://github.com/apache/lucene-solr/pull/2152#discussion_r548124061
##
File path: solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java
##
@@ -548,9 +548,6 @@ protected int sendDoc(int docId, Integer minRf
madrob commented on a change in pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#discussion_r548076192
##
File path:
solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/MetricsConfiguration.java
##
@@ -105,17 +108,23 @@ public
madrob commented on pull request #2163:
URL: https://github.com/apache/lucene-solr/pull/2163#issuecomment-750424612
It needs to be in the default branch. That we didn't have this for 8.x
before isn't a reason not to add it now.
-
thelabdude commented on a change in pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#discussion_r548126909
##
File path:
solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/MetricsConfiguration.java
##
@@ -105,17 +108,23 @@ pub
thelabdude commented on a change in pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#discussion_r548128158
##
File path:
solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/MetricsQueryTemplate.java
##
@@ -0,0 +1,128 @@
+/*
+ *
[
https://issues.apache.org/jira/browse/SOLR-15057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254194#comment-17254194
]
Christine Poerschke commented on SOLR-15057:
{quote}... curious how it was fo
madrob closed pull request #1436:
URL: https://github.com/apache/lucene-solr/pull/1436
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
[
https://issues.apache.org/jira/browse/SOLR-14413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated SOLR-14413:
-
Fix Version/s: master (9.0)
8.8
Assignee: Mike Drob
Resolution: Fixed
[
https://issues.apache.org/jira/browse/SOLR-14413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254199#comment-17254199
]
ASF subversion and git services commented on SOLR-14413:
Commit b
thelabdude commented on a change in pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#discussion_r548158086
##
File path:
solr/contrib/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/MetricsConfiguration.java
##
@@ -105,17 +108,23 @@ pub
[
https://issues.apache.org/jira/browse/SOLR-14413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254200#comment-17254200
]
ASF subversion and git services commented on SOLR-14413:
Commit 7
thelabdude commented on pull request #2165:
URL: https://github.com/apache/lucene-solr/pull/2165#issuecomment-750440460
> Is `stripWs` a term of art? Its definition is semi-obvious but will be
even more obvious with a new name. The test files will live a long time and
this PR is a key addi
[
https://issues.apache.org/jira/browse/SOLR-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SOLR-15059:
--
Description:
The default Grafana dashboard doesn't expose graphs for monitoring query
performa
tflobbe commented on pull request #2163:
URL: https://github.com/apache/lucene-solr/pull/2163#issuecomment-750441504
> That we didn't have this for 8.x before isn't a reason not to add it now.
+1! didn't mean we shouldn't, I was just referring to the fact that I didn't
remove it for a pa
tflobbe edited a comment on pull request #2163:
URL: https://github.com/apache/lucene-solr/pull/2163#issuecomment-750441504
> That we didn't have this for 8.x before isn't a reason not to add it now.
+1! didn't mean we shouldn't, I was just referring to the fact that I didn't
remove
madrob closed pull request #413:
URL: https://github.com/apache/lucene-solr/pull/413
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
madrob commented on pull request #413:
URL: https://github.com/apache/lucene-solr/pull/413#issuecomment-750444015
Closing a stale PR, it looks like this might have had changes once upon a
time but then they got lost in a rebase.
madrob commented on pull request #383:
URL: https://github.com/apache/lucene-solr/pull/383#issuecomment-750447704
Going through old patches trying to clean some up before the end of the
year. @jtibshirani this patch looks good to me, would you like to commit it?
--
jtibshirani commented on pull request #383:
URL: https://github.com/apache/lucene-solr/pull/383#issuecomment-750451014
Thanks @madrob for pinging on this, I'll commit in the next few days.
This is an automated message from th
madrob commented on pull request #908:
URL: https://github.com/apache/lucene-solr/pull/908#issuecomment-750451742
Done in #1450
This is an automated message from the Apache Git Service.
To respond to the message, please log o
madrob closed pull request #908:
URL: https://github.com/apache/lucene-solr/pull/908
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
madrob merged pull request #2163:
URL: https://github.com/apache/lucene-solr/pull/2163
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
[
https://issues.apache.org/jira/browse/LUCENE-9647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated LUCENE-9647:
--
Priority: Minor (was: Major)
> Add back ant precommit on PR for branch 8
> --
[
https://issues.apache.org/jira/browse/LUCENE-9647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob resolved LUCENE-9647.
---
Fix Version/s: master (9.0)
Resolution: Fixed
> Add back ant precommit on PR for branch 8
> -
[
https://issues.apache.org/jira/browse/LUCENE-9647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254234#comment-17254234
]
ASF subversion and git services commented on LUCENE-9647:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob reassigned LUCENE-9647:
-
Assignee: Mike Drob
> Add back ant precommit on PR for branch 8
> -
dweiss commented on pull request #2163:
URL: https://github.com/apache/lucene-solr/pull/2163#issuecomment-750461143
Why merge it with master though? It does not apply to master - only to 8x?
This is an automated message from
[
https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254250#comment-17254250
]
ASF subversion and git services commented on SOLR-14608:
Commit 0
Bruno Roustant created SOLR-15060:
-
Summary: Introduce DelegatingDirectoryFactory
Key: SOLR-15060
URL: https://issues.apache.org/jira/browse/SOLR-15060
Project: Solr
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/SOLR-15060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant updated SOLR-15060:
--
Description:
FilterDirectory already exists to delegate to a Directory, but there is no
delega
bruno-roustant opened a new pull request #2166:
URL: https://github.com/apache/lucene-solr/pull/2166
For the description, see https://issues.apache.org/jira/browse/SOLR-15060
This PR adds a new method get(String path, DirContext dirContext, String
rawLockType, Function wrappingFuncti
[
https://issues.apache.org/jira/browse/SOLR-15060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant updated SOLR-15060:
--
Description:
FilterDirectory already exists to delegate to a Directory, but there is no
delega
dweiss opened a new pull request #2167:
URL: https://github.com/apache/lucene-solr/pull/2167
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
dweiss merged pull request #2167:
URL: https://github.com/apache/lucene-solr/pull/2167
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
[
https://issues.apache.org/jira/browse/LUCENE-9643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254293#comment-17254293
]
ASF subversion and git services commented on LUCENE-9643:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254295#comment-17254295
]
Dawid Weiss commented on LUCENE-9570:
-
Seems like those refs need to be complete sha
dweiss commented on pull request #2163:
URL: https://github.com/apache/lucene-solr/pull/2163#issuecomment-750516702
bq. It needs to be in the default branch.
Oh, ok. So it needs to be on the default branch even if it applies only to a
filtered set of branches? Get it.
[
https://issues.apache.org/jira/browse/SOLR-15048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-15048:
--
Attachment: SOLR-15048.patch
Status: Open (was: Open)
There are twe distinct b
[
https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254315#comment-17254315
]
David Smiley commented on SOLR-14923:
-
Today I made further modifications to NestedSh
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated LUCENE-9570:
---
Description:
Review and correct all the javadocs before they're messed up by automatic
form
[
https://issues.apache.org/jira/browse/LUCENE-9570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254382#comment-17254382
]
Erick Erickson commented on LUCENE-9570:
[~dweiss] I've run tidy, checked the di
100 matches
Mail list logo