atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460687788
##
File path: solr/core/src/java/org/apache/solr/servlet/RateLimitManager.java
##
@@ -0,0 +1,153 @@
+/*
+ * Licensed to the Apache Software Foundation (
atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460688156
##
File path: solr/solr-ref-guide/src/rate-limiters.adoc
##
@@ -0,0 +1,101 @@
+= Request Rate Limiters
+// Licensed to the Apache Software Foundation (A
atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460688956
##
File path: solr/solr-ref-guide/src/rate-limiters.adoc
##
@@ -0,0 +1,101 @@
+= Request Rate Limiters
+// Licensed to the Apache Software Foundation (A
atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460689828
##
File path: solr/solr-ref-guide/src/rate-limiters.adoc
##
@@ -0,0 +1,101 @@
+= Request Rate Limiters
+// Licensed to the Apache Software Foundation (A
atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460690321
##
File path: solr/solr-ref-guide/src/rate-limiters.adoc
##
@@ -0,0 +1,101 @@
+= Request Rate Limiters
+// Licensed to the Apache Software Foundation (A
atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460693175
##
File path: solr/core/src/java/org/apache/solr/servlet/RequestRateLimiter.java
##
@@ -0,0 +1,199 @@
+/*
+ * Licensed to the Apache Software Foundation
noblepaul edited a comment on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664094145
> Can we start simple by defining the external interface without the
required changes to internal classes first? Will make a smaller PR easier to
discuss.
Fe
[
https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165520#comment-17165520
]
Dawid Weiss commented on LUCENE-9439:
-
Ok, I see your point now. An iterator returni
dweiss commented on pull request #1695:
URL: https://github.com/apache/lucene-solr/pull/1695#issuecomment-664187825
Look all right to me.
This is an automated message from the Apache Git Service.
To respond to the message, p
atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460720011
##
File path:
solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrClient.java
##
@@ -358,7 +358,11 @@ protected HttpRequestBase
createMethod
murblanc commented on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664230886
Many methods returning other objects are returning names of other
abstractions being defined here (Shard, Collection, Node etc.).
I’d think an instance of the abstraction
murblanc commented on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664240038
I see two cases where we need interfaces such as defined here:
- internal code. Coding to interfaces rather than the actual implementation
makes for better structured cod
noblepaul commented on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664244951
>I’d think an instance of the abstraction should be returned instead,
I though about it and decided against it. We should always try to keep the
methods light and av
[
https://issues.apache.org/jira/browse/LUCENE-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165583#comment-17165583
]
Mohammad Sadiq commented on LUCENE-9416:
Justification of lack of tests with thi
[
https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki updated SOLR-12845:
Status: Reopened (was: Closed)
> Add a default cluster policy
> --
[
https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165603#comment-17165603
]
Andrzej Bialecki commented on SOLR-12845:
-
(back from vacation, sorry for the rad
murblanc commented on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664312074
Thanks Noble.
So what’s your guidance regarding the Autoscaling PR? Shall we assume the
Autoscaling plugins need to use these interfaces or shall I continue building
clu
[
https://issues.apache.org/jira/browse/SOLR-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165618#comment-17165618
]
Andrzej Bialecki commented on SOLR-12847:
-
With the removal of autoscaling in 9.0
[
https://issues.apache.org/jira/browse/SOLR-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki resolved SOLR-12847.
-
Resolution: Won't Fix
> Cut over implementation of maxShardsPerNode to a collection polic
murblanc commented on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-664333081
We also need to guarantee some immutability of the instances passed to
plugins. Computing placement if the underlying data (cluster state) can change
during the computation
mocobeta commented on pull request #1695:
URL: https://github.com/apache/lucene-solr/pull/1695#issuecomment-664343912
@uschindler would you check the changes?
This is an automated message from the Apache Git Service.
To respo
Erick Erickson created SOLR-14682:
-
Summary: Remove repairs put in for upgrading Solr from 6.6.1 to
Solr 7.1
Key: SOLR-14682
URL: https://issues.apache.org/jira/browse/SOLR-14682
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Robert Miller updated SOLR-14636:
--
Description:
SolrCloud powers critical infrastructure and needs the ability to run quic
[
https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165712#comment-17165712
]
Gus Heck edited comment on SOLR-14608 at 7/27/20, 1:41 PM:
---
A q
[
https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165712#comment-17165712
]
Gus Heck commented on SOLR-14608:
-
A question from a customer caused me to re-read this a
[
https://issues.apache.org/jira/browse/SOLR-11656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165719#comment-17165719
]
ASF subversion and git services commented on SOLR-11656:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-11868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165722#comment-17165722
]
ASF subversion and git services commented on SOLR-11868:
Commit 6
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165715#comment-17165715
]
ASF subversion and git services commented on LUCENE-9312:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165717#comment-17165717
]
ASF subversion and git services commented on SOLR-14676:
Commit 6
[
https://issues.apache.org/jira/browse/SOLR-14652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165721#comment-17165721
]
ASF subversion and git services commented on SOLR-14652:
Commit 5
[
https://issues.apache.org/jira/browse/LUCENE-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165720#comment-17165720
]
ASF subversion and git services commented on LUCENE-9429:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165714#comment-17165714
]
ASF subversion and git services commented on LUCENE-9312:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165716#comment-17165716
]
ASF subversion and git services commented on LUCENE-9437:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165723#comment-17165723
]
ASF subversion and git services commented on SOLR-14608:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165718#comment-17165718
]
ASF subversion and git services commented on SOLR-14435:
Commit 8
[
https://issues.apache.org/jira/browse/SOLR-11868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165731#comment-17165731
]
Erick Erickson commented on SOLR-11868:
---
[~dsmiley] I don't think I want to go ther
[
https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165750#comment-17165750
]
Joel Bernstein commented on SOLR-14608:
---
[~gus], we're going to move slowly with th
[
https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165753#comment-17165753
]
Atri Sharma commented on SOLR-14608:
FWIW I have a use case with around 252 billion d
[
https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-12845:
--
Attachment: Screen Shot 2020-07-27 at 10.57.33 AM.png
> Add a default cluster policy
>
[
https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165763#comment-17165763
]
Houston Putman commented on SOLR-12845:
---
Varun,
Here is my very crude attempt at p
[
https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165769#comment-17165769
]
ASF subversion and git services commented on SOLR-12845:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-14665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165770#comment-17165770
]
ASF subversion and git services commented on SOLR-14665:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165767#comment-17165767
]
ASF subversion and git services commented on SOLR-12845:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-14665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165768#comment-17165768
]
ASF subversion and git services commented on SOLR-14665:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-14682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved SOLR-14682.
---
Resolution: Invalid
Never mind, Ilan Ginzburg did this in trunk/9.0 as part of SOLR-12823. Co
[
https://issues.apache.org/jira/browse/LUCENE-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165781#comment-17165781
]
ASF subversion and git services commented on LUCENE-9424:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165782#comment-17165782
]
ASF subversion and git services commented on LUCENE-9424:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-9424.
Fix Version/s: 8.7
master (9.0)
Resolution: Fixed
Thank
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165802#comment-17165802
]
Ishan Chattopadhyaya edited comment on SOLR-14656 at 7/27/20, 3:32 PM:
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165802#comment-17165802
]
Ishan Chattopadhyaya commented on SOLR-14656:
-
[~ab]would be able to take a s
[
https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165827#comment-17165827
]
Uwe Schindler commented on LUCENE-9321:
---
Looks fine. Thanks!
> Port documentation
Andrzej Bialecki created SOLR-14683:
---
Summary: Review the metrics API to ensure consistent placeholders
for missing values
Key: SOLR-14683
URL: https://issues.apache.org/jira/browse/SOLR-14683
Proje
[
https://issues.apache.org/jira/browse/SOLR-14683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165855#comment-17165855
]
Andrzej Bialecki commented on SOLR-14683:
-
We should also consider the potential
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165893#comment-17165893
]
David Smiley commented on SOLR-13528:
-
[~markrmil...@gmail.com] [~markrmiller] (dunno
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165895#comment-17165895
]
Mark Robert Miller commented on SOLR-14636:
---
These tests are starting to get ex
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165899#comment-17165899
]
Atri Sharma commented on SOLR-13528:
[~dsmiley] Not sure if you got a chance to look
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165902#comment-17165902
]
David Smiley commented on SOLR-14636:
-
{quote}I will be moving development to a dev b
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165907#comment-17165907
]
Ishan Chattopadhyaya commented on SOLR-13528:
-
{quote}Should I be continuing
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165907#comment-17165907
]
Ishan Chattopadhyaya edited comment on SOLR-13528 at 7/27/20, 6:39 PM:
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165907#comment-17165907
]
Ishan Chattopadhyaya edited comment on SOLR-13528 at 7/27/20, 6:39 PM:
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165910#comment-17165910
]
Ishan Chattopadhyaya commented on SOLR-14636:
-
On a Raspberry Pi 4B (1.5 GHz
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Chattopadhyaya reassigned SOLR-13528:
---
Assignee: Atri Sharma
> Rate limiting in Solr
> -
>
>
[
https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14673:
--
Attachment: SOLR-14673.patch
> Add command line tool for executing Streaming Expressions
>
[
https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14673:
--
Attachment: SOLR-14673.patch
> Add command line tool for executing Streaming Expressions
>
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165935#comment-17165935
]
Ishan Chattopadhyaya commented on SOLR-13528:
-
This week I'm busy with some p
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Robert Miller updated SOLR-14636:
--
Description:
SolrCloud powers critical infrastructure and needs the ability to run quic
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165946#comment-17165946
]
Mark Robert Miller commented on SOLR-14636:
---
Tests have been upgraded to {color
[
https://issues.apache.org/jira/browse/SOLR-13169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165956#comment-17165956
]
ASF subversion and git services commented on SOLR-13169:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-13169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165957#comment-17165957
]
ASF subversion and git services commented on SOLR-13169:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-13169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gus Heck resolved SOLR-13169.
-
Fix Version/s: 8.6
Resolution: Fixed
> Move Replica Docs need improvement (V1 and V2 introspect)
>
[
https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17165960#comment-17165960
]
ASF subversion and git services commented on SOLR-12845:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-11611:
Summary: Starting Solr using solr.cmd fails under Windows, when the path
contains a space (was: St
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-11611:
Attachment: SOLR-11611.patch
> Starting Solr using solr.cmd fails under Windows, when the path cont
[
https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166014#comment-17166014
]
ASF subversion and git services commented on LUCENE-9321:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida resolved LUCENE-9321.
---
Resolution: Resolved
> Port documentation task to gradle
> -
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-11611:
Attachment: SOLR-11611.patch
> Starting Solr using solr.cmd fails under Windows, when the path cont
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166023#comment-17166023
]
Jakob Furrer commented on SOLR-11611:
-
Please review and commit the patch I created b
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-11611:
Status: Patch Available (was: Open)
> Starting Solr using solr.cmd fails under Windows, when the p
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-11611:
Attachment: (was: SOLR-11611.patch)
> Starting Solr using solr.cmd fails under Windows, when th
[
https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166032#comment-17166032
]
Jan Høydahl commented on SOLR-14671:
This is different from the bug in SOLR-14463 eve
[
https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl reassigned SOLR-14671:
--
Assignee: Jan Høydahl
> NumberFormatException when accessing ZK Status page in 8.6.0
> ---
[
https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166033#comment-17166033
]
Jan Høydahl commented on SOLR-14671:
https://github.com/apache/lucene-solr/pull/1701
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-11611:
Attachment: SOLR-11611.patch
> Starting Solr using solr.cmd fails under Windows, when the path cont
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166050#comment-17166050
]
Ishan Chattopadhyaya commented on SOLR-11611:
-
If confirmed, this looks like
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166051#comment-17166051
]
Ishan Chattopadhyaya commented on SOLR-11611:
-
[~uschindler]would it be possi
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Chattopadhyaya updated SOLR-11611:
Priority: Blocker (was: Major)
> Starting Solr using solr.cmd fails under Windows,
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Chattopadhyaya updated SOLR-11611:
Fix Version/s: (was: 8.1)
(was: master (9.0))
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166055#comment-17166055
]
Houston Putman commented on SOLR-11611:
---
Yeah, this should make it in if we can ver
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166128#comment-17166128
]
Lucene/Solr QA commented on SOLR-11611:
---
| (x) *{color:red}-1 overall{color}* |
\\
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166137#comment-17166137
]
Varun Thacker commented on SOLR-13528:
--
At Slack, we ran into this scenario a few ti
[
https://issues.apache.org/jira/browse/SOLR-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166148#comment-17166148
]
Atri Sharma commented on SOLR-13528:
Hi Varun,
Thanks for your inputs. Here are my r
91 matches
Mail list logo