Re: [PR] SOLR-17187: make replica poll interval configurable [solr]

2025-04-02 Thread via GitHub
github-actions[bot] commented on PR #3144: URL: https://github.com/apache/solr/pull/3144#issuecomment-2774007986 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

Re: [PR] SOLR-17620 Encode the version of Solr in SolrCloud "liveNode" [solr]

2025-04-02 Thread via GitHub
dsmiley commented on code in PR #3305: URL: https://github.com/apache/solr/pull/3305#discussion_r2025963993 ## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java: ## @@ -865,6 +871,76 @@ public void removeLiveNodesListener(LiveNodesListener listener)

Re: [PR] Forbidden-API: Path.startsWith(String) [solr]

2025-04-02 Thread via GitHub
dsmiley merged PR #3303: URL: https://github.com/apache/solr/pull/3303 -- 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-17447 : Support to early terminate a search based on maxHits per collector. [solr]

2025-04-02 Thread via GitHub
HoustonPutman commented on code in PR #2960: URL: https://github.com/apache/solr/pull/2960#discussion_r2025456485 ## solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java: ## @@ -295,7 +295,7 @@ private Collector buildAndRunCollectorChain( final boolean termina

[jira] [Updated] (SOLR-17720) Deadlock in CollectionPropertiesZkStateReader

2025-04-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17720: -- Labels: pull-request-available (was: ) > Deadlock in CollectionPropertiesZkStateReader > -

Re: [PR] SOLR-17692: Abort ongoing fetches on core close [solr]

2025-04-02 Thread via GitHub
gerlowskija merged PR #3292: URL: https://github.com/apache/solr/pull/3292 -- 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

Re: [PR] SOLR-17723: Use NamedList.forEach() or iterator() [solr]

2025-04-02 Thread via GitHub
dsmiley commented on PR #3295: URL: https://github.com/apache/solr/pull/3295#issuecomment-2774201096 This was a lot of work... even with ClaudeMind doing many transformations (not all); I did some myself and reviewed it. It even found a (minor?) bug that I left as a TODO for scope reasons.

[jira] [Resolved] (SOLR-6326) ExternalFileFieldReloader and commits

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-6326. - Resolution: Won't Fix Per SOLR-17655, the recommendation for the future is to use in place updates for nu

[jira] [Resolved] (SOLR-3626) CurrencyField with sortMissingLast="true"

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-3626. - Resolution: Won't Fix SOLR-17683 removes CurrencyField in favour of CurrencyFieldType.  If this ticket is

[jira] [Resolved] (SOLR-17701) Remove AUTH_PORT in bin/solr scripts

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17701. -- Fix Version/s: main (10.0) Resolution: Fixed > Remove AUTH_PORT in bin/solr scripts > --

[jira] [Commented] (SOLR-17692) DELETEREPLICA should preempt full-recovery instead of waiting for completion

2025-04-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940365#comment-17940365 ] ASF subversion and git services commented on SOLR-17692: Commit 2

[jira] [Resolved] (SOLR-17692) DELETEREPLICA should preempt full-recovery instead of waiting for completion

2025-04-02 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-17692. Fix Version/s: main (10.0) 9.9 Assignee: Jason Gerlowski

Re: [PR] SOLR-17447 : Support to early terminate a search based on maxHits per collector. [solr]

2025-04-02 Thread via GitHub
HoustonPutman commented on code in PR #2960: URL: https://github.com/apache/solr/pull/2960#discussion_r2025471315 ## solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java: ## @@ -295,7 +295,7 @@ private Collector buildAndRunCollectorChain( final boolean termina

[PR] SOLR-17720: Fix deadlock possibility in CollectionPropertiesZkStateReader [solr]

2025-04-02 Thread via GitHub
aparnasuresh85 opened a new pull request, #3304: URL: https://github.com/apache/solr/pull/3304 https://issues.apache.org/jira/browse/SOLR-17720 # Description Please provide a short description of the changes you're making with this pull request. Fix deadlock

[jira] [Commented] (SOLR-17720) Deadlock in CollectionPropertiesZkStateReader

2025-04-02 Thread Aparna Suresh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940402#comment-17940402 ] Aparna Suresh commented on SOLR-17720: -- Created a PR today. > Deadlock in Collectio

Re: [PR] SOLR-16903: Nightly test failures from Path migration [solr]

2025-04-02 Thread via GitHub
dsmiley merged PR #3300: URL: https://github.com/apache/solr/pull/3300 -- 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-17655) Deprecate ExternalFileField in lieu of in-place docValue updates

2025-04-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940285#comment-17940285 ] ASF subversion and git services commented on SOLR-17655: Commit 7

[jira] [Resolved] (SOLR-17683) Remove CurrencyField in favour of CurrencyFieldType

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17683. -- Fix Version/s: main (10.0) Assignee: Eric Pugh Resolution: Fixed > Remove CurrencyField

[jira] [Resolved] (SOLR-3626) CurrencyField with sortMissingLast="true"

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-3626. - Resolution: Fixed SOLR-17683 removes CurrencyField in favour of CurrencyFieldType.  If this ticket is sti

[jira] [Reopened] (SOLR-3626) CurrencyField with sortMissingLast="true"

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reopened SOLR-3626: - > CurrencyField with sortMissingLast="true" > - > > Ke

[jira] [Commented] (SOLR-17701) Remove AUTH_PORT in bin/solr scripts

2025-04-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940286#comment-17940286 ] ASF subversion and git services commented on SOLR-17701: Commit 8

Re: [PR] SOLR-17701: Strip out AUTH_PORT in favour of SOLR_PORT [solr]

2025-04-02 Thread via GitHub
epugh merged PR #3265: URL: https://github.com/apache/solr/pull/3265 -- 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

[PR] SOLR-17620 Encode the version of Solr in SolrCloud "liveNode" [solr]

2025-04-02 Thread via GitHub
QFREEE opened a new pull request, #3305: URL: https://github.com/apache/solr/pull/3305 https://issues.apache.org/jira/browse/SOLR-17620 # Description Please provide a short description of the changes you're making with this pull request. ``` { "solrVe

[jira] [Resolved] (SOLR-15105) Sum aggregation not supported for externalField [Exception]

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-15105. -- Resolution: Won't Fix Per SOLR-17655, the recommendation for the future is to use in place updates for

[jira] [Resolved] (SOLR-11329) contrib/ltr FieldValueFeature is silently 0.0 for external file fields

2025-04-02 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-11329. -- Resolution: Won't Fix Per SOLR-17655, the recommendation for the future is to use in place updates for