[jira] [Updated] (SOLR-17383) CLI: Resolve overlapping arguments

2024-07-30 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17383: Summary: CLI: Resolve overlapping arguments (was: Resolve overlapping arguments) > CLI: Resolve o

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

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

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

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

Re: [PR] [SOLR-17368] TestPrometheusResponseWriter redesign [solr]

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

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

2024-07-30 Thread via GitHub
dsmiley commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1697681291 ## solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java: ## @@ -382,4 +397,14 @@ private boolean canShortCircuit( public ShardHandlerFactory getSh

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

2024-07-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17320: -- Labels: pull-request-available (was: ) > HttpShardHandler should obey `timeAllowed` parameter

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

2024-07-30 Thread via GitHub
gus-asf commented on PR #2493: URL: https://github.com/apache/solr/pull/2493#issuecomment-2259434643 On deck for tomorrow, finally, now that my thread safe cpu timing for SOLR-17298 is sorted -- This is an automated message from the Apache Git Service. To respond to the message, please lo

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

2024-07-30 Thread Patson Luk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869772#comment-17869772 ] Patson Luk edited comment on SOLR-17386 at 7/30/24 11:52 PM: -

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

2024-07-30 Thread Patson Luk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869772#comment-17869772 ] Patson Luk commented on SOLR-17386: --- [~ellaeln] I have submitted a PR https://github.co

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

2024-07-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17386: -- Labels: pull-request-available (was: ) > it's now impossible to update solrconfig for coordina

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

2024-07-30 Thread via GitHub
patsonluk opened a new pull request, #2607: URL: https://github.com/apache/solr/pull/2607 https://issues.apache.org/jira/browse/SOLR-17386 # Description It was reported that calling /admin/cores?action=RELOAD&core= gives 500 # Cause This is caused by the change introduced

[jira] [Updated] (SOLR-17389) Skipping indexing of encrypted PDFs

2024-07-30 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-17389: Component/s: contrib - Solr Cell (Tika extraction) > Skipping indexing of encrypted

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

2024-07-30 Thread via GitHub
tboeghk commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2259048158 Hej everybody. Merging the changes into the current main branch unfortunately means a complete rewrite. But: the changes are sparse so it should be doable with small effort. I'm eager

[jira] [Commented] (SOLR-10255) Large psuedo-stored fields via BinaryDocValuesField

2024-07-30 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869737#comment-17869737 ] David Smiley commented on SOLR-10255: - LOL I didn't know SortableBinaryField even exi

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

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

[jira] [Commented] (SOLR-10255) Large psuedo-stored fields via BinaryDocValuesField

2024-07-30 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869732#comment-17869732 ] Houston Putman commented on SOLR-10255: --- Ahh ok, even SortableBinaryFields? I thoug

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

2024-07-30 Thread via GitHub
AlmogEinstein commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2258999473 It is so good to see we are not the only team working on solving this issue! Super relevant and important 🙏 -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (SOLR-10255) Large psuedo-stored fields via BinaryDocValuesField

2024-07-30 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869727#comment-17869727 ] David Smiley commented on SOLR-10255: - IMO it doesn't make sense for such a field to

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

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

Re: [PR] Default to MockDirectoryFactory in test configs [solr]

2024-07-30 Thread via GitHub
gerlowskija merged PR #2598: URL: https://github.com/apache/solr/pull/2598 -- 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] [Created] (SOLR-17389) Skipping indexing of encrypted PDFs

2024-07-30 Thread Ishan Chattopadhyaya (Jira)
Ishan Chattopadhyaya created SOLR-17389: --- Summary: Skipping indexing of encrypted PDFs Key: SOLR-17389 URL: https://issues.apache.org/jira/browse/SOLR-17389 Project: Solr Issue Type: Im

[jira] [Updated] (SOLR-10808) Enable DocValues by default for primitive and sorting fields, unless explicitly disabled

2024-07-30 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-10808: -- Description: Spinning this idea off of SOLR-10803 where Uwe suggested it... {quote}I'd suggest

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

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

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

2024-07-30 Thread via GitHub
aparnasuresh85 commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1697023501 ## solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java: ## @@ -211,23 +216,33 @@ public ShardResponse takeCompletedIncludingErrors() { */

[jira] [Reopened] (SOLR-10808) Enable DocValues by default for primitive and sorting fields, unless explicitly disabled

2024-07-30 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman reopened SOLR-10808: --- I'm going back and making the list of fields supported explicit. This is because if docValues ar

[jira] [Updated] (SOLR-10808) Enable DocValues by default for primitive and sorting fields, unless explicitly disabled

2024-07-30 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-10808: -- Description: Spinning this idea off of SOLR-10803 where Uwe suggested it... {quote}I'd suggest

[jira] [Commented] (SOLR-10255) Large psuedo-stored fields via BinaryDocValuesField

2024-07-30 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869709#comment-17869709 ] Houston Putman commented on SOLR-10255: --- [~dsmiley] & [~alexey.serba] - Do y'all wa

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

2024-07-30 Thread via GitHub
aparnasuresh85 commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1697023501 ## solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java: ## @@ -211,23 +216,33 @@ public ShardResponse takeCompletedIncludingErrors() { */

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

2024-07-30 Thread via GitHub
CommRogue commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-225831 This is a shortcoming that affects us too. We are really interested in this getting merged. Thanks! 🙏 -- This is an automated message from the Apache Git Service. To respond to the messa

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

2024-07-30 Thread via GitHub
ellaeln commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2258775509 > 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 `origin

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

2024-07-30 Thread Patson Luk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869694#comment-17869694 ] Patson Luk commented on SOLR-17386: --- Hi [~ellaeln] . Thank you for the detailed descrip

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

2024-07-30 Thread via GitHub
orNagar22 commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2258714203 Very important! -- 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

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

2024-07-30 Thread via GitHub
cpoerschke commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2258711461 Hello @ellaeln and @roeeiit1 - thanks for you 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 `origin

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

2024-07-30 Thread via GitHub
roeeiit1 commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2258698697 This is really important for us, would love to push this fast 🙏 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (SOLR-14414) New Admin UI

2024-07-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-14414: -- Labels: pull-request-available (was: ) > New Admin UI > > > Key:

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

2024-07-30 Thread via GitHub
ellaeln commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2258680879 is there a way to help moving this forward? -- 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 th

[jira] [Comment Edited] (SOLR-17334) Minor bugs in Solr dedicated coordinator mode

2024-07-30 Thread ella eln (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869683#comment-17869683 ] ella eln edited comment on SOLR-17334 at 7/30/24 3:46 PM: -- I thi

[jira] [Commented] (SOLR-17334) Minor bugs in Solr dedicated coordinator mode

2024-07-30 Thread ella eln (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869683#comment-17869683 ] ella eln commented on SOLR-17334: - I think the header is a great Idea. I am developing a

Re: [PR] Default to MockDirectoryFactory in test configs [solr]

2024-07-30 Thread via GitHub
gerlowskija commented on PR #2598: URL: https://github.com/apache/solr/pull/2598#issuecomment-2258662980 Actually it looks like removing the check in `SolrTestCaseJ4.initCore()` causes a number of tests to fail, mostly with SecurityManager-related exceptions. Taking `SolrCoreTest.tes

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

2024-07-30 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: (was: * Requests to custom request handlers defined in {{solrconfig.xml}} are not federate

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

2024-07-30 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: * Requests to custom request handlers defined in {{solrconfig.xml}} are not federated by the

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

2024-07-30 Thread via GitHub
aparnasuresh85 commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1697023501 ## solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java: ## @@ -211,23 +216,33 @@ public ShardResponse takeCompletedIncludingErrors() { */

[jira] [Updated] (SOLR-16996) Move Solr Exporter for Prometheus CLI to commons-cli

2024-07-30 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-16996: - Summary: Move Solr Exporter for Prometheus CLI to commons-cli (was: Move Prometheus CLI to commons-cli)

[jira] [Assigned] (SOLR-16996) Move Solr Exporter for Prometheus CLI to commons-cli

2024-07-30 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-16996: Assignee: Eric Pugh > Move Solr Exporter for Prometheus CLI to commons-cli > -

Re: [PR] SOLR-16996: Update prometheus cli to use commons-cli [solr]

2024-07-30 Thread via GitHub
epugh commented on PR #2602: URL: https://github.com/apache/solr/pull/2602#issuecomment-2258531459 Okay, manually ran the BATS test after your changes and it passed. I tweaked the github configuration to also run the bats tests when ANY of the exporter code changes. Maybe that is too

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

2024-07-30 Thread ella eln (Jira)
ella eln created SOLR-17388: --- Summary: add coordinator support for costume RH by setting a list on solrconfig.xml Key: SOLR-17388 URL: https://issues.apache.org/jira/browse/SOLR-17388 Project: Solr

[jira] [Commented] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

2024-07-30 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869660#comment-17869660 ] Gus Heck commented on SOLR-17298: - [~ichattopadhyaya] What was your reason for disallowin

[jira] [Created] (SOLR-17387) it is now impossible to update all coordiantors configs together

2024-07-30 Thread ella eln (Jira)
ella eln created SOLR-17387: --- Summary: it is now impossible to update all coordiantors configs together Key: SOLR-17387 URL: https://issues.apache.org/jira/browse/SOLR-17387 Project: Solr Issue Ty

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

2024-07-30 Thread ella eln (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ella eln updated SOLR-17386: Priority: Critical (was: Major) > it's now impossible to update solrconfig for coordinators after core cre

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

2024-07-30 Thread via GitHub
aparnasuresh85 commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1697023501 ## solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java: ## @@ -211,23 +216,33 @@ public ShardResponse takeCompletedIncludingErrors() { */

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

2024-07-30 Thread via GitHub
aparnasuresh85 commented on code in PR #2493: URL: https://github.com/apache/solr/pull/2493#discussion_r1697023501 ## solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java: ## @@ -211,23 +216,33 @@ public ShardResponse takeCompletedIncludingErrors() { */

Re: [PR] SOLR-13350, SOLR-17298: use multiThreaded=false default; document multiThreaded parameter; [solr]

2024-07-30 Thread via GitHub
cpoerschke commented on code in PR #2596: URL: https://github.com/apache/solr/pull/2596#discussion_r1697007219 ## solr/solr-ref-guide/modules/query-guide/pages/common-query-parameters.adoc: ## @@ -400,6 +400,16 @@ If early termination is used, a `segmentTerminatedEarly` header

Re: [PR] SOLR-13350, SOLR-17298: use multiThreaded=false default; document multiThreaded parameter; [solr]

2024-07-30 Thread via GitHub
cpoerschke commented on code in PR #2596: URL: https://github.com/apache/solr/pull/2596#discussion_r1696993992 ## solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java: ## @@ -1921,8 +1921,11 @@ public ScoreMode scoreMode() { final TopDocs topDocs; final

[PR] SOLR-17298 backport from main. ThreadCpuTimer for multi-threaded search [solr]

2024-07-30 Thread via GitHub
gus-asf opened a new pull request, #2604: URL: https://github.com/apache/solr/pull/2604 Simplify ThreadCpuTimer by never instantiating it, and instead tracking any number of contexts per thread. This avoids thread safety issues previously caused by keeping state in a field. Also add TestIn

Re: [PR] Default to MockDirectoryFactory in test configs [solr]

2024-07-30 Thread via GitHub
gerlowskija commented on PR #2598: URL: https://github.com/apache/solr/pull/2598#issuecomment-2258361741 > Actually, let's simply delete this OK - I'm willing to give that a shot. Will target `main` (but not branch_9x right away) and try to keep an eye out for ill effects. If anyone

[jira] [Commented] (SOLR-13350) Explore collector managers for multi-threaded search

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

[jira] [Commented] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

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

[jira] [Commented] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

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

[jira] [Commented] (SOLR-13350) Explore collector managers for multi-threaded search

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

Re: [PR] SOLR-13350, SOLR-17298: multi-threaded search: revert TestFiltering.java change [solr]

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

Re: [PR] Produce test report for integration tests [solr]

2024-07-30 Thread via GitHub
gerlowskija merged PR #2600: URL: https://github.com/apache/solr/pull/2600 -- 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-17298) Multithreaded search breaks limits, and possibly other things

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

Re: [PR] SOLR-17298 - ThreadCpuTimer safe for multi-threaded search [solr]

2024-07-30 Thread via GitHub
gus-asf merged PR #2595: URL: https://github.com/apache/solr/pull/2595 -- 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

Re: [PR] SOLR-16996: Update prometheus cli to use commons-cli [solr]

2024-07-30 Thread via GitHub
malliaridis commented on PR #2602: URL: https://github.com/apache/solr/pull/2602#issuecomment-2257981877 > Lgtm... so.. swapping parsers was possible without forcing any changes to the params? It appears this would be totally back wards compatible?!! Yes, both libraries do almost the

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

2024-07-30 Thread ella eln (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869575#comment-17869575 ] ella eln commented on SOLR-17386: - Reloading each coordinator core individually is not po