[
https://issues.apache.org/jira/browse/SOLR-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608536#comment-17608536
]
ASF subversion and git services commented on SOLR-15342:
Commit 3
anshumg merged PR #43:
URL: https://github.com/apache/solr-sandbox/pull/43
--
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.apach
[
https://issues.apache.org/jira/browse/SOLR-16414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608461#comment-17608461
]
ASF subversion and git services commented on SOLR-16414:
Commit 5
epugh commented on PR #1039:
URL: https://github.com/apache/solr/pull/1039#issuecomment-1255680211
I've looked at about half the changes... It all *seems* good... I'm going
to try and run the tests before I head to bed on this branch...
--
This is an automated message from the Apache G
epugh commented on code in PR #1039:
URL: https://github.com/apache/solr/pull/1039#discussion_r978178058
##
solr/core/src/java/org/apache/solr/packagemanager/RepositoryManager.java:
##
@@ -71,15 +71,16 @@ public RepositoryManager(HttpSolrClient solrClient,
PackageManager packag
risdenk commented on code in PR #1039:
URL: https://github.com/apache/solr/pull/1039#discussion_r978171652
##
gradle/validation/error-prone.gradle:
##
@@ -74,17 +74,14 @@ allprojects { prj ->
'-Xep:StaticAssignmentInConstructor:OFF', // we assign
SolrTestCaseJ4.con
endzyme commented on issue #475:
URL: https://github.com/apache/solr-operator/issues/475#issuecomment-1255651376
Thanks @joshsouza!!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
joshsouza commented on issue #475:
URL: https://github.com/apache/solr-operator/issues/475#issuecomment-1255636822
I have confirmed this by adding the following to the helm values (which
propagate to the SolrCloud CRD):
```
podOptions:
initContainers:
- name: "add-sts"
dsmiley commented on code in PR #1004:
URL: https://github.com/apache/solr/pull/1004#discussion_r978131765
##
solr/CHANGES.txt:
##
@@ -89,6 +89,8 @@ Improvements
* SOLR-16361: mod() is now accurate for all integers, floats, doubles and
longs upto 2^52 (Dan Rosher via Eric Pu
epugh commented on code in PR #1039:
URL: https://github.com/apache/solr/pull/1039#discussion_r978126733
##
gradle/validation/error-prone.gradle:
##
@@ -74,17 +74,14 @@ allprojects { prj ->
'-Xep:StaticAssignmentInConstructor:OFF', // we assign
SolrTestCaseJ4.confi
epugh commented on code in PR #1039:
URL: https://github.com/apache/solr/pull/1039#discussion_r978126229
##
solr/benchmark/src/java/org/apache/solr/bench/generators/Lists.java:
##
@@ -32,17 +31,13 @@ public final class Lists {
private Lists() {}
static Gen> listsOf(Gen
joshsouza commented on issue #475:
URL: https://github.com/apache/solr-operator/issues/475#issuecomment-1255599619
As far as I can tell, the `sts` module isn't included in the `s3-repository`
contrib module:
https://repo1.maven.org/maven2/org/apache/solr/solr-s3-repository/8.11.2/solr-s3
dsmiley commented on code in PR #1027:
URL: https://github.com/apache/solr/pull/1027#discussion_r978101253
##
solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:
##
@@ -189,6 +205,7 @@ public void execute(CoreAdminHandler.CallInfo it) throws
Exception {
parent
janhoy commented on code in PR #1038:
URL: https://github.com/apache/solr/pull/1038#discussion_r978096690
##
dev-docs/FAQ.adoc:
##
@@ -51,3 +51,36 @@ Run `gradle dev`, and then `cd ./packaging/build/dev/`.
Fire up your cluster
via `bin/solr start -e cloud -noprompt` and then
sonatype-lift[bot] commented on code in PR #1040:
URL: https://github.com/apache/solr/pull/1040#discussion_r978094487
##
solr/core/src/java/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.java:
##
@@ -41,14 +46,21 @@
*/
public class IgnoreLargeDocumentPro
dsmiley commented on PR #977:
URL: https://github.com/apache/solr/pull/977#issuecomment-1255546072
Awesome docs Nazerke!
--
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
dsmiley merged PR #977:
URL: https://github.com/apache/solr/pull/977
--
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-16428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608409#comment-17608409
]
Jason Gerlowski commented on SOLR-16428:
I've opened up a new PR for this
[here|
gerlowskija opened a new pull request, #1040:
URL: https://github.com/apache/solr/pull/1040
# Description
IgnoreLargeDocumentProcessorFactory only has a single way to handle
documents that exceed its configurable size limit. The first violation throws a
SolrException: in effect, shor
Jason Gerlowski created SOLR-16428:
--
Summary: IgnoreLargeDocumentsProcessorFactory should have a
"permissive" mode
Key: SOLR-16428
URL: https://issues.apache.org/jira/browse/SOLR-16428
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608397#comment-17608397
]
ASF subversion and git services commented on SOLR-16427:
Commit 8
risdenk merged PR #1037:
URL: https://github.com/apache/solr/pull/1037
--
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
risdenk opened a new pull request, #1039:
URL: https://github.com/apache/solr/pull/1039
https://issues.apache.org/jira/browse/SOLR-16427
Builds on https://github.com/apache/solr/pull/1037
Enables the following errorprone rules:
*
Most of the fixes are straight forward
HoustonPutman commented on code in PR #1004:
URL: https://github.com/apache/solr/pull/1004#discussion_r978011734
##
solr/prometheus-exporter/build.gradle:
##
@@ -22,6 +22,7 @@ description = 'Prometheus exporter for exposing metrics from
Solr using Metrics
dependencies {
i
HoustonPutman commented on code in PR #1004:
URL: https://github.com/apache/solr/pull/1004#discussion_r978011019
##
solr/prometheus-exporter/build.gradle:
##
@@ -22,6 +22,7 @@ description = 'Prometheus exporter for exposing metrics from
Solr using Metrics
dependencies {
i
risdenk commented on code in PR #1004:
URL: https://github.com/apache/solr/pull/1004#discussion_r978003746
##
solr/prometheus-exporter/build.gradle:
##
@@ -22,6 +22,7 @@ description = 'Prometheus exporter for exposing metrics from
Solr using Metrics
dependencies {
impleme
HoustonPutman commented on PR #1004:
URL: https://github.com/apache/solr/pull/1004#issuecomment-1255434177
@dsmiley Only prometheus exporter code is touched now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
[
https://issues.apache.org/jira/browse/SOLR-16426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman resolved SOLR-16426.
---
Resolution: Fixed
> LBHttp2SolrClient does not pass various component changes to child client
[
https://issues.apache.org/jira/browse/SOLR-16416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608380#comment-17608380
]
ASF subversion and git services commented on SOLR-16416:
Commit f
[
https://issues.apache.org/jira/browse/SOLR-16426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608378#comment-17608378
]
ASF subversion and git services commented on SOLR-16426:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-16426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608376#comment-17608376
]
ASF subversion and git services commented on SOLR-16426:
Commit f
HoustonPutman merged PR #1036:
URL: https://github.com/apache/solr/pull/1036
--
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.apa
[
https://issues.apache.org/jira/browse/SOLR-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Drew Foulks updated SOLR-11865:
---
Reporter: Bruno Roustant (was: Bruno Roustant)
> Refactor QueryElevationComponent to prepare query s
[
https://issues.apache.org/jira/browse/SOLR-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Drew Foulks updated SOLR-11866:
---
Reporter: Bruno Roustant (was: Bruno Roustant)
> Support efficient subset matching in query elevatio
risdenk commented on code in PR #1038:
URL: https://github.com/apache/solr/pull/1038#discussion_r977924695
##
dev-docs/FAQ.adoc:
##
@@ -51,3 +51,36 @@ Run `gradle dev`, and then `cd ./packaging/build/dev/`.
Fire up your cluster
via `bin/solr start -e cloud -noprompt` and then
epugh opened a new pull request, #1038:
URL: https://github.com/apache/solr/pull/1038
https://issues.apache.org/jira/browse/SOLR-X
# Description
there has been some great work around code quality recently, and I realized
that I don't really know what all the tools are that
[
https://issues.apache.org/jira/browse/SOLR-16414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608359#comment-17608359
]
Chris M. Hostetter commented on SOLR-16414:
---
It looks like the NPE fix was only
[
https://issues.apache.org/jira/browse/SOLR-16414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter reopened SOLR-16414:
---
Assignee: Noble Paul
> Race condition in PRS state updates
> --
[
https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608293#comment-17608293
]
Kevin Risden commented on SOLR-16427:
-
A start PR - https://github.com/apache/solr/pu
[
https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16427:
Status: Patch Available (was: Open)
> Evaluate and fix errorprone rules
>
Kevin Risden created SOLR-16427:
---
Summary: Evaluate and fix errorprone rules
Key: SOLR-16427
URL: https://issues.apache.org/jira/browse/SOLR-16427
Project: Solr
Issue Type: Task
Security
sudheerjamjam opened a new issue, #478:
URL: https://github.com/apache/solr-operator/issues/478
We have solr master-slave configuration and we were seeing No Space Left on
device errors for Master Node which on kubernetes and when dig into the pod we
have seen lot of space available for
[
https://issues.apache.org/jira/browse/SOLR-13968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Drew Foulks reassigned SOLR-13968:
--
Assignee: Bruno Roustant (was: Bruno Roustant)
> Support postingsFormat and docValuesFormat i
[
https://issues.apache.org/jira/browse/SOLR-13968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Drew Foulks updated SOLR-13968:
---
Reporter: Bruno Roustant (was: Bruno Roustant)
> Support postingsFormat and docValuesFormat in schem
[
https://issues.apache.org/jira/browse/SOLR-16364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608287#comment-17608287
]
Kevin Risden commented on SOLR-16364:
-
ecj can also help out here. ecj is already che
risdenk commented on code in PR #1037:
URL: https://github.com/apache/solr/pull/1037#discussion_r977694512
##
solr/core/src/test/org/apache/solr/update/processor/ParsingFieldUpdateProcessorsTest.java:
##
@@ -819,7 +819,7 @@ public void testFailedParseMixedBoolean() throws Except
risdenk commented on code in PR #1037:
URL: https://github.com/apache/solr/pull/1037#discussion_r977693703
##
solr/core/src/test/org/apache/solr/cloud/TestStressInPlaceUpdates.java:
##
@@ -485,7 +485,7 @@ public void run() {
} else {
fail(
risdenk commented on code in PR #1037:
URL: https://github.com/apache/solr/pull/1037#discussion_r977692979
##
solr/core/src/test/org/apache/solr/update/processor/FieldMutatingUpdateProcessorTest.java:
##
@@ -104,14 +104,14 @@ public void testUniqValues() throws Exception {
[
https://issues.apache.org/jira/browse/SOLR-15730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608255#comment-17608255
]
ASF subversion and git services commented on SOLR-15730:
Commit c
dsmiley merged PR #1021:
URL: https://github.com/apache/solr/pull/1021
--
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-16364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608239#comment-17608239
]
Eric Pugh commented on SOLR-16364:
--
[~krisden] seeing the work you did on https://github
epugh commented on PR #1037:
URL: https://github.com/apache/solr/pull/1037#issuecomment-1254931190
I'm hoping to rerun the warnings report from IntelliJ with a before and
after this PR, as I suspect these fixes will directly impact those warnings!
I love how you are enabling errorprone f
epugh commented on code in PR #1037:
URL: https://github.com/apache/solr/pull/1037#discussion_r977566523
##
solr/core/src/test/org/apache/solr/update/processor/ParsingFieldUpdateProcessorsTest.java:
##
@@ -819,7 +819,7 @@ public void testFailedParseMixedBoolean() throws Exceptio
epugh commented on code in PR #1037:
URL: https://github.com/apache/solr/pull/1037#discussion_r977499035
##
solr/core/src/test/org/apache/solr/update/processor/FieldMutatingUpdateProcessorTest.java:
##
@@ -104,14 +104,14 @@ public void testUniqValues() throws Exception {
epugh commented on code in PR #1037:
URL: https://github.com/apache/solr/pull/1037#discussion_r977492822
##
solr/core/src/test/org/apache/solr/cloud/TestStressInPlaceUpdates.java:
##
@@ -485,7 +485,7 @@ public void run() {
} else {
fail(
55 matches
Mail list logo