[GitHub] [solr] janhoy commented on a diff in pull request #1930: SOLR-16982: Trip a Circuit Breaker only for external requests

2023-09-19 Thread via GitHub
janhoy commented on code in PR #1930: URL: https://github.com/apache/solr/pull/1930#discussion_r1329781429 ## solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java: ## @@ -343,4 +343,16 @@ public Collection getApis() { return Collections.singleton( new

[GitHub] [solr] janhoy commented on a diff in pull request #1935: SOLR-15960 Unified use of system properties and environment variables

2023-09-19 Thread via GitHub
janhoy commented on code in PR #1935: URL: https://github.com/apache/solr/pull/1935#discussion_r1329800978 ## solr/core/src/java/org/apache/solr/util/EnvUtils.java: ## @@ -0,0 +1,235 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor li

[GitHub] [solr] janhoy commented on pull request #1935: SOLR-15960 Unified use of system properties and environment variables

2023-09-19 Thread via GitHub
janhoy commented on PR #1935: URL: https://github.com/apache/solr/pull/1935#issuecomment-1725127507 > Would then the preferred access mode for getting properties be via `EnvUtils.getProp(SolrDispatchFilter.SOLR_DEFAULT_CONFDIR_ATTRIBUTE)` pattern? I could imagine in a future ticket getting

Re: [GitHub] [solr] tflobbe commented on pull request #1931: SOLR-16978: Be case insensitive when parsing booleans from text

2023-09-19 Thread Eric Pugh
I wonder if we should strive to be consistent (in either lenient mode or strict mode) through out Solr? For example, I noticed that the AuthTool does a check for "true" or "false" with some custom code. If we said that on, off, etc are all valid choices, then we could support that through ou

[GitHub] [solr] joel-bernstein commented on pull request #1925: SOLR-16931: ReRankScaler explain only works when debugQuery=true, sho…

2023-09-19 Thread via GitHub
joel-bernstein commented on PR #1925: URL: https://github.com/apache/solr/pull/1925#issuecomment-1725620181 This PR is not building due to conflicts that occurred in CHANGES.txt. I'm going to create a new clean branch as it seems messy to get this branch past this problem. -- This is an

[GitHub] [solr] joel-bernstein closed pull request #1925: SOLR-16931: ReRankScaler explain only works when debugQuery=true, sho…

2023-09-19 Thread via GitHub
joel-bernstein closed pull request #1925: SOLR-16931: ReRankScaler explain only works when debugQuery=true, sho… URL: https://github.com/apache/solr/pull/1925 -- 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

[GitHub] [solr] joel-bernstein opened a new pull request, #1936: ReRankScaler explain breaks with debug=true and in distributed mode

2023-09-19 Thread via GitHub
joel-bernstein opened a new pull request, #1936: URL: https://github.com/apache/solr/pull/1936 https://issues.apache.org/jira/browse/SOLR-X # Description Please provide a short description of the changes you're making with this pull request. # Solution

[GitHub] [solr] joel-bernstein merged pull request #1936: SOLR-16931: ReRankScaler explain breaks with debug=true and in distributed mode

2023-09-19 Thread via GitHub
joel-bernstein merged PR #1936: URL: https://github.com/apache/solr/pull/1936 -- 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.ap

[jira] [Commented] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

2023-09-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766825#comment-17766825 ] ASF subversion and git services commented on SOLR-16931: Commit 1

[GitHub] [solr] joel-bernstein opened a new pull request, #1937: SOLR-16931: ReRankScaler explain breaks with debug=true and in distr…

2023-09-19 Thread via GitHub
joel-bernstein opened a new pull request, #1937: URL: https://github.com/apache/solr/pull/1937 …ibuted mode (#1936) https://issues.apache.org/jira/browse/SOLR-X # Description Please provide a short description of the changes you're making with this pull r

[jira] [Resolved] (SOLR-16987) Upgrade jetty to 10.0.16 (CVE-2023-40167)

2023-09-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-16987. Resolution: Duplicate Already done in [https://github.com/apache/solr/pull/1888] (to be released in

[jira] [Commented] (SOLR-16979) Randomize ports in BATS tests

2023-09-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766836#comment-17766836 ] Jan Høydahl commented on SOLR-16979: Awaiting merging to 9x until we know whether som

[jira] [Updated] (SOLR-16988) Remove rid support

2023-09-19 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16988: Description: This is a followup of the rid deprecation task SOLR-15367 to remove all rid related c

[jira] [Created] (SOLR-16988) Remove rid support

2023-09-19 Thread Alex Deparvu (Jira)
Alex Deparvu created SOLR-16988: --- Summary: Remove rid support Key: SOLR-16988 URL: https://issues.apache.org/jira/browse/SOLR-16988 Project: Solr Issue Type: Improvement Security Level: P

[jira] [Resolved] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-09-19 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu resolved SOLR-15367. - Fix Version/s: 9.4 Resolution: Fixed all work is completed. marking as resolved. > Conver

[jira] [Commented] (SOLR-15367) Convert "rid" functionality into a default Tracer

2023-09-19 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766839#comment-17766839 ] Alex Deparvu commented on SOLR-15367: - created SOLR-16988 to track rid removal. > Co

[GitHub] [solr] janhoy commented on pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
janhoy commented on PR #96: URL: https://github.com/apache/solr/pull/96#issuecomment-1725835250 > Just updated the docs. > > When circuit breakers are enabled for update requests, how does that work for replicas? Can an NRT replica get out of sync by rejecting a request? It should be

[GitHub] [solr] janhoy commented on pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
janhoy commented on PR #96: URL: https://github.com/apache/solr/pull/96#issuecomment-1725839365 @wrunderwood Are you planning to incorporate latest review feedback and prepare for merge? I try to get this landed before 9.4. -- This is an automated message from the Apache Git Service. To r

[GitHub] [solr] janhoy commented on pull request #1935: SOLR-15960 Unified use of system properties and environment variables

2023-09-19 Thread via GitHub
janhoy commented on PR #1935: URL: https://github.com/apache/solr/pull/1935#issuecomment-1725848926 Widening the review to get more perspectives. -- 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 t

[GitHub] [solr] janhoy commented on pull request #1908: SOLR-16038: Rename PackageStore as Filestore

2023-09-19 Thread via GitHub
janhoy commented on PR #1908: URL: https://github.com/apache/solr/pull/1908#issuecomment-1725858904 @noblepaul do you want to have a look at this? -- 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

[GitHub] [solr] stillalex commented on a diff in pull request #1856: SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory

2023-09-19 Thread via GitHub
stillalex commented on code in PR #1856: URL: https://github.com/apache/solr/pull/1856#discussion_r1330303030 ## solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/TestDistributedTracing.java: ## @@ -173,20 +167,137 @@ public void testV2Api() throws Exception {

[GitHub] [solr] stillalex commented on a diff in pull request #1856: SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory

2023-09-19 Thread via GitHub
stillalex commented on code in PR #1856: URL: https://github.com/apache/solr/pull/1856#discussion_r1330307016 ## solr/core/src/java/org/apache/solr/util/tracing/TraceUtils.java: ## @@ -150,4 +167,11 @@ public static void setOperations(SolrQueryRequest req, String clazz, List St

[GitHub] [solr] joel-bernstein merged pull request #1937: SOLR-16931: ReRankScaler explain breaks with debug=true and in distr…

2023-09-19 Thread via GitHub
joel-bernstein merged PR #1937: URL: https://github.com/apache/solr/pull/1937 -- 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.ap

[jira] [Commented] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

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

[GitHub] [solr] stillalex commented on a diff in pull request #1856: SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory

2023-09-19 Thread via GitHub
stillalex commented on code in PR #1856: URL: https://github.com/apache/solr/pull/1856#discussion_r1330307016 ## solr/core/src/java/org/apache/solr/util/tracing/TraceUtils.java: ## @@ -150,4 +167,11 @@ public static void setOperations(SolrQueryRequest req, String clazz, List St

[GitHub] [solr] pjmcarthur commented on a diff in pull request #1926: SOLR-16403: Cluster Singleton to remove inactive Shards

2023-09-19 Thread via GitHub
pjmcarthur commented on code in PR #1926: URL: https://github.com/apache/solr/pull/1926#discussion_r1330310547 ## solr/core/src/java/org/apache/solr/cluster/maintenance/InactiveShardRemover.java: ## @@ -0,0 +1,251 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [solr] stillalex commented on a diff in pull request #1856: SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory

2023-09-19 Thread via GitHub
stillalex commented on code in PR #1856: URL: https://github.com/apache/solr/pull/1856#discussion_r1330307016 ## solr/core/src/java/org/apache/solr/util/tracing/TraceUtils.java: ## @@ -150,4 +167,11 @@ public static void setOperations(SolrQueryRequest req, String clazz, List St

[GitHub] [solr] stillalex commented on a diff in pull request #1856: SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory

2023-09-19 Thread via GitHub
stillalex commented on code in PR #1856: URL: https://github.com/apache/solr/pull/1856#discussion_r1330307016 ## solr/core/src/java/org/apache/solr/util/tracing/TraceUtils.java: ## @@ -150,4 +167,11 @@ public static void setOperations(SolrQueryRequest req, String clazz, List St

[jira] [Updated] (SOLR-16988) Remove rid support

2023-09-19 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16988: Component/s: tracing > Remove rid support > -- > > Key: SOLR-16988

[GitHub] [solr] janhoy commented on a diff in pull request #1935: SOLR-15960 Unified use of system properties and environment variables

2023-09-19 Thread via GitHub
janhoy commented on code in PR #1935: URL: https://github.com/apache/solr/pull/1935#discussion_r1330341363 ## solr/core/src/resources/EnvToSyspropMappings.properties: ## @@ -0,0 +1,60 @@ +# Mapping from Environment variable to system property +# This file only contains non-stand

[GitHub] [solr] janhoy commented on a diff in pull request #1935: SOLR-15960 Unified use of system properties and environment variables

2023-09-19 Thread via GitHub
janhoy commented on code in PR #1935: URL: https://github.com/apache/solr/pull/1935#discussion_r1330341363 ## solr/core/src/resources/EnvToSyspropMappings.properties: ## @@ -0,0 +1,60 @@ +# Mapping from Environment variable to system property +# This file only contains non-stand

[GitHub] [solr] janhoy commented on a diff in pull request #1935: SOLR-15960 Unified use of system properties and environment variables

2023-09-19 Thread via GitHub
janhoy commented on code in PR #1935: URL: https://github.com/apache/solr/pull/1935#discussion_r1330348141 ## solr/core/src/java/org/apache/solr/util/EnvUtils.java: ## @@ -0,0 +1,235 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor li

[jira] [Commented] (SOLR-16691) Use Jackson for JSON serialization

2023-09-19 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766860#comment-17766860 ] Jason Gerlowski commented on SOLR-16691: Two things: # I was reading through a [

[jira] [Commented] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

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

[jira] [Commented] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

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

[jira] [Resolved] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

2023-09-19 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-16931. --- Resolution: Fixed > ReRankScaler explain breaks with debug=true and in distributed mode > ---

[jira] [Updated] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

2023-09-19 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Fix Version/s: 9.4 > ReRankScaler explain breaks with debug=true and in distributed mode >

[jira] [Reopened] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

2023-09-19 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reopened SOLR-16931: --- > ReRankScaler explain breaks with debug=true and in distributed mode > -

[jira] [Resolved] (SOLR-16931) ReRankScaler explain breaks with debug=true and in distributed mode

2023-09-19 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-16931. --- Resolution: Resolved > ReRankScaler explain breaks with debug=true and in distributed mode >

[jira] [Comment Edited] (SOLR-16691) Use Jackson for JSON serialization

2023-09-19 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766860#comment-17766860 ] Jason Gerlowski edited comment on SOLR-16691 at 9/19/23 4:00 PM: --

[jira] [Commented] (SOLR-16691) Use Jackson for JSON serialization

2023-09-19 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766869#comment-17766869 ] Jason Gerlowski commented on SOLR-16691: And one final question: should we deprec

[GitHub] [solr] wrunderwood commented on a diff in pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
wrunderwood commented on code in PR #96: URL: https://github.com/apache/solr/pull/96#discussion_r1330486585 ## solr/solr-ref-guide/modules/deployment-guide/pages/circuit-breakers.adoc: ## @@ -48,19 +63,25 @@ To enable and configure the JVM heap usage based circuit breaker, add

[GitHub] [solr] wrunderwood commented on pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
wrunderwood commented on PR #96: URL: https://github.com/apache/solr/pull/96#issuecomment-1726208757 I think I've fixed the things called out, but I might have missed something. I don't use GitHub very often. Let me know if I left something unresolved. It all looks good to me, thanks

[GitHub] [solr] tflobbe merged pull request #1931: SOLR-16978: Be case insensitive when parsing booleans from text

2023-09-19 Thread via GitHub
tflobbe merged PR #1931: URL: https://github.com/apache/solr/pull/1931 -- 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-16978) Many APIs now only allow lowercase boolean values

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

[GitHub] [solr] janhoy commented on pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
janhoy commented on PR #96: URL: https://github.com/apache/solr/pull/96#issuecomment-1726255785 > Let me know if I left something unresolved. It all looks good to me, thanks of the improvements over my patch. Thanks. There are two "unresolved conversations" in the PR that you may want

[GitHub] [solr] janhoy merged pull request #1934: Update dependency io.opentelemetry:opentelemetry-bom to v1.30.1

2023-09-19 Thread via GitHub
janhoy merged PR #1934: URL: https://github.com/apache/solr/pull/1934 -- 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-16978) Many APIs now only allow lowercase boolean values

2023-09-19 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Eduardo Fernandez Lobbe resolved SOLR-16978. -- Fix Version/s: main (10.0) 9.4 Resolut

[jira] [Commented] (SOLR-16978) Many APIs now only allow lowercase boolean values

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

[GitHub] [solr] HoustonPutman commented on pull request #1782: SOLR-16890: More test cases for Coordinator node role

2023-09-19 Thread via GitHub
HoustonPutman commented on PR #1782: URL: https://github.com/apache/solr/pull/1782#issuecomment-1726297876 **testConfigset** is failing pretty consistently on Jenkins (50%): https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/8012/testReport/org.apache.solr.search/TestCoordinatorRole/t

[GitHub] [solr] gerlowskija commented on pull request #1903: SOLR-16397: Create v2(JAX-RS) endpoints for RELOAD core

2023-09-19 Thread via GitHub
gerlowskija commented on PR #1903: URL: https://github.com/apache/solr/pull/1903#issuecomment-1726301468 > I have tried the POST request without Content-type header, and it returns 415 Unsupported Media Type. Why I am saying this? Because as per our last discussion, It supposed to work with

[GitHub] [solr] gerlowskija commented on a diff in pull request #1903: SOLR-16397: Create v2(JAX-RS) endpoints for RELOAD core

2023-09-19 Thread via GitHub
gerlowskija commented on code in PR #1903: URL: https://github.com/apache/solr/pull/1903#discussion_r1330550101 ## solr/core/src/java/org/apache/solr/handler/admin/api/ReloadCoreAPI.java: ## @@ -17,52 +17,69 @@ package org.apache.solr.handler.admin.api; -import static org.a

[jira] [Assigned] (SOLR-16989) Consolidate reuse of DocValues iterators for value retrieval

2023-09-19 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney reassigned SOLR-16989: - Assignee: Michael Gibney > Consolidate reuse of DocValues iterators for value retrieval

[jira] [Created] (SOLR-16989) Consolidate reuse of DocValues iterators for value retrieval

2023-09-19 Thread Michael Gibney (Jira)
Michael Gibney created SOLR-16989: - Summary: Consolidate reuse of DocValues iterators for value retrieval Key: SOLR-16989 URL: https://issues.apache.org/jira/browse/SOLR-16989 Project: Solr

[jira] [Updated] (SOLR-16989) Optimize and consolidate reuse of DocValues iterators for value retrieval

2023-09-19 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated SOLR-16989: -- Summary: Optimize and consolidate reuse of DocValues iterators for value retrieval (was: Conso

[GitHub] [solr] magibney commented on pull request #646: SOLR-16017: Allow first registered SolrIndexSearcher to inform its configured caches

2023-09-19 Thread via GitHub
magibney commented on PR #646: URL: https://github.com/apache/solr/pull/646#issuecomment-1726327942 obviated by https://github.com/apache/solr/pull/1351 -- 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

[GitHub] [solr] magibney closed pull request #646: SOLR-16017: Allow first registered SolrIndexSearcher to inform its configured caches

2023-09-19 Thread via GitHub
magibney closed pull request #646: SOLR-16017: Allow first registered SolrIndexSearcher to inform its configured caches URL: https://github.com/apache/solr/pull/646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [solr] patsonluk commented on pull request #1782: SOLR-16890: More test cases for Coordinator node role

2023-09-19 Thread via GitHub
patsonluk commented on PR #1782: URL: https://github.com/apache/solr/pull/1782#issuecomment-1726332511 > **testConfigset** is failing pretty consistently on Jenkins (50%): https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/8012/testReport/org.apache.solr.search/TestCoordinatorRole/tes

[GitHub] [solr] wrunderwood commented on a diff in pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
wrunderwood commented on code in PR #96: URL: https://github.com/apache/solr/pull/96#discussion_r1330607590 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/CPUCircuitBreaker.java: ## @@ -17,54 +17,49 @@ package org.apache.solr.util.circuitbreaker; +import com.coda

[GitHub] [solr] gerlowskija merged pull request #1903: SOLR-16397: Create v2(JAX-RS) endpoints for RELOAD core

2023-09-19 Thread via GitHub
gerlowskija merged PR #1903: URL: https://github.com/apache/solr/pull/1903 -- 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-16397) Cosmetic improvements and migration to JAX-RS ("core" APIs)

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

[GitHub] [solr] gerlowskija commented on pull request #1903: SOLR-16397: Create v2(JAX-RS) endpoints for RELOAD core

2023-09-19 Thread via GitHub
gerlowskija commented on PR #1903: URL: https://github.com/apache/solr/pull/1903#issuecomment-1726354714 Thanks for the contribution Sanjay! I've merged to `main` and will try to backport for 9.4 towards the end of this week! -- This is an automated message from the Apache Git Service. T

[GitHub] [solr] wrunderwood commented on pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
wrunderwood commented on PR #96: URL: https://github.com/apache/solr/pull/96#issuecomment-1726362729 I think that is everything. -- 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 comme

[GitHub] [solr] magibney commented on a diff in pull request #1460: SOLR-16701: Race condition on PRS enabled collection deletion

2023-09-19 Thread via GitHub
magibney commented on code in PR #1460: URL: https://github.com/apache/solr/pull/1460#discussion_r1323505098 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java: ## @@ -1627,6 +1627,20 @@ private DocCollection fetchCollectionState(String coll, Watch

[GitHub] [solr-operator] HoustonPutman merged pull request #610: Support TLS with recent Solr 9.x versions

2023-09-19 Thread via GitHub
HoustonPutman merged PR #610: URL: https://github.com/apache/solr-operator/pull/610 -- 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-operator] HoustonPutman closed issue #609: Fix Solr probes w/TLS for Solr 9.2+

2023-09-19 Thread via GitHub
HoustonPutman closed issue #609: Fix Solr probes w/TLS for Solr 9.2+ URL: https://github.com/apache/solr-operator/issues/609 -- 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

[GitHub] [solr] patsonluk opened a new pull request, #1939: SOLR-16890: Fix SSL cert issue for test case in TestCoordinatorRole

2023-09-19 Thread via GitHub
patsonluk opened a new pull request, #1939: URL: https://github.com/apache/solr/pull/1939 https://issues.apache.org/jira/browse/SOLR-16890 # Description The test cases addd in https://github.com/apache/solr/pull/1782 quite frequently (~50%) triggers exceptions like below

[GitHub] [solr] patsonluk commented on pull request #1782: SOLR-16890: More test cases for Coordinator node role

2023-09-19 Thread via GitHub
patsonluk commented on PR #1782: URL: https://github.com/apache/solr/pull/1782#issuecomment-1726436517 @HoustonPutman I have created a fix PR https://github.com/apache/solr/pull/1939, would u mind to review it? I have to use `HttpSolrClient` instead of `Http2SolrClient` as only the f

[GitHub] [solr] patsonluk commented on a diff in pull request #1460: SOLR-16701: Race condition on PRS enabled collection deletion

2023-09-19 Thread via GitHub
patsonluk commented on code in PR #1460: URL: https://github.com/apache/solr/pull/1460#discussion_r1330699417 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java: ## @@ -1627,6 +1627,20 @@ private DocCollection fetchCollectionState(String coll, Watc

[GitHub] [solr] patsonluk commented on a diff in pull request #1460: SOLR-16701: Race condition on PRS enabled collection deletion

2023-09-19 Thread via GitHub
patsonluk commented on code in PR #1460: URL: https://github.com/apache/solr/pull/1460#discussion_r1330700685 ## solr/solrj/src/java/org/apache/solr/common/util/CommonTestInjection.java: ## @@ -73,4 +76,68 @@ public static boolean injectDelay() { } return true; } +

[GitHub] [solr] patsonluk commented on a diff in pull request #1460: SOLR-16701: Race condition on PRS enabled collection deletion

2023-09-19 Thread via GitHub
patsonluk commented on code in PR #1460: URL: https://github.com/apache/solr/pull/1460#discussion_r1330700685 ## solr/solrj/src/java/org/apache/solr/common/util/CommonTestInjection.java: ## @@ -73,4 +76,68 @@ public static boolean injectDelay() { } return true; } +

[GitHub] [solr] patsonluk commented on pull request #1939: SOLR-16890: Fix SSL cert issue for test case in TestCoordinatorRole

2023-09-19 Thread via GitHub
patsonluk commented on PR #1939: URL: https://github.com/apache/solr/pull/1939#issuecomment-1726481385 Would u mind to approve the workflow and merge for us? I don't want to break the test cases for too long 😂 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [solr] janhoy opened a new pull request, #1940: Update dependency io.opentelemetry:opentelemetry-bom to v1.30.1 (#1934)

2023-09-19 Thread via GitHub
janhoy opened a new pull request, #1940: URL: https://github.com/apache/solr/pull/1940 (cherry picked from commit cebc3f0f479b2c40eb8161864cef7157fda36b16) -- 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

[GitHub] [solr] janhoy commented on a diff in pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-19 Thread via GitHub
janhoy commented on code in PR #96: URL: https://github.com/apache/solr/pull/96#discussion_r1330787224 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/CPUCircuitBreaker.java: ## @@ -17,54 +17,49 @@ package org.apache.solr.util.circuitbreaker; +import com.codahale.

[jira] [Updated] (SOLR-16983) ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests

2023-09-19 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-16983: -- Attachment: SOLR-16983-1.patch Status: Open (was: Open) I've updated the patch

[jira] [Commented] (SOLR-16852) Let backups have custom key/values

2023-09-19 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766941#comment-17766941 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-16852: -- Sorry for th

[jira] [Commented] (SOLR-16852) Let backups have custom key/values

2023-09-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766994#comment-17766994 ] David Smiley commented on SOLR-16852: - I'm not very familiar with snapshots TBH but I

[GitHub] [solr] dsmiley commented on a diff in pull request #1926: SOLR-16403: Cluster Singleton to remove inactive Shards

2023-09-19 Thread via GitHub
dsmiley commented on code in PR #1926: URL: https://github.com/apache/solr/pull/1926#discussion_r1331009854 ## solr/core/src/java/org/apache/solr/cluster/maintenance/InactiveShardRemover.java: ## @@ -0,0 +1,251 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[jira] [Commented] (SOLR-16691) Use Jackson for JSON serialization

2023-09-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766997#comment-17766997 ] Noble Paul commented on SOLR-16691: --- {quote}should we deprecate JsonResponseWriter now

[GitHub] [solr] dsmiley merged pull request #1901: QueryElevationComponent: declare some methods as protected

2023-09-19 Thread via GitHub
dsmiley merged PR #1901: URL: https://github.com/apache/solr/pull/1901 -- 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] [Comment Edited] (SOLR-16691) Use Jackson for JSON serialization

2023-09-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766997#comment-17766997 ] Noble Paul edited comment on SOLR-16691 at 9/20/23 5:28 AM: {

[jira] [Comment Edited] (SOLR-16691) Use Jackson for JSON serialization

2023-09-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766997#comment-17766997 ] Noble Paul edited comment on SOLR-16691 at 9/20/23 5:29 AM: {