atris commented on a change in pull request #193:
URL: https://github.com/apache/solr/pull/193#discussion_r673838104
##
File path: solr/solr-ref-guide/src/circuit-breakers.adoc
##
@@ -27,23 +27,16 @@ If circuit breakers are enabled, requests may be rejected
under the condition
[
https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384835#comment-17384835
]
Ishan Chattopadhyaya commented on SOLR-15474:
-
{quote}All circuit breaker con
[
https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384836#comment-17384836
]
Ishan Chattopadhyaya commented on SOLR-15474:
-
{quote}Can we mark these APIs
atris commented on a change in pull request #193:
URL: https://github.com/apache/solr/pull/193#discussion_r673916341
##
File path:
solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java
##
@@ -135,15 +125,61 @@ public static String toErrorMessage(Lis
[
https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384856#comment-17384856
]
Atri Sharma commented on SOLR-15474:
bq. These circuit breakers should be loadable fr
[
https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384856#comment-17384856
]
Atri Sharma edited comment on SOLR-15474 at 7/21/21, 12:15 PM:
[
https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384865#comment-17384865
]
Ishan Chattopadhyaya commented on SOLR-15474:
-
I see, thats awesome. Lets doc
cpoerschke commented on a change in pull request #228:
URL: https://github.com/apache/solr/pull/228#discussion_r674005774
##
File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/LTRRescorer.java
##
@@ -131,31 +146,12 @@ public TopDocs rescore(IndexSearcher searcher, TopDocs
marcosfpr commented on a change in pull request #228:
URL: https://github.com/apache/solr/pull/228#discussion_r674040410
##
File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/LTRRescorer.java
##
@@ -131,31 +146,12 @@ public TopDocs rescore(IndexSearcher searcher, TopDocs
marcosfpr commented on pull request #228:
URL: https://github.com/apache/solr/pull/228#issuecomment-884246916
> Thanks @marcosfpr for the updates! I've just added a draft
`solr/CHANGES.txt` entry, but before merging the pull request here would like
to check about your preferred name for th
HoustonPutman commented on issue #223:
URL: https://github.com/apache/solr-operator/issues/223#issuecomment-884273427
This should be completed by #290 , which will add the ability to change
Zookeeper Config options through the Solr CRD.
(The other half, basic-auth, has already been a
HoustonPutman opened a new issue #294:
URL: https://github.com/apache/solr-operator/issues/294
The security report for the Solr Operator Docker image on it's [ArtifactHub
page](https://artifacthub.io/packages/helm/apache-solr/solr-operator) is not
very good. This is due mostly to the fact
HoustonPutman opened a new pull request #295:
URL: https://github.com/apache/solr-operator/pull/295
Resolves #294
I reached my limit of `docker scan` for this month, but the base image has
no vulnerabilities, so we should be down to 2 given the vulnerabilities listed
for the solr-op
cpoerschke commented on a change in pull request #227:
URL: https://github.com/apache/solr/pull/227#discussion_r674076231
##
File path: solr/core/src/test/org/apache/solr/util/TestObjectReleaseTracker.java
##
@@ -16,46 +16,103 @@
*/
package org.apache.solr.util;
-import or
HoustonPutman commented on pull request #120:
URL: https://github.com/apache/solr/pull/120#issuecomment-884310443
@athrog I went ahead and added the S3 endpoint support I was testing with,
along with a bit of documentation in the README. Happy to make any changes you
would like, or revert
HoustonPutman commented on a change in pull request #120:
URL: https://github.com/apache/solr/pull/120#discussion_r674134226
##
File path:
solr/contrib/s3-repository/src/java/org/apache/solr/s3/S3StorageClient.java
##
@@ -0,0 +1,491 @@
+/*
+ * Licensed to the Apache Software F
cpoerschke merged pull request #228:
URL: https://github.com/apache/solr/pull/228
--
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.
[
https://issues.apache.org/jira/browse/SOLR-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384973#comment-17384973
]
ASF subversion and git services commented on SOLR-15496:
Commit d
HoustonPutman opened a new issue #296:
URL: https://github.com/apache/solr-operator/issues/296
[ArtifactHub](https://artifacthub.io/), provides a wonderful UI and landing
page for our [Helm
Charts](https://artifacthub.io/packages/search?repo=apache-solr&sort=relevance&page=1).
However, we
cpoerschke commented on pull request #189:
URL: https://github.com/apache/solr/pull/189#issuecomment-884325710
converting to draft until #192 and #228 are both merged into `main` and then
into this branch.
--
This is an automated message from the Apache Git Service.
To respond to the mes
madrob commented on a change in pull request #227:
URL: https://github.com/apache/solr/pull/227#discussion_r674165749
##
File path: solr/core/src/test/org/apache/solr/util/TestObjectReleaseTracker.java
##
@@ -16,46 +16,103 @@
*/
package org.apache.solr.util;
-import org.ap
madrob commented on a change in pull request #214:
URL: https://github.com/apache/solr/pull/214#discussion_r674167212
##
File path: solr/benchmark/src/java/org/apache/solr/bench/DocMakerRamGen.java
##
@@ -0,0 +1,246 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
[
https://issues.apache.org/jira/browse/SOLR-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384996#comment-17384996
]
ASF subversion and git services commented on SOLR-15496:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385002#comment-17385002
]
ASF subversion and git services commented on SOLR-15496:
Commit a
[
https://issues.apache.org/jira/browse/SOLR-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christine Poerschke resolved SOLR-15496.
Fix Version/s: 8.10
main (9.0)
Assignee: Christine Poers
HoustonPutman opened a new pull request #297:
URL: https://github.com/apache/solr-operator/pull/297
Resolves #282
I also went ahead and simplified the way that Probe customization is done in
the code. Startup Probes are now tested as well, as apparently they had not
been tested pre
[
https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385032#comment-17385032
]
Mark Robert Miller commented on SOLR-15428:
---
I've pushed an additional query ba
anshumg opened a new pull request #229:
URL: https://github.com/apache/solr/pull/229
https://issues.apache.org/jira/browse/SOLR-15309
# Description
Add missing entires to .gitignore file for IntelliJ IDEA.
# Tests
Manually verified that the IntelliJ files no longe
madrob merged pull request #227:
URL: https://github.com/apache/solr/pull/227
--
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...@s
HoustonPutman commented on issue #294:
URL: https://github.com/apache/solr-operator/issues/294#issuecomment-884387080
The difference between `distroless/base` and `distroless/static` is mainly
for the purpose of [including
`libc`](https://github.com/GoogleContainerTools/distroless/blob/mai
[
https://issues.apache.org/jira/browse/SOLR-15550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385041#comment-17385041
]
ASF subversion and git services commented on SOLR-15550:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-15550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob resolved SOLR-15550.
--
Fix Version/s: main (9.0)
Assignee: Mike Drob
Resolution: Fixed
> Record submitterStack
HoustonPutman closed issue #294:
URL: https://github.com/apache/solr-operator/issues/294
--
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-un
HoustonPutman merged pull request #295:
URL: https://github.com/apache/solr-operator/pull/295
--
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: issu
Mike Drob created SOLR-1:
Summary: Use filterCache.computeIfAbsent in SolrIndexSearcher
Key: SOLR-1
URL: https://issues.apache.org/jira/browse/SOLR-1
Project: Solr
Issue Type: Improve
madrob opened a new pull request #230:
URL: https://github.com/apache/solr/pull/230
https://issues.apache.org/jira/browse/SOLR-1
--
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
[
https://issues.apache.org/jira/browse/SOLR-10817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett resolved SOLR-10817.
--
Fix Version/s: (was: 8.1)
Resolution: Fixed
Fixed as part of SOLR-1
> U
[
https://issues.apache.org/jira/browse/SOLR-14900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett resolved SOLR-14900.
--
Fix Version/s: main (9.0)
Assignee: Cassandra Targett (was: Alexandre Rafalovi
Cassandra Targett created SOLR-15556:
Summary: Ref Guide Redesign Phase 3: Replace Jekyll
Key: SOLR-15556
URL: https://issues.apache.org/jira/browse/SOLR-15556
Project: Solr
Issue Type: I
Cassandra Targett created SOLR-15557:
Summary: Figure out how to handle ref guide page renames/redirects
Key: SOLR-15557
URL: https://issues.apache.org/jira/browse/SOLR-15557
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett resolved SOLR-1.
--
Resolution: Fixed
> Ref Guide Redesign Phase 2: Page Organization Overhaul
> --
[
https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385068#comment-17385068
]
Cassandra Targett commented on SOLR-15556:
--
This is a nice list of SSGs which ha
ctargett opened a new pull request #231:
URL: https://github.com/apache/solr/pull/231
Since we moved Gradle, most of the detail in the
`solr-ref-guide/README.adoc` file is out of date. This has been a persistent
problem with the README - accurate information had always been maintained in
[
https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett reassigned SOLR-15497:
Assignee: Cassandra Targett
> Broken external web links in RefGuide
>
ctargett merged pull request #231:
URL: https://github.com/apache/solr/pull/231
--
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...
anshumg commented on pull request #229:
URL: https://github.com/apache/solr/pull/229#issuecomment-884476498
Opening the project directly through Idea doesn't create these files, but if
someone runs `gradle idea` task, they are left with a bunch of IntelliJ files
that GH lists out.
-
anshumg merged pull request #229:
URL: https://github.com/apache/solr/pull/229
--
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...@
[
https://issues.apache.org/jira/browse/SOLR-15309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385091#comment-17385091
]
ASF subversion and git services commented on SOLR-15309:
Commit e
[
https://issues.apache.org/jira/browse/SOLR-15309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385099#comment-17385099
]
Mike Drob commented on SOLR-15309:
--
>From the PR:
bq. Opening the project directly thro
[
https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385103#comment-17385103
]
Cassandra Targett commented on SOLR-15497:
--
||URL||Page||Note||
|[http://logging
[
https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385103#comment-17385103
]
Cassandra Targett edited comment on SOLR-15497 at 7/21/21, 9:15 PM:
---
[
https://issues.apache.org/jira/browse/SOLR-15309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385108#comment-17385108
]
Anshum Gupta commented on SOLR-15309:
-
Good point [~mdrob].
I've used it every now a
[
https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385107#comment-17385107
]
Cassandra Targett commented on SOLR-15497:
--
The table came out really hard to re
ctargett opened a new pull request #232:
URL: https://github.com/apache/solr/pull/232
https://issues.apache.org/jira/browse/SOLR-15497
Jan ran a link checker on the Ref Guide and found a number of broken links.
This fixes most of them.
(Not sure why these other commits that we
madrob commented on a change in pull request #230:
URL: https://github.com/apache/solr/pull/230#discussion_r674457589
##
File path: solr/core/src/java/org/apache/solr/search/SolrCache.java
##
@@ -106,8 +107,23 @@
* @return existing or newly computed value, null if there was
[
https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240
]
Mark Robert Miller commented on SOLR-15428:
---
Some pointers for anyone intereste
[
https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240
]
Mark Robert Miller edited comment on SOLR-15428 at 7/22/21, 4:06 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240
]
Mark Robert Miller edited comment on SOLR-15428 at 7/22/21, 4:08 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240
]
Mark Robert Miller edited comment on SOLR-15428 at 7/22/21, 4:10 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-15538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385246#comment-17385246
]
Mark Robert Miller commented on SOLR-15538:
---
For this I just kicked off a Jenki
60 matches
Mail list logo