[GitHub] [solr] noblepaul commented on pull request #1318: SOLR-16636: ZkStateReader.waitForState should not register a watch if state already matches predicate

2023-02-06 Thread via GitHub
noblepaul commented on PR #1318: URL: https://github.com/apache/solr/pull/1318#issuecomment-1420186434 > I wonder this optimization should go into [get()](https://github.com/apache/solr/blob/e7e487e1694231b6e586276742e598de06acd9bf/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/Z

[GitHub] [solr] hiteshk25 commented on pull request #1318: SOLR-16636: ZkStateReader.waitForState should not register a watch if state already matches predicate

2023-02-06 Thread via GitHub
hiteshk25 commented on PR #1318: URL: https://github.com/apache/solr/pull/1318#issuecomment-1419774008 I wonder this optimization should go into [get()](https://github.com/apache/solr/blob/e7e487e1694231b6e586276742e598de06acd9bf/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkS

[jira] [Commented] (SOLR-16623) SolrClientTestRule for JettySolrRunner

2023-02-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684931#comment-17684931 ] David Smiley commented on SOLR-16623: - More comments: * Scope to SolrJettyTestBase w

[jira] [Commented] (SOLR-16595) Standardize Builder handling of times

2023-02-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684920#comment-17684920 ] Eric Pugh commented on SOLR-16595: -- I've just opened a PR with an example of changing on

[GitHub] [solr] epugh opened a new pull request, #1338: SOLR-16595: Standardize Solr Client Builders handling of times

2023-02-06 Thread via GitHub
epugh opened a new pull request, #1338: URL: https://github.com/apache/solr/pull/1338 This change is going to touch a lot of places ;-) https://issues.apache.org/jira/browse/SOLR-16595 # Description Introduce the `TimeUnit unit` parameter to our Builder, and then internally

[jira] [Commented] (SOLR-5707) Lucene Expressions in Solr

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684917#comment-17684917 ] Kevin Risden commented on SOLR-5707: >From https://github.com/risdenk/lucene-jmh I add

[GitHub] [solr] hiteshk25 commented on a diff in pull request #1242: SOLR-16580: Avoid making copies of DocCollection for PRS updates

2023-02-06 Thread via GitHub
hiteshk25 commented on code in PR #1242: URL: https://github.com/apache/solr/pull/1242#discussion_r1097855642 ## solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java: ## @@ -488,4 +494,27 @@ public interface CollectionStateProps { String SHARDS = "shards";

[jira] [Assigned] (SOLR-16595) Standardize Builder handling of times

2023-02-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-16595: Assignee: Eric Pugh > Standardize Builder handling of times >

[jira] [Resolved] (SOLR-16590) Standardize Builder method names

2023-02-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16590. -- Fix Version/s: main (10.0) 9.2 Resolution: Fixed > Standardize Builder method

[jira] [Commented] (SOLR-16590) Standardize Builder method names

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684913#comment-17684913 ] ASF subversion and git services commented on SOLR-16590: Commit d

[jira] [Commented] (SOLR-16590) Standardize Builder method names

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684912#comment-17684912 ] ASF subversion and git services commented on SOLR-16590: Commit e

[GitHub] [solr] epugh merged pull request #1334: SOLR-16590: Standardize Builder method names in solr clients

2023-02-06 Thread via GitHub
epugh merged PR #1334: URL: https://github.com/apache/solr/pull/1334 -- 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

[jira] [Created] (SOLR-16648) NullPointerException when using facets in More Like This Query

2023-02-06 Thread Grace Sainsbury (Jira)
Grace Sainsbury created SOLR-16648: -- Summary: NullPointerException when using facets in More Like This Query Key: SOLR-16648 URL: https://issues.apache.org/jira/browse/SOLR-16648 Project: Solr

[GitHub] [solr] andywebb1975 commented on pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

2023-02-06 Thread via GitHub
andywebb1975 commented on PR #1324: URL: https://github.com/apache/solr/pull/1324#issuecomment-1419588565 I've updated this to use an `enum` following one of the examples above - how does it look now? (I've seen `gradlew check` work locally but Crave.io seems to be having issues :-(

[jira] [Commented] (SOLR-788) MoreLikeThis should support distributed search

2023-02-06 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684861#comment-17684861 ] Mikhail Khludnev commented on SOLR-788: --- I see, Alessandro. Take your time! > MoreLi

[GitHub] [solr] epugh commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
epugh commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097766488 ## solr/solrj/src/test/org/apache/solr/client/solrj/request/SolrPingTest.java: ## @@ -31,18 +30,18 @@ public class SolrPingTest extends EmbeddedSolrServerTestBase { @B

[GitHub] [solr] epugh commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
epugh commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097765893 ## solr/solrj/src/test/org/apache/solr/client/solrj/request/SolrPingTest.java: ## @@ -31,18 +30,18 @@ public class SolrPingTest extends EmbeddedSolrServerTestBase { @B

[GitHub] [solr] epugh commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
epugh commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097765116 ## solr/solrj/src/test/org/apache/solr/client/solrj/LargeVolumeTestBase.java: ## @@ -41,7 +41,7 @@ public abstract class LargeVolumeTestBase extends EmbeddedSolrServerTestB

[GitHub] [solr] epugh commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
epugh commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097764373 ## solr/solrj/src/test/org/apache/solr/client/solrj/GetByIdTest.java: ## @@ -30,7 +35,9 @@ public class GetByIdTest extends EmbeddedSolrServerTestBase { @BeforeClass

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097759108 ## solr/solrj/src/test/org/apache/solr/client/solrj/response/TestSpellCheckResponse.java: ## @@ -34,17 +38,26 @@ * @since solr 1.3 */ public class TestSpellCheckRespo

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097758339 ## solr/solrj/src/test/org/apache/solr/client/solrj/request/SolrPingTest.java: ## @@ -31,18 +30,18 @@ public class SolrPingTest extends EmbeddedSolrServerTestBase {

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097739481 ## solr/solrj/src/test/org/apache/solr/client/solrj/request/SolrPingTest.java: ## @@ -31,18 +30,18 @@ public class SolrPingTest extends EmbeddedSolrServerTestBase {

[jira] [Commented] (SOLR-16646) Create a new function query operator isnan to verify if value is NaN

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684837#comment-17684837 ] ASF subversion and git services commented on SOLR-16646: Commit 4

[jira] [Updated] (SOLR-16646) Create a new function query operator isnan to verify if value is NaN

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16646: Fix Version/s: 9.2 Resolution: Fixed Status: Resolved (was: Patch Available) Tha

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097734387 ## solr/solrj/src/test/org/apache/solr/client/solrj/embedded/LargeVolumeJettyTest.java: ## @@ -16,12 +16,17 @@ */ package org.apache.solr.client.solrj.embedded; +impo

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097733584 ## solr/solrj/src/test/org/apache/solr/client/solrj/LargeVolumeTestBase.java: ## @@ -41,7 +41,7 @@ public abstract class LargeVolumeTestBase extends EmbeddedSolrServerTes

[jira] [Updated] (SOLR-16646) Create a new function query operator isnan to verify if value is NaN

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16646: Summary: Create a new function query operator isnan to verify if value is NaN (was: Create a new f

[jira] [Updated] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16646: Status: Patch Available (was: Open) > Create a new function query operator to verify if value is N

[jira] [Assigned] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16646: --- Assignee: Kevin Risden > Create a new function query operator to verify if value is NaN (isn

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097731269 ## solr/solrj/src/test/org/apache/solr/client/solrj/GetByIdTest.java: ## @@ -30,7 +35,9 @@ public class GetByIdTest extends EmbeddedSolrServerTestBase { @BeforeClass

[jira] [Commented] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684834#comment-17684834 ] ASF subversion and git services commented on SOLR-16646: Commit 0

[jira] [Updated] (SOLR-16646) Create a new function query operator to verify if value is NaN (isnan)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16646: Fix Version/s: main (10.0) > Create a new function query operator to verify if value is NaN (isnan)

[GitHub] [solr] risdenk commented on pull request #1331: SOLR-16646: New function query operator isnan to verify if value is NaN

2023-02-06 Thread via GitHub
risdenk commented on PR #1331: URL: https://github.com/apache/solr/pull/1331#issuecomment-1419504090 Thanks @gabrielmagno -- 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. T

[GitHub] [solr] risdenk merged pull request #1331: SOLR-16646: New function query operator isnan to verify if value is NaN

2023-02-06 Thread via GitHub
risdenk merged PR #1331: URL: https://github.com/apache/solr/pull/1331 -- 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

[jira] [Commented] (SOLR-788) MoreLikeThis should support distributed search

2023-02-06 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684830#comment-17684830 ] Alessandro Benedetti commented on SOLR-788: --- Apologies again, a month has passed

[GitHub] [solr-operator] dependabot[bot] opened a new pull request, #521: Bump github.com/containerd/containerd from 1.6.6 to 1.6.12

2023-02-06 Thread via GitHub
dependabot[bot] opened a new pull request, #521: URL: https://github.com/apache/solr-operator/pull/521 Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.6 to 1.6.12. Release notes Sourced from https://github.com/containerd/containerd/relea

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097692849 ## solr/core/src/java/org/apache/solr/update/UpdateShardHandlerConfig.java: ## @@ -32,6 +32,15 @@ public class UpdateShardHandlerConfig { DEFAULT_METRICNAMESTRA

[GitHub] [solr-operator] HoustonPutman closed issue #134: Introduce comprehensive integration tests

2023-02-06 Thread via GitHub
HoustonPutman closed issue #134: Introduce comprehensive integration tests URL: https://github.com/apache/solr-operator/issues/134 -- 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

[GitHub] [solr-operator] HoustonPutman merged pull request #507: Start e2e/integration testing functionality.

2023-02-06 Thread via GitHub
HoustonPutman merged PR #507: URL: https://github.com/apache/solr-operator/pull/507 -- 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

[GitHub] [solr] dsmiley commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
dsmiley commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097686717 ## solr/solrj/src/test/org/apache/solr/client/solrj/embedded/LargeVolumeJettyTest.java: ## @@ -16,12 +16,17 @@ */ package org.apache.solr.client.solrj.embedded; +impo

[GitHub] [solr] risdenk commented on pull request #1319: Gradle optimizations

2023-02-06 Thread via GitHub
risdenk commented on PR #1319: URL: https://github.com/apache/solr/pull/1319#issuecomment-1419442129 Thanks @tylerbertrand. if needed, I'm happy to help port to Lucene. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [solr] risdenk merged pull request #1319: Gradle optimizations

2023-02-06 Thread via GitHub
risdenk merged PR #1319: URL: https://github.com/apache/solr/pull/1319 -- 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

[GitHub] [solr] tylerbertrand commented on pull request #1319: Gradle optimizations

2023-02-06 Thread via GitHub
tylerbertrand commented on PR #1319: URL: https://github.com/apache/solr/pull/1319#issuecomment-1419430398 > LGTM > > Could you please port over the changes to APache Lucene? It should mostly merge across checkout (you can relatively easy cherry-pick the commit from the solr repo int

[GitHub] [solr] erichaagdev commented on pull request #1319: Gradle optimizations

2023-02-06 Thread via GitHub
erichaagdev commented on PR #1319: URL: https://github.com/apache/solr/pull/1319#issuecomment-1419428027 > If it's alright with you I think it can be merged as-is, and I'll apply those changes in a later PR. I'm fine with this. It was only a suggestion. 👍 -- This is an automated m

[jira] [Resolved] (SOLR-16629) Replace SolrSingleThreaded and SolrThreadSafe annotations with JCIP

2023-02-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-16629. - Fix Version/s: 9.2 Resolution: Fixed > Replace SolrSingleThreaded and SolrThreadSafe annot

[GitHub] [solr] tylerbertrand commented on pull request #1319: Gradle optimizations

2023-02-06 Thread via GitHub
tylerbertrand commented on PR #1319: URL: https://github.com/apache/solr/pull/1319#issuecomment-1419423953 > @tylerbertrand I see a few potentially outstanding comments on this from @erichaagdev - do you plan to address those? If not happy to merge as is. If it's alright with you I th

[jira] [Updated] (SOLR-16639) solr-exporter metrics node_thread_pool_completed_total occurs jq parse error

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16639: Status: Patch Available (was: Open) > solr-exporter metrics node_thread_pool_completed_total occur

[GitHub] [solr] uschindler commented on pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-06 Thread via GitHub
uschindler commented on PR #1320: URL: https://github.com/apache/solr/pull/1320#issuecomment-1419329442 Thanks, I created https://github.com/apache/lucene/pull/12131 for Apache Lucene (cherrypicking was easy). Please have a look. -- This is an automated message from the Apache Git Service

[GitHub] [solr] risdenk commented on pull request #1203: introduce org.cyclonedx.bom gradle plugin

2023-02-06 Thread via GitHub
risdenk commented on PR #1203: URL: https://github.com/apache/solr/pull/1203#issuecomment-1419320590 @raboof I pushed a change to your PR branch that moves the logic to `gradle/validation/cyclonedx-bom.gradle` to match other build plugins. As far as I can tell this is a decent first step.

[jira] [Commented] (SOLR-16531) Performance degradation due to introduction of JAX-RS

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684781#comment-17684781 ] ASF subversion and git services commented on SOLR-16531: Commit 3

[GitHub] [solr] mkhludnev commented on a diff in pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

2023-02-06 Thread via GitHub
mkhludnev commented on code in PR #1324: URL: https://github.com/apache/solr/pull/1324#discussion_r1097437061 ## solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java: ## @@ -72,25 +74,33 @@ public Query parse() throws SyntaxError { double reRankWeight = lo

[jira] [Commented] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684776#comment-17684776 ] Jason Gerlowski commented on SOLR-16608: Also - I see this is backported - should

[jira] [Updated] (SOLR-16647) Circuit breaker examples are wrong and don't match documentation

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16647: Fix Version/s: 9.2 > Circuit breaker examples are wrong and don't match documentation > ---

[jira] [Commented] (SOLR-16647) Circuit breaker examples are wrong and don't match documentation

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684771#comment-17684771 ] ASF subversion and git services commented on SOLR-16647: Commit 8

[jira] [Commented] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684772#comment-17684772 ] Jason Gerlowski commented on SOLR-16608: Any sense for what sort of performance i

[jira] [Updated] (SOLR-16647) Circuit breaker examples are wrong and don't match documentation

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16647: Resolution: Fixed Status: Resolved (was: Patch Available) > Circuit breaker examples are w

[jira] [Updated] (SOLR-16647) Circuit breaker examples are wrong and don't match documentation

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16647: Fix Version/s: main (10.0) > Circuit breaker examples are wrong and don't match documentation > ---

[GitHub] [solr] risdenk merged pull request #1333: SOLR-16647: Fix circuit breaker examples in solrconfig.xml

2023-02-06 Thread via GitHub
risdenk merged PR #1333: URL: https://github.com/apache/solr/pull/1333 -- 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

[jira] [Commented] (SOLR-16647) Circuit breaker examples are wrong and don't match documentation

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684766#comment-17684766 ] ASF subversion and git services commented on SOLR-16647: Commit 2

[GitHub] [solr] epugh commented on a diff in pull request #1334: SOLR-16590: Standardize Builder method names in solr clients

2023-02-06 Thread via GitHub
epugh commented on code in PR #1334: URL: https://github.com/apache/solr/pull/1334#discussion_r1097552427 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java: ## @@ -1096,38 +1096,89 @@ public Builder withTheseParamNamesInTheUrl(Set urlParamNames) {

[GitHub] [solr] epugh commented on pull request #1337: Solve FIXME in tutorial-five-minutes

2023-02-06 Thread via GitHub
epugh commented on PR #1337: URL: https://github.com/apache/solr/pull/1337#issuecomment-1419282361 thanks @cesnietor for the fix!If you are interested in doing more in the tutorials, one thing would be to look at how they are organized in the ref guide and update them a bit. For examp

[GitHub] [solr] epugh merged pull request #1337: Solve FIXME in tutorial-five-minutes

2023-02-06 Thread via GitHub
epugh merged PR #1337: URL: https://github.com/apache/solr/pull/1337 -- 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

[jira] [Resolved] (SOLR-16631) solr.shardsWhitelist solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16631. -- Fix Version/s: main (10.0) 9.2 Assignee: Eric Pugh Resolution: Fixed

[jira] [Assigned] (SOLR-16647) Circuit breaker examples are wrong and don't match documentation

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16647: --- Assignee: Kevin Risden > Circuit breaker examples are wrong and don't match documentation >

[jira] [Updated] (SOLR-16647) Circuit breaker examples are wrong and don't match documentation

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16647: Status: Patch Available (was: Open) > Circuit breaker examples are wrong and don't match documenta

[GitHub] [solr] risdenk commented on pull request #1319: Gradle optimizations

2023-02-06 Thread via GitHub
risdenk commented on PR #1319: URL: https://github.com/apache/solr/pull/1319#issuecomment-1419267953 @tylerbertrand I see a few potentially outstanding comments on this from @erichaagdev - do you plan to address those? If not happy to merge as is. -- This is an automated message from the

[jira] [Updated] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16641: Resolution: Fixed Status: Resolved (was: Patch Available) Thanks [~cjcowie] > Circular ta

[jira] [Commented] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684753#comment-17684753 ] ASF subversion and git services commented on SOLR-16641: Commit 8

[jira] [Updated] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16641: Fix Version/s: 9.2 > Circular task dependency in localSettings (Generate gradle.properties from >

[jira] [Commented] (SOLR-16531) Performance degradation due to introduction of JAX-RS

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684752#comment-17684752 ] ASF subversion and git services commented on SOLR-16531: Commit e

[GitHub] [solr] gerlowskija merged pull request #1335: SOLR-16531: Disable unused Jersey features

2023-02-06 Thread via GitHub
gerlowskija merged PR #1335: URL: https://github.com/apache/solr/pull/1335 -- 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

[jira] [Commented] (SOLR-16631) solr.shardsWhitelist solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684751#comment-17684751 ] ASF subversion and git services commented on SOLR-16631: Commit 0

[GitHub] [solr] risdenk commented on pull request #1302: SOLR-16628: Ensure that InputStreams are closed after Xml parsing

2023-02-06 Thread via GitHub
risdenk commented on PR #1302: URL: https://github.com/apache/solr/pull/1302#issuecomment-1419258816 @magibney #1313 was merged so this should be good to go resolving any conflicts :D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (SOLR-16631) solr.shardsWhitelist solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684750#comment-17684750 ] ASF subversion and git services commented on SOLR-16631: Commit 7

[GitHub] [solr] epugh merged pull request #1325: SOLR-16631: solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-06 Thread via GitHub
epugh merged PR #1325: URL: https://github.com/apache/solr/pull/1325 -- 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

[GitHub] [solr] risdenk commented on pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-06 Thread via GitHub
risdenk commented on PR #1320: URL: https://github.com/apache/solr/pull/1320#issuecomment-1419253143 Thanks @colvinco! -- 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 un

[GitHub] [solr] cpoerschke commented on a diff in pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

2023-02-06 Thread via GitHub
cpoerschke commented on code in PR #1324: URL: https://github.com/apache/solr/pull/1324#discussion_r1097524675 ## solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java: ## @@ -72,25 +74,33 @@ public Query parse() throws SyntaxError { double reRankWeight = l

[jira] [Updated] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16641: Fix Version/s: main (10.0) > Circular task dependency in localSettings (Generate gradle.properties

[jira] [Commented] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684746#comment-17684746 ] ASF subversion and git services commented on SOLR-16641: Commit 5

[GitHub] [solr] risdenk merged pull request #1320: SOLR-16641 - Generate gradle.properties from gradlew

2023-02-06 Thread via GitHub
risdenk merged PR #1320: URL: https://github.com/apache/solr/pull/1320 -- 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

[jira] [Commented] (SOLR-16634) "gradlew check" fails with OOM on fresh clone

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684744#comment-17684744 ] Kevin Risden commented on SOLR-16634: - SOLR-16641 is going to fix this > "gradlew ch

[jira] [Updated] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16641: Status: Patch Available (was: Open) > Circular task dependency in localSettings (Generate gradle.p

[jira] [Assigned] (SOLR-16641) Circular task dependency in localSettings (Generate gradle.properties from gradlew)

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16641: --- Assignee: Kevin Risden > Circular task dependency in localSettings (Generate gradle.properti

[jira] [Updated] (SOLR-15955) Update Jetty dependency to 10

2023-02-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15955: Resolution: Fixed Status: Resolved (was: Patch Available) > Update Jetty dependency to 10

[jira] [Commented] (SOLR-15955) Update Jetty dependency to 10

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684740#comment-17684740 ] ASF subversion and git services commented on SOLR-15955: Commit d

[jira] [Commented] (SOLR-15955) Update Jetty dependency to 10

2023-02-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684738#comment-17684738 ] ASF subversion and git services commented on SOLR-15955: Commit 3

[GitHub] [solr] risdenk merged pull request #1330: SOLR-15955: Jetty 10.x upgrade notes

2023-02-06 Thread via GitHub
risdenk merged PR #1330: URL: https://github.com/apache/solr/pull/1330 -- 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

[GitHub] [solr] risdenk commented on a diff in pull request #1330: SOLR-15955: Jetty 10.x upgrade notes

2023-02-06 Thread via GitHub
risdenk commented on code in PR #1330: URL: https://github.com/apache/solr/pull/1330#discussion_r1097506015 ## solr/CHANGES.txt: ## @@ -51,6 +51,8 @@ New Features * SOLR-16596: Learning To Rank - Added support for null feature values in multiple additive trees models (Anna R

[GitHub] [solr] gerlowskija commented on pull request #1335: SOLR-16531: Disable unused Jersey features

2023-02-06 Thread via GitHub
gerlowskija commented on PR #1335: URL: https://github.com/apache/solr/pull/1335#issuecomment-1419169682 Alright, thanks for the reviews guys. Aiming to merge this later today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [solr] epugh commented on pull request #1325: SOLR-16631: solr.allowUrls - hostnames should be treated in case insensitive way

2023-02-06 Thread via GitHub
epugh commented on PR #1325: URL: https://github.com/apache/solr/pull/1325#issuecomment-1419039510 @Paul-Blanchaert can you either give me ability to commit (Push?) changes to the PR, or modify the change log to add a ` via Eric Pugh` and then I'll merge! Thanks for the contirbution! --

[GitHub] [solr] joshgog commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
joshgog commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097325228 ## solr/solrj/src/test/org/apache/solr/client/solrj/embedded/AbstractEmbeddedSolrServerTestCase.java: ## @@ -104,4 +110,8 @@ protected SolrClient getSolrCore1() { prote

[GitHub] [solr] epugh commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
epugh commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097324599 ## solr/solrj/src/test/org/apache/solr/client/solrj/LargeVolumeTestBase.java: ## @@ -41,7 +41,7 @@ public abstract class LargeVolumeTestBase extends EmbeddedSolrServerTestB

[GitHub] [solr] joshgog commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2023-02-06 Thread via GitHub
joshgog commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1097310816 ## solr/solrj/src/test/org/apache/solr/client/solrj/LargeVolumeTestBase.java: ## @@ -41,7 +41,7 @@ public abstract class LargeVolumeTestBase extends EmbeddedSolrServerTes

[GitHub] [solr] andywebb1975 commented on a diff in pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

2023-02-06 Thread via GitHub
andywebb1975 commented on code in PR #1324: URL: https://github.com/apache/solr/pull/1324#discussion_r1097178117 ## solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java: ## @@ -72,25 +74,33 @@ public Query parse() throws SyntaxError { double reRankWeight =