[jira] [Commented] (SOLR-14985) Slow indexing and search performance when using HttpClusterStateProvider

2024-07-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870090#comment-17870090 ] ASF subversion and git services commented on SOLR-14985: Commit 8

Re: [PR] SOLR-14985 Address perf issues to switch CloudSolrClient to HttpCluste… [solr]

2024-07-31 Thread via GitHub
dsmiley merged PR #2571: URL: https://github.com/apache/solr/pull/2571 -- 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

[PR] Comment: SolrCore.getRealtimeSearcher [solr]

2024-07-31 Thread via GitHub
dsmiley opened a new pull request, #2610: URL: https://github.com/apache/solr/pull/2610 (just a comment) -- 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-m

[PR] Update software.amazon.awssdk:* to v2.26.25 [solr]

2024-07-31 Thread via GitHub
solrbot opened a new pull request, #2609: URL: https://github.com/apache/solr/pull/2609 This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [software.amazon.awssdk:url-connection-client](https://aws.amazon.com/sdkforjava

[PR] Update dependency org.hsqldb:hsqldb to v2.7.3 [solr]

2024-07-31 Thread via GitHub
solrbot opened a new pull request, #2608: URL: https://github.com/apache/solr/pull/2608 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.hsqldb:hsqldb](http://hsqldb.org) ([source](http://sourceforge.net/p/hsqldb/svn/HEAD/tree

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
dsmiley commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1699239949 ## solr/core/src/java/org/apache/solr/core/SolrCore.java: ## @@ -805,6 +792,24 @@ public SolrCore reload(ConfigSet coreConfig) throws IOException { } } + /** +

[jira] [Commented] (SOLR-17320) HttpShardHandler should obey `timeAllowed` parameter in query

2024-07-31 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870044#comment-17870044 ] David Smiley commented on SOLR-17320: - Linking to existing SOLR-17158 as duplicate >

[jira] [Commented] (SOLR-17180) Figure out what snapshotscli.sh does and if we need it

2024-07-31 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870033#comment-17870033 ] Christos Malliaridis commented on SOLR-17180: - I've looked into the source co

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1699048655 ## solr/core/src/java/org/apache/solr/core/SyntheticSolrCore.java: ## @@ -72,4 +88,43 @@ protected RestManager initRestManager() throws SolrException { // We do no

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2261198296 > new SyntheticSolrCore( > +coreContainer, coreDescriptor, configSet, dataDir, updateHandler, delPolicy, prev, reload); That's a brilliant suggestion! ✨ I will pus

[jira] [Resolved] (SOLR-17368) TestPrometheusResponseWriter redesign

2024-07-31 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17368. - Fix Version/s: 9.7 Resolution: Fixed Thanks for resolving Mathew! > TestPrometheusRespons

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698878150 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(cor

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
patsonluk commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698868734 ## solr/core/src/java/org/apache/solr/core/SyntheticSolrCore.java: ## @@ -72,4 +88,43 @@ protected RestManager initRestManager() throws SolrException { // We do no

[jira] [Updated] (SOLR-17158) Terminate distributed processing quickly when query limit is reached

2024-07-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17158: -- Labels: pull-request-available (was: ) > Terminate distributed processing quickly when query l

Re: [PR] SOLR-17158 Terminate distributed processing quickly when query limit is reached - Initial impl [solr]

2024-07-31 Thread via GitHub
dsmiley commented on code in PR #2379: URL: https://github.com/apache/solr/pull/2379#discussion_r1698740558 ## solr/core/src/java/org/apache/solr/request/SolrQueryRequest.java: ## @@ -39,6 +40,39 @@ */ public interface SolrQueryRequest extends AutoCloseable { + /** This is

Re: [PR] SOLR-17320: Added support for timeAllowed time out in HttpShardHandler [solr]

2024-07-31 Thread via GitHub
dsmiley commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1698602604 ## solr/core/src/test/org/apache/solr/TestTimeAllowedSearch.java: ## @@ -0,0 +1,104 @@ +package org.apache.solr; + +import com.carrotsearch.randomizedtesting.generators.Ra

Re: [PR] SOLR-17320: Added support for timeAllowed time out in HttpShardHandler [solr]

2024-07-31 Thread via GitHub
dsmiley commented on PR #2493: URL: https://github.com/apache/solr/pull/2493#issuecomment-2260631567 FYI a colleague tried this by using 2 solr nodes and hanging one and it worked fine -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] SOLR-17320: Added support for timeAllowed time out in HttpShardHandler [solr]

2024-07-31 Thread via GitHub
gus-asf commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1698484974 ## solr/core/src/test/org/apache/solr/handler/component/TestHttpShardHandlerFactory.java: ## @@ -154,4 +156,63 @@ public void testLiveNodesToHostUrl() { assertThat(ho

Re: [PR] SOLR-17359: Move Zk Arg parsing into Java Code [solr]

2024-07-31 Thread via GitHub
epugh commented on PR #2593: URL: https://github.com/apache/solr/pull/2593#issuecomment-2260400967 FYI, for folks tracking this, @rahulgoswami has started testing this PR on Windows! Thanks @rahulgoswami ... He has validated `start`, `stop` and `restart` and then will start digging into

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
ellaeln commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698263165 ## solr/core/src/java/org/apache/solr/core/SyntheticSolrCore.java: ## @@ -72,4 +88,43 @@ protected RestManager initRestManager() throws SolrException { // We do not

Re: [PR] SOLR-17334: Enable coordinator nodes to handle requests other than `/select` [solr]

2024-07-31 Thread via GitHub
ellaeln commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2260080383 > > Hello @ellaeln and @roeeiit1 - thanks for your interest in this! One way to help move forward could be to branch off the `otto-de:feature/SOLR-17334` branch and merge in the latest `orig

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
cpoerschke commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2260007256 > At least the change in CoreContainer & SolrCore here are about as trivial as can be. The complexity is in SyntheticSolrCore.reload(). It seems (from a quick exploration) that fact

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
cpoerschke commented on code in PR #2607: URL: https://github.com/apache/solr/pull/2607#discussion_r1698101054 ## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ## @@ -2056,7 +2056,7 @@ public void reload(String name, UUID coreId) { newCore = core.reload(co

[jira] [Commented] (SOLR-17386) it's now impossible to update solrconfig for coordinators after core creation

2024-07-31 Thread ella eln (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869843#comment-17869843 ] ella eln commented on SOLR-17386: - thanks for the fix, i'll check it out > it's now impo

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-07-31 Thread via GitHub
ellaeln commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2259919632 thanks for this fix, it's very important for us. I'll play with it a bit to see if there's any potential issue i can spot -- This is an automated message from the Apache Git Service. To re

[jira] [Updated] (SOLR-17388) add coordinator support for costume RH by setting a list on solrconfig.xml

2024-07-31 Thread ella eln (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ella eln updated SOLR-17388: Description: this is an attempt to fix SOLR-17385 and broaden the functionality of the coordinators by allo