Re: [PR] SOLR-17568: SolrCloud shouldn't proxy/route a core specific request [solr]

2024-11-26 Thread via GitHub
dsmiley commented on code in PR #2885: URL: https://github.com/apache/solr/pull/2885#discussion_r1860003476 ## solr/CHANGES.txt: ## @@ -36,7 +36,8 @@ Improvements Optimizations - -(No changes) +* SOLR-17568: The CLI bin/solr export tool now contacts the a

[jira] [Updated] (SOLR-17575) Solr Langid backwards compatibility with the legacy "langid.whitelist" is broken

2024-11-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17575: -- Labels: pull-request-available (was: ) > Solr Langid backwards compatibility with the legacy "

[PR] SOLR-17575: Fixed broken backwards compatibility with the legacy "langid.whitelist" config in Solr Langid [solr]

2024-11-26 Thread via GitHub
azagniotov opened a new pull request, #2886: URL: https://github.com/apache/solr/pull/2886 https://issues.apache.org/jira/browse/SOLR-17575 # Description Making sure that backwards compatibility with the legacy `"langid.whitelist"` config in Solr Langid works as exp

[jira] [Created] (SOLR-17575) Solr Langid backwards compatibility with the legacy "langid.whitelist" is broken

2024-11-26 Thread Alexander Zagniotov (Jira)
Alexander Zagniotov created SOLR-17575: -- Summary: Solr Langid backwards compatibility with the legacy "langid.whitelist" is broken Key: SOLR-17575 URL: https://issues.apache.org/jira/browse/SOLR-17575

[jira] [Resolved] (SOLR-17516) LBHttpSolrClient: support HttpJdkSolrClient

2024-11-26 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-17516. --- Resolution: Fixed > LBHttpSolrClient: support HttpJdkSolrClient > ---

[jira] [Resolved] (SOLR-17569) TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTest unreproducible test failures

2024-11-26 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-17569. --- Resolution: Fixed (no CHANGES.txt entry; test change only) > TestLBHttpSolrClient/LBHttp2SolrClient

[jira] [Commented] (SOLR-17569) TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTest unreproducible test failures

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

Re: [PR] SOLR-16903: Update CLI tools to use java.nio.file.Path instead of java.io.File [solr]

2024-11-26 Thread via GitHub
epugh commented on PR #2883: URL: https://github.com/apache/solr/pull/2883#issuecomment-2501669337 @AndreyBozhko please do tag me as you keep doing these! I also like to keep an eye on https://ci-builds.apache.org/job/Solr/job/Solr-Test-main/ to make sure things remain good as these chang

[jira] [Resolved] (SOLR-16903) Use Path instead of File in Java Code

2024-11-26 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16903. -- Resolution: Fixed Resolving in favour of using the original ticket! > Use Path instead of File in Java

[jira] [Reopened] (SOLR-16903) Use Path instead of File in Java Code

2024-11-26 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reopened SOLR-16903: -- Reopening after deciding that this Jira really reflects the File --> Path work specifically. > Use Path i

[jira] [Commented] (SOLR-16903) Use Path instead of File in Java Code

2024-11-26 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901282#comment-17901282 ] Eric Pugh commented on SOLR-16903: -- Actually, after re-reading these two JIRAs, this isn

[jira] [Commented] (SOLR-16903) Use Path instead of File in Java Code

2024-11-26 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901280#comment-17901280 ] Eric Pugh commented on SOLR-16903: -- Let's commit to https://issues.apache.org/jira/brows

[jira] [Commented] (SOLR-16903) Use Path instead of File in Java Code

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

Re: [PR] SOLR-16903: Update CLI tools to use java.nio.file.Path instead of java.io.File [solr]

2024-11-26 Thread via GitHub
epugh merged PR #2883: URL: https://github.com/apache/solr/pull/2883 -- 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-16903: Update CLI tools to use java.nio.file.Path instead of java.io.File [solr]

2024-11-26 Thread via GitHub
epugh commented on PR #2883: URL: https://github.com/apache/solr/pull/2883#issuecomment-2501659957 Since this is purely a refactoring, skipping CHANGES.txt. I am going to apply this to `main` only... -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (SOLR-17569) TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTest unreproducible test failures

2024-11-26 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-17569: -- Fix Version/s: main (10.0) 9.8 > TestLBHttpSolrClient/LBHttp2SolrClientIntegrationT

[jira] [Assigned] (SOLR-17569) TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTest unreproducible test failures

2024-11-26 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer reassigned SOLR-17569: - Assignee: James Dyer > TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTest unreproducible tes

Re: [PR] SOLR-16903: Update CLI tools to use java.nio.file.Path instead of java.io.File [solr]

2024-11-26 Thread via GitHub
AndreyBozhko commented on PR #2883: URL: https://github.com/apache/solr/pull/2883#issuecomment-2501620662 @epugh Thanks, I think this piece is ready. -- 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

[PR] Create 2024-11-26-apache-solr-filter-queries-integer-or-string-fields.md [solr-site]

2024-11-26 Thread via GitHub
lizbiella opened a new pull request, #133: URL: https://github.com/apache/solr-site/pull/133 added a blog post about Apache solr filter queries -- 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

Re: [PR] SOLR-17569: fix flaky test TestLBHttpSolrClient (9.x) / LBHttp2SolrClientIntegrationTest (main) [solr]

2024-11-26 Thread via GitHub
dsmiley commented on code in PR #2884: URL: https://github.com/apache/solr/pull/2884#discussion_r1858810456 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBSolrClient.java: ## @@ -60,10 +61,18 @@ import org.apache.solr.common.util.ObjectReleaseTracker; import org.ap

Re: [PR] SOLR-17569: fix flaky test TestLBHttpSolrClient (9.x) / LBHttp2SolrClientIntegrationTest (main) [solr]

2024-11-26 Thread via GitHub
jdyer1 merged PR #2884: URL: https://github.com/apache/solr/pull/2884 -- 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-17569) TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTest unreproducible test failures

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

Re: [PR] SOLR-17569: fix flaky test TestLBHttpSolrClient (9.x) / LBHttp2SolrClientIntegrationTest (main) [solr]

2024-11-26 Thread via GitHub
jdyer1 commented on code in PR #2884: URL: https://github.com/apache/solr/pull/2884#discussion_r1858788127 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBSolrClient.java: ## @@ -60,10 +61,18 @@ import org.apache.solr.common.util.ObjectReleaseTracker; import org.apa

[jira] [Commented] (SOLR-17574) ClusterState getHostAllowList isn't always updated when live nodes change

2024-11-26 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901180#comment-17901180 ] Bruno Roustant commented on SOLR-17574: --- I think I was misled at the PR time by the

Re: [PR] SOLR-16903: Update CLI tools to use java.nio.file.Path instead of java.io.File [solr]

2024-11-26 Thread via GitHub
epugh commented on PR #2883: URL: https://github.com/apache/solr/pull/2883#issuecomment-2500483321 @AndreyBozhko let me know when you feel the PR is ready...! -- 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

[jira] [Commented] (SOLR-17573) Make TimeSource a global singleton; never a field or param of any code

2024-11-26 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901170#comment-17901170 ] Andrzej Bialecki commented on SOLR-17573: - I think a global singleton (configurab