[PR] SOLR-17172: Fix the test failure - sometimes execution was faster than 1 ms. [solr]

2024-03-08 Thread via GitHub
sigram opened a new pull request, #2338: URL: https://github.com/apache/solr/pull/2338 (no 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-mail:

Re: [PR] SOLR-17172: Fix the test failure - sometimes execution was faster than 1 ms. [solr]

2024-03-08 Thread via GitHub
sigram merged PR #2338: URL: https://github.com/apache/solr/pull/2338 -- 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] [Commented] (SOLR-17172) Add QueryLimits termination to existing heavy SearchComponent-s

2024-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17824718#comment-17824718 ] ASF subversion and git services commented on SOLR-17172: Commit c

[PR] SOLR-17172 Fix the test failure - sometimes execution was faster than 1 ms. [solr]

2024-03-08 Thread via GitHub
sigram opened a new pull request, #2339: URL: https://github.com/apache/solr/pull/2339 (no 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-mail:

Re: [PR] SOLR-16866: Deleting a non-existent directory should not fail [solr]

2024-03-08 Thread via GitHub
magibney commented on PR #2336: URL: https://github.com/apache/solr/pull/2336#issuecomment-1985671846 Looked into this a little bit more, and I suspect the close errors are a symptom of some faulty logic in reordering removals. There's an attempt in `CachingDirectoryFactory.closeCacheValue(

Re: [PR] Make parameter descriptions consistent in faceting.adoc [solr]

2024-03-08 Thread via GitHub
epugh merged PR #2162: URL: https://github.com/apache/solr/pull/2162 -- 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-16866: Deleting a non-existent directory should not fail [solr]

2024-03-08 Thread via GitHub
magibney commented on PR #2336: URL: https://github.com/apache/solr/pull/2336#issuecomment-1985873829 > Maybe the error occurs while it's deleting a child tree, and the rest of the files arent' deleted? Yeah I expect that'd be the case. If we can instead fix the removal-reorder

Re: [PR] SOLR-17172 Fix the test failure - sometimes execution was faster than 1 ms. [solr]

2024-03-08 Thread via GitHub
sigram merged PR #2339: URL: https://github.com/apache/solr/pull/2339 -- 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] [Commented] (SOLR-17172) Add QueryLimits termination to existing heavy SearchComponent-s

2024-03-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17824816#comment-17824816 ] ASF subversion and git services commented on SOLR-17172: Commit 2

Re: [I] Ability to mount an existing pvc to solr cloud pods for persistence. [solr-operator]

2024-03-08 Thread via GitHub
thai-op commented on issue #663: URL: https://github.com/apache/solr-operator/issues/663#issuecomment-1986151588 This is the current behavior of SolrCloud. The persistent PVC template provided in https://github.com/apache/solr-operator/blob/8e986e60a82fcd577fe55e882e23a5491f4d3014/api/v1bet

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

2024-03-08 Thread via GitHub
cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1518140238 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -74,14 +74,18 @@ public void startReplication(boolean switchTransactionLog) {

[jira] [Commented] (SOLR-17164) Add 2 arg variant of vectorSimilarity() function

2024-03-08 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17824857#comment-17824857 ] Chris M. Hostetter commented on SOLR-17164: --- Sanjay: I REALLY like your patch,