dweiss commented on a change in pull request #1634:
URL: https://github.com/apache/lucene-solr/pull/1634#discussion_r448185712
##
File path: solr/core/build.gradle
##
@@ -138,6 +138,8 @@ dependencies {
testImplementation ('com.sun.jersey:jersey-servlet') { transitive = fal
Daniel created SOLR-14612:
-
Summary: Cannot register custom plugins in instances with hostname
starting with "solr"
Key: SOLR-14612
URL: https://issues.apache.org/jira/browse/SOLR-14612
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-14612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Ortega updated SOLR-14612:
-
Description:
This bug prevents to register custom plugins in instances which name starts
with "s
Andrzej Bialecki created SOLR-14613:
---
Summary: Provide a clean API for pluggable autoscaling
implementations
Key: SOLR-14613
URL: https://issues.apache.org/jira/browse/SOLR-14613
Project: Solr
atris commented on pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#issuecomment-652328056
Thank you @sigram !
@ErickErickson provided his approval offline (thanks Erick!) so I am going
to merge this tomorrow morning 9 am my time (UTC +5.30). If any objections
DEVILCODER-SB99 opened a new pull request #1636:
URL: https://github.com/apache/lucene-solr/pull/1636
# Description
Please provide a short description of the changes you're making with this
pull request.
# Solution
Please provide a short description of the a
atris commented on pull request #1636:
URL: https://github.com/apache/lucene-solr/pull/1636#issuecomment-652347025
I am pretty sure I am missing the point of this PR?
This is an automated message from the Apache Git Service.
[
https://issues.apache.org/jira/browse/SOLR-14539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149385#comment-17149385
]
ASF subversion and git services commented on SOLR-14539:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-14539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149390#comment-17149390
]
ASF subversion and git services commented on SOLR-14539:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-8146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149389#comment-17149389
]
Erick Erickson commented on SOLR-8146:
--
[~tflobbe] Can this JIRA be closed?
> Allowi
[
https://issues.apache.org/jira/browse/SOLR-6205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149391#comment-17149391
]
Erick Erickson commented on SOLR-6205:
--
ping [~noble.paul] Can we close this?
> Make
[
https://issues.apache.org/jira/browse/SOLR-14539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149395#comment-17149395
]
ASF subversion and git services commented on SOLR-14539:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-6205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-6205.
--
Resolution: Invalid
This can be implemented using autoscaling
> Make SolrCloud Data-center, rack or zon
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andras Salamon updated SOLR-14523:
--
Status: Patch Available (was: Open)
> Enhance gradle logging calls validation: eliminate getMe
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andras Salamon updated SOLR-14523:
--
Attachment: SOLR-14523.patch
Status: Open (was: Open)
I added {{logOk}} to suppress th
bruno-roustant commented on a change in pull request #1608:
URL: https://github.com/apache/lucene-solr/pull/1608#discussion_r448470152
##
File path:
lucene/core/src/java/org/apache/lucene/store/EncryptingIndexInput.java
##
@@ -0,0 +1,299 @@
+/*
+ * Licensed to the Apache Softw
bruno-roustant commented on a change in pull request #1608:
URL: https://github.com/apache/lucene-solr/pull/1608#discussion_r448472837
##
File path: lucene/core/src/java/org/apache/lucene/store/EncryptingDirectory.java
##
@@ -0,0 +1,60 @@
+/*
+ * Licensed to the Apache Software
ErickErickson closed pull request #1634:
URL: https://github.com/apache/lucene-solr/pull/1634
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
madrob commented on a change in pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448460273
##
File path:
solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java
##
@@ -0,0 +1,130 @@
+/*
+ * Licensed to the Apache So
atris commented on a change in pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448493962
##
File path: solr/core/src/java/org/apache/solr/core/SolrConfig.java
##
@@ -224,6 +224,11 @@ private SolrConfig(SolrResourceLoader loader, String name,
atris commented on a change in pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448494462
##
File path:
solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreaker.java
##
@@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Fo
atris commented on a change in pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448495565
##
File path:
solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java
##
@@ -0,0 +1,130 @@
+/*
+ * Licensed to the Apache Sof
atris commented on a change in pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448495347
##
File path:
solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java
##
@@ -0,0 +1,130 @@
+/*
+ * Licensed to the Apache Sof
atris commented on a change in pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448496902
##
File path:
solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java
##
@@ -0,0 +1,111 @@
+/*
+ * Licensed to the Apache Soft
sigram opened a new pull request #1637:
URL: https://github.com/apache/lucene-solr/pull/1637
Note: this is for master (9.0) only.
This is an automated message from the Apache Git Service.
To respond to the message, please log
Aroop created SOLR-14614:
Summary: Add Simplified Aggregation Interface to Streaming
Expression
Key: SOLR-14614
URL: https://issues.apache.org/jira/browse/SOLR-14614
Project: Solr
Issue Type: Improv
[
https://issues.apache.org/jira/browse/SOLR-14614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aroop updated SOLR-14614:
-
Description:
For the Data Analytics use cases the standard use case is:
# Find a pattern
# Then Aggregate by ce
[
https://issues.apache.org/jira/browse/SOLR-14614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aroop updated SOLR-14614:
-
Description:
For the Data Analytics use cases the standard use case is:
# Find a pattern
# Then Aggregate by ce
[
https://issues.apache.org/jira/browse/SOLR-14614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aroop updated SOLR-14614:
-
Description:
For the Data Analytics use cases the standard use case is:
# Find a pattern
# Then Aggregate by ce
[
https://issues.apache.org/jira/browse/SOLR-14022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149600#comment-17149600
]
Gus Heck commented on SOLR-14022:
-
Do we want to think about whether it's a good idea to
zhaih commented on a change in pull request #1613:
URL: https://github.com/apache/lucene-solr/pull/1613#discussion_r448525027
##
File path:
lucene/expressions/src/java/org/apache/lucene/expressions/CachingExpressionValueSource.java
##
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the A
zhaih commented on a change in pull request #1613:
URL: https://github.com/apache/lucene-solr/pull/1613#discussion_r448525725
##
File path:
lucene/expressions/src/java/org/apache/lucene/expressions/CachingExpressionValueSource.java
##
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the A
zhaih commented on a change in pull request #1613:
URL: https://github.com/apache/lucene-solr/pull/1613#discussion_r448527770
##
File path:
lucene/expressions/src/test/org/apache/lucene/expressions/TestExpressionValueSource.java
##
@@ -128,6 +128,34 @@ public void testDoubleVa
atris commented on pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#issuecomment-652569167
@madrob Updated. Please see and let me know your thoughts and comments.
This is an automated message from the
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149620#comment-17149620
]
Lucene/Solr QA commented on SOLR-14523:
---
| (/) *{color:green}+1 overall{color}* |
\
[
https://issues.apache.org/jira/browse/LUCENE-8574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149623#comment-17149623
]
Haoyu Zhai commented on LUCENE-8574:
[~mikemccand] Yes it fixes the test case. Befor
madrob commented on a change in pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#discussion_r448550485
##
File path:
solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java
##
@@ -0,0 +1,111 @@
+/*
+ * Licensed to the Apache Sof
madrob commented on pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#issuecomment-652595688
Overall, I'm wondering if there gets to be a hysteresis condition where we
are using enough memory to trigger the circuit breakers but not enough to
trigger GC and the server
dsmiley commented on a change in pull request #1574:
URL: https://github.com/apache/lucene-solr/pull/1574#discussion_r448563603
##
File path:
solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java
##
@@ -510,14 +510,18 @@ public void handleRequestBody(SolrQuer
[
https://issues.apache.org/jira/browse/SOLR-14539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Khludnev updated SOLR-14539:
Assignee: Mikhail Khludnev
Resolution: Fixed
Status: Resolved (was: Patch Ava
[
https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Khludnev updated SOLR-14557:
Attachment: SOLR-14557.patch
Status: Patch Available (was: Patch Available)
> eDis
[
https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149687#comment-17149687
]
Mikhail Khludnev edited comment on SOLR-14557 at 7/1/20, 8:28 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149687#comment-17149687
]
Mikhail Khludnev commented on SOLR-14557:
-
Attached pretty straightforward fix fo
[
https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149687#comment-17149687
]
Mikhail Khludnev edited comment on SOLR-14557 at 7/1/20, 8:29 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149687#comment-17149687
]
Mikhail Khludnev edited comment on SOLR-14557 at 7/1/20, 8:30 PM:
-
mkhludnev closed pull request #1628:
URL: https://github.com/apache/lucene-solr/pull/1628
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
mkhludnev commented on pull request #1628:
URL: https://github.com/apache/lucene-solr/pull/1628#issuecomment-652634407
Merged to 8.6.
This is an automated message from the Apache Git Service.
To respond to the message, please
[
https://issues.apache.org/jira/browse/LUCENE-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149691#comment-17149691
]
Bruno Roustant commented on LUCENE-9379:
I updated the PR. Now it is functional
[
https://issues.apache.org/jira/browse/LUCENE-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149694#comment-17149694
]
Bruno Roustant commented on LUCENE-9379:
Watchers, I need your help.
I need to
janhoy closed pull request #1605:
URL: https://github.com/apache/lucene-solr/pull/1605
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
janhoy commented on pull request #1605:
URL: https://github.com/apache/lucene-solr/pull/1605#issuecomment-652651405
Please stop adding random PRs without any explanation or JIRA links. We do
not understand your intention here, sorry. Closing.
--
janhoy closed pull request #1604:
URL: https://github.com/apache/lucene-solr/pull/1604
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-14614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aroop updated SOLR-14614:
-
Description:
For the Data Analytics use cases the standard use case is:
# Find a pattern
# Then Aggregate by ce
gerlowskija commented on a change in pull request #1574:
URL: https://github.com/apache/lucene-solr/pull/1574#discussion_r448635969
##
File path:
solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java
##
@@ -510,14 +510,18 @@ public void handleRequestBody(Solr
[
https://issues.apache.org/jira/browse/SOLR-14614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aroop updated SOLR-14614:
-
Description:
For the Data Analytics use cases the standard use case is:
# Find a pattern
# Then Aggregate by ce
[
https://issues.apache.org/jira/browse/SOLR-14614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aroop updated SOLR-14614:
-
Description:
For the Data Analytics use cases the standard use case is:
# Find a pattern
# Then Aggregate by ce
gerlowskija commented on a change in pull request #1574:
URL: https://github.com/apache/lucene-solr/pull/1574#discussion_r448635969
##
File path:
solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java
##
@@ -510,14 +510,18 @@ public void handleRequestBody(Solr
gerlowskija commented on a change in pull request #1574:
URL: https://github.com/apache/lucene-solr/pull/1574#discussion_r448635969
##
File path:
solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java
##
@@ -510,14 +510,18 @@ public void handleRequestBody(Solr
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149741#comment-17149741
]
Jakob Furrer commented on SOLR-6152:
A friendly front-end colleague has helped me to d
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-6152:
---
Attachment: prefilling_and_extending_the_multivalue_parameter_fq.png
copy_url_to_clipbo
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-6152:
---
Attachment: SOLR-6152.patch
> Pre-populating values into search parameters on the query page of solr a
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149741#comment-17149741
]
Jakob Furrer edited comment on SOLR-6152 at 7/1/20, 11:34 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149747#comment-17149747
]
ASF subversion and git services commented on SOLR-14592:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-14592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149748#comment-17149748
]
ASF subversion and git services commented on SOLR-14592:
Commit 7
chatman closed pull request #1631:
URL: https://github.com/apache/lucene-solr/pull/1631
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
chatman commented on pull request #1631:
URL: https://github.com/apache/lucene-solr/pull/1631#issuecomment-652701845
Merged. Thanks.
This is an automated message from the Apache Git Service.
To respond to the message, please
chatman opened a new pull request #1638:
URL: https://github.com/apache/lucene-solr/pull/1638
Deprecating DIH. See SOLR-14066 for details. This is based on @janhoy's
previous PR, with minor changes here and there.
This is an
[
https://issues.apache.org/jira/browse/SOLR-14606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved SOLR-14606.
---
Fix Version/s: 8.7
Resolution: Fixed
See SOLR-14592
> Upgrade Netty to 4.1.50
> -
[
https://issues.apache.org/jira/browse/SOLR-14592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved SOLR-14592.
---
Fix Version/s: 8.7
Resolution: Fixed
> Upgrade Zookeeper to 3.6.1
> --
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149751#comment-17149751
]
Ishan Chattopadhyaya commented on SOLR-14066:
-
Added a PR for this: https://g
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Chattopadhyaya updated SOLR-14066:
Summary: Deprecate DIH and migrate to a community supported package (was:
Deprecat
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Chattopadhyaya updated SOLR-14066:
Description: DataImportHandler has outlived its utility. DIH doesn't need
to remain
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149752#comment-17149752
]
Ishan Chattopadhyaya commented on SOLR-14066:
-
bq. I'm a bit sceptical of lea
chatman opened a new pull request #1639:
URL: https://github.com/apache/lucene-solr/pull/1639
See JIRA for more details.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
[
https://issues.apache.org/jira/browse/SOLR-14022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149757#comment-17149757
]
Ishan Chattopadhyaya commented on SOLR-14022:
-
Added a PR for this: https://g
[
https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149761#comment-17149761
]
Lucene/Solr QA commented on SOLR-14557:
---
| (/) *{color:green}+1 overall{color}* |
\
dsmiley commented on a change in pull request #1574:
URL: https://github.com/apache/lucene-solr/pull/1574#discussion_r448699301
##
File path:
solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java
##
@@ -510,14 +510,18 @@ public void handleRequestBody(SolrQuer
dsmiley commented on a change in pull request #1574:
URL: https://github.com/apache/lucene-solr/pull/1574#discussion_r448702273
##
File path:
solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java
##
@@ -500,6 +508,31 @@ public void handleRequestBody(SolrQuery
[
https://issues.apache.org/jira/browse/SOLR-13138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-13138:
Fix Version/s: master (9.0)
Priority: Blocker (was: Major)
Summary: Remove depre
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-14066:
Description: DIH doesn't need to remain inside Solr anymore. Plan is to
deprecate DIH in 8.6, remov
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149773#comment-17149773
]
David Smiley commented on SOLR-14066:
-
I just want to point out that removing depreca
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-14523:
--
Fix Version/s: 8.7
Resolution: Fixed
Status: Resolved (was: Patch Available)
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149777#comment-17149777
]
ASF subversion and git services commented on SOLR-14523:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149776#comment-17149776
]
ASF subversion and git services commented on SOLR-14523:
Commit d
MarcusSorealheis opened a new pull request #1640:
URL: https://github.com/apache/lucene-solr/pull/1640
# Description
Please provide a short description of the changes you're making with this
pull request.
# Solution
Please provide a short description of the
MarcusSorealheis closed pull request #1640:
URL: https://github.com/apache/lucene-solr/pull/1640
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
[
https://issues.apache.org/jira/browse/SOLR-14597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149787#comment-17149787
]
David Smiley commented on SOLR-14597:
-
With the advent of Solr's package management s
atris closed pull request #1636:
URL: https://github.com/apache/lucene-solr/pull/1636
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 t
[
https://issues.apache.org/jira/browse/SOLR-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149908#comment-17149908
]
ASF subversion and git services commented on SOLR-14404:
Commit 3
[
https://issues.apache.org/jira/browse/SOLR-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149918#comment-17149918
]
ASF subversion and git services commented on SOLR-14404:
Commit 0
[
https://issues.apache.org/jira/browse/SOLR-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149919#comment-17149919
]
ASF subversion and git services commented on SOLR-14404:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-14066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149958#comment-17149958
]
Noble Paul commented on SOLR-14066:
---
Looks good.
We should get the third party package
[
https://issues.apache.org/jira/browse/SOLR-14022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149959#comment-17149959
]
Noble Paul commented on SOLR-14022:
---
+1
> Deprecate CDCR from Solr in 8.x
> --
shalinmangar commented on pull request #1574:
URL: https://github.com/apache/lucene-solr/pull/1574#issuecomment-652819925
I think this is a good idea in general. All I would request is for users to
be able to provide their own request-id which should disable the
auto-generation of request
atris commented on pull request #1626:
URL: https://github.com/apache/lucene-solr/pull/1626#issuecomment-652821771
Thank you @anshumg ! You were indeed the final piece of the puzzle here :)
I am waiting for precommit to succeed and will merge. Thank you everybody
for the review and i
95 matches
Mail list logo