Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
tboeghk commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1756202876 ## solr/core/src/test/org/apache/solr/cloud/ReplicateFromLeaderTest.java: ## @@ -18,54 +18,94 @@ package org.apache.solr.cloud; import static org.junit.Assert.assertEq

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
tboeghk commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1756203503 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -133,18 +126,25 @@ public static String getCommitVersion(SolrCore solrCore) { } /** -

[jira] [Commented] (SOLR-13234) Prometheus Metric Exporter Not Threadsafe

2024-09-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881123#comment-17881123 ] David Smiley commented on SOLR-13234: - Years later, observing this PR creates an Http

Re: [PR] SOLR-17448: Audit usage of ExecutorService#submit in Solr codebase [solr]

2024-09-11 Thread via GitHub
AndreyBozhko commented on code in PR #2707: URL: https://github.com/apache/solr/pull/2707#discussion_r1755442168 ## solr/core/src/java/org/apache/solr/schema/ZkIndexSchemaReader.java: ## @@ -145,6 +145,10 @@ public void process(WatchedEvent event) { log.warn("ZooKeepe

Re: [PR] SOLR-17448: Audit usage of ExecutorService#submit in Solr codebase [solr]

2024-09-11 Thread via GitHub
AndreyBozhko commented on code in PR #2707: URL: https://github.com/apache/solr/pull/2707#discussion_r1755401081 ## solr/core/src/test/org/apache/solr/pkg/TestPackages.java: ## @@ -810,10 +813,18 @@ public void testSchemaPlugins() throws Exception { ":fieldType:_pac

Re: [PR] SOLR-17448: Audit usage of ExecutorService#submit in Solr codebase [solr]

2024-09-11 Thread via GitHub
AndreyBozhko commented on code in PR #2707: URL: https://github.com/apache/solr/pull/2707#discussion_r1755401081 ## solr/core/src/test/org/apache/solr/pkg/TestPackages.java: ## @@ -810,10 +813,18 @@ public void testSchemaPlugins() throws Exception { ":fieldType:_pac

Re: [PR] SOLR-17448: Audit usage of ExecutorService#submit in Solr codebase [solr]

2024-09-11 Thread via GitHub
AndreyBozhko commented on code in PR #2707: URL: https://github.com/apache/solr/pull/2707#discussion_r1755326203 ## solr/core/src/java/org/apache/solr/cloud/ZkShardTerms.java: ## @@ -421,6 +421,10 @@ private void registerWatcher() throws KeeperException { return;

[jira] [Updated] (SOLR-17448) Audit usage of ExecutorService#submit in Solr codebase

2024-09-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17448: -- Labels: pull-request-available (was: ) > Audit usage of ExecutorService#submit in Solr codebas

[PR] SOLR-17448: Audit usage of ExecutorService#submit in Solr codebase [solr]

2024-09-11 Thread via GitHub
AndreyBozhko opened a new pull request, #2707: URL: https://github.com/apache/solr/pull/2707 https://issues.apache.org/jira/browse/SOLR-17448 # Description There are quite a few places in Solr codebase where the background task is created by invoking `ExecutorService#submit(...

[jira] [Updated] (SOLR-17447) Add support for maxHits

2024-09-11 Thread Siju Varghese (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siju Varghese updated SOLR-17447: - Description: Currently there are 3 mechanisms to control # of hits for a query * Use of the _tim

Re: [PR] SOLR-17439 Fix missing documentation for finding out non-standard PID for Solr in Docker [solr]

2024-09-11 Thread via GitHub
epugh commented on code in PR #2705: URL: https://github.com/apache/solr/pull/2705#discussion_r1755198531 ## solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc: ## @@ -342,6 +342,13 @@ Usage: jattach [args ...] jcmd : execute jcmd command +To f

[jira] [Comment Edited] (SOLR-17447) Add support for maxHits

2024-09-11 Thread Siju Varghese (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881056#comment-17881056 ] Siju Varghese edited comment on SOLR-17447 at 9/11/24 5:04 PM:

[jira] [Commented] (SOLR-17256) Remove SolrRequest.getBasePath setBasePath

2024-09-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881058#comment-17881058 ] David Smiley commented on SOLR-17256: - >From the description: bq. But moreover I thi

[jira] [Commented] (SOLR-17447) Add support for maxHits

2024-09-11 Thread Siju Varghese (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881056#comment-17881056 ] Siju Varghese commented on SOLR-17447: -- I can see a reference to something similar t

[jira] [Created] (SOLR-17448) Audit usage of ExecutorService#submit in Solr codebase

2024-09-11 Thread Andrey Bozhko (Jira)
Andrey Bozhko created SOLR-17448: Summary: Audit usage of ExecutorService#submit in Solr codebase Key: SOLR-17448 URL: https://issues.apache.org/jira/browse/SOLR-17448 Project: Solr Issue Typ

[jira] [Created] (SOLR-17447) Add support for maxHits

2024-09-11 Thread Siju Varghese (Jira)
Siju Varghese created SOLR-17447: Summary: Add support for maxHits Key: SOLR-17447 URL: https://issues.apache.org/jira/browse/SOLR-17447 Project: Solr Issue Type: New Feature Security L

Re: [PR] SOLR-17439 Fix missing documentation for finding out non-standard PID for Solr in Docker [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2705: URL: https://github.com/apache/solr/pull/2705#discussion_r1755134699 ## solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc: ## @@ -342,6 +342,13 @@ Usage: jattach [args ...] jcmd : execute jcmd command

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1755064259 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -133,18 +126,25 @@ public static String getCommitVersion(SolrCore solrCore) { } /**

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1755053664 ## solr/core/src/test/org/apache/solr/cloud/ReplicateFromLeaderTest.java: ## @@ -18,54 +18,94 @@ package org.apache.solr.cloud; import static org.junit.Assert.asser

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1755039181 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -133,18 +126,25 @@ public static String getCommitVersion(SolrCore solrCore) { } /**

Re: [PR] SOLR-16976: Remove log4j-jul jar and use slf4j bridge for JUL [solr]

2024-09-11 Thread via GitHub
epugh commented on PR #2703: URL: https://github.com/apache/solr/pull/2703#issuecomment-2343927963 okay, the refute wasn't actually matching.. i found that we need to consult the log file. Also, I was getting a RMI Port exception..Can you validate that this test fails for you, and ht

[PR] SOLR-17406: Introduce Version Catalogs [solr]

2024-09-11 Thread via GitHub
malliaridis opened a new pull request, #2706: URL: https://github.com/apache/solr/pull/2706 https://issues.apache.org/jira/browse/SOLR-17406 # Description With the version catalogs all versions and references to them are managed in a single file and updated from there. #

[jira] [Commented] (SOLR-17256) Remove SolrRequest.getBasePath setBasePath

2024-09-11 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881002#comment-17881002 ] Sanjay Dutt commented on SOLR-17256: I agree that setting it up at the method level i

[jira] [Commented] (SOLR-17256) Remove SolrRequest.getBasePath setBasePath

2024-09-11 Thread Sanjay Dutt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880997#comment-17880997 ] Sanjay Dutt commented on SOLR-17256: I might not fully understand the entire rational

Re: [PR] SOLR-17382: remove -a and use full name for addlopts --additional-options [solr]

2024-09-11 Thread via GitHub
malliaridis commented on code in PR #2684: URL: https://github.com/apache/solr/pull/2684#discussion_r1754439637 ## solr/packaging/test/test_ssl.bats: ## @@ -526,12 +526,14 @@ teardown() { # server1 will run on $SOLR_PORT and will use server1.keystore export SOLR_SSL_KEY_ST

[jira] [Commented] (SOLR-16254) solr standalone: in-correct information in the help message for "bin/solr create_core"

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

[jira] [Commented] (SOLR-16254) solr standalone: in-correct information in the help message for "bin/solr create_core"

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

Re: [PR] SOLR-16254: Clarify when a create needs to be run on the same server as Solr. [solr]

2024-09-11 Thread via GitHub
epugh merged PR #2698: URL: https://github.com/apache/solr/pull/2698 -- 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

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

2024-09-11 Thread via GitHub
ellaeln commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2343459909 Sure go ahead. I also opened a pr to your branch with 9.7 changes and another one https://github.com/apache/solr/pull/2672 with the both of them combined, feel free to use any of them if you

[jira] [Commented] (SOLR-6962) bin/solr stop/start/restart should complain about missing value for options that expect a value.

2024-09-11 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880931#comment-17880931 ] Eric Pugh commented on SOLR-6962: - What this really is about is that we don't validate for

[jira] [Comment Edited] (SOLR-6962) bin/solr stop/start/restart should complain about missing value for options that expect a value.

2024-09-11 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880931#comment-17880931 ] Eric Pugh edited comment on SOLR-6962 at 9/11/24 10:50 AM: --- What

[jira] [Updated] (SOLR-6962) bin/solr stop/start/restart should complain about missing value for options that expect a value.

2024-09-11 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-6962: Summary: bin/solr stop/start/restart should complain about missing value for options that expect a value. (

Re: [PR] SOLR-6962: bin/solr stop -a should complain about missing parameter [solr]

2024-09-11 Thread via GitHub
epugh commented on PR #2671: URL: https://github.com/apache/solr/pull/2671#issuecomment-2343296171 Okay, I just did some testing of `bin/solr` and this is what I get (and expect): ``` dev git:(SOLR-6962) ✗ bin/solr stop -a ERROR: Jvm options are required when using the -a o

Re: [PR] SOLR-6962: bin/solr stop -a should complain about missing parameter [solr]

2024-09-11 Thread via GitHub
epugh commented on PR #2671: URL: https://github.com/apache/solr/pull/2671#issuecomment-2343286444 Okaym, I dug more into this, and I think I see another problem! It turns out that we parse the args for the start/stop/restart commands separate from actually invoking the command. Thi

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
tboeghk commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753939777 ## solr/core/src/test/org/apache/solr/cloud/ReplicateFromLeaderTest.java: ## @@ -28,44 +28,64 @@ public class ReplicateFromLeaderTest { public void determinePollInterva

Re: [PR] SOLR-6962: bin/solr stop -a should complain about missing parameter [solr]

2024-09-11 Thread via GitHub
epugh commented on PR #2671: URL: https://github.com/apache/solr/pull/2671#issuecomment-2343217312 thanks @rahulgoswami I am going to back out the `solr.cmd` changes! -- 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-17439) jattach does not work with Solr in Docker

2024-09-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17439: -- Labels: pull-request-available (was: ) > jattach does not work with Solr in Docker > -

[PR] SOLR-17439 Fix missing documentation for finding out non-standard PID for Solr in Docker [solr]

2024-09-11 Thread via GitHub
rmueller83 opened a new pull request, #2705: URL: https://github.com/apache/solr/pull/2705 https://issues.apache.org/jira/browse/SOLR-17439 # Description The documentation misses a section for finding out a non-default PID. # Solution Added a `ps` comma

[jira] [Commented] (SOLR-17382) CLI: Deprecate addlopts in RunExampleTool.java

2024-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880921#comment-17880921 ] ASF subversion and git services commented on SOLR-17382: Commit 4

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
epugh commented on PR #2316: URL: https://github.com/apache/solr/pull/2316#issuecomment-2343183866 thanks @cpoerschke for your review on this! Definitly a better patch! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on PR #2316: URL: https://github.com/apache/solr/pull/2316#issuecomment-2343071045 > ... I'll update the docs also ... Yes please. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] remove deprecated SolrParams methods [solr]

2024-09-11 Thread via GitHub
cpoerschke merged PR #2700: URL: https://github.com/apache/solr/pull/2700 -- 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] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753672888 ## solr/core/src/test/org/apache/solr/cloud/ReplicateFromLeaderTest.java: ## @@ -28,44 +28,64 @@ public class ReplicateFromLeaderTest { public void determinePollInte

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
tboeghk commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753658338 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -74,6 +74,7 @@ public void startReplication(boolean switchTransactionLog) { "Sol

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753651572 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -74,6 +74,7 @@ public void startReplication(boolean switchTransactionLog) { "

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753643392 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -143,8 +144,12 @@ public static String determinePollInterval(SolrConfig.UpdateHandlerInfo u

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753537546 ## solr/core/src/java/org/apache/solr/core/SolrConfig.java: ## @@ -852,6 +856,7 @@ public UpdateHandlerInfo(ConfigNode updateHandler) { updateHandler.get("co

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753535902 ## solr/core/src/java/org/apache/solr/core/SolrConfig.java: ## @@ -836,6 +838,8 @@ public UpdateHandlerInfo( this.commitWithinSoftCommit = commitWithinSoftComm

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753534329 ## solr/core/src/java/org/apache/solr/core/SolrConfig.java: ## @@ -810,6 +810,7 @@ public static class UpdateHandlerInfo implements MapSerializable { public final

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753526474 ## solr/core/src/java/org/apache/solr/core/SolrConfig.java: ## @@ -810,6 +810,7 @@ public static class UpdateHandlerInfo implements MapSerializable { public final

Re: [PR] [SOLR-17187] Add possibility to supply a custom commitPollInterval for TLOG/PULL replicas [solr]

2024-09-11 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753517685 ## solr/core/src/java/org/apache/solr/core/SolrConfig.java: ## @@ -810,6 +810,7 @@ public static class UpdateHandlerInfo implements MapSerializable { public final

[PR] Added ObservedGeneration to solrcloud status [solr-operator]

2024-09-11 Thread via GitHub
RavinaChidambaram opened a new pull request, #722: URL: https://github.com/apache/solr-operator/pull/722 Implemented #650 Have added observed generation to the status of the solrcloud CR to track the transition of the solrcloud. -- This is an automated message from the Apache Git

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

2024-09-11 Thread via GitHub
tboeghk commented on PR #2527: URL: https://github.com/apache/solr/pull/2527#issuecomment-2342904768 Thanks @ellaeln for picking up the work 🙏 I completely lost track of this during the summer ☀️ However as Solr 9.7 is through the gates, I adapted the coordinator changes to the `bran