Re: [PR] SOLR-17321: Remove Deprecated URL API in Preparation for Java 21 [solr]

2024-06-13 Thread via GitHub
iamsanjay commented on PR #2501: URL: https://github.com/apache/solr/pull/2501#issuecomment-2164742464 > Why use ForbiddenAPI for a deprecated thing? As we are still in migration phase, It will not be deprecated until we move onto Java 21. Meanwhile, If someone tries to use it , they

Re: [PR] SOLR-17321: Remove Deprecated URL API in Preparation for Java 21 [solr]

2024-06-13 Thread via GitHub
uschindler commented on PR #2501: URL: https://github.com/apache/solr/pull/2501#issuecomment-2164786335 > Why use ForbiddenAPI for a deprecated thing? The JDK (with IDE support too) and javac already handle it in its own way. ForbiddenAPI principally exists for non-deprecated things we insi

Re: [PR] SOLR-17321: Remove Deprecated URL API in Preparation for Java 21 [solr]

2024-06-13 Thread via GitHub
uschindler commented on code in PR #2501: URL: https://github.com/apache/solr/pull/2501#discussion_r1637690443 ## solr/solrj/src/test/org/apache/solr/common/util/ContentStreamTest.java: ## @@ -161,7 +161,7 @@ public void testURLStreamCSVGZIPExtention() throws IOException {

Re: [PR] SOLR-17321: Remove Deprecated URL API in Preparation for Java 21 [solr]

2024-06-13 Thread via GitHub
uschindler commented on code in PR #2501: URL: https://github.com/apache/solr/pull/2501#discussion_r1637696933 ## solr/core/src/test/org/apache/solr/cloud/TestRequestForwarding.java: ## @@ -69,6 +71,12 @@ public void testMultiCollectionQuery() throws Exception { } } +

Re: [PR] SOLR-17321: Remove Deprecated URL API in Preparation for Java 21 [solr]

2024-06-13 Thread via GitHub
dsmiley commented on PR #2501: URL: https://github.com/apache/solr/pull/2501#issuecomment-2165044084 What I love about our community is that we have so much expertise to call upon; thanks Uwe :-) > Forbiddenapis allows to restrict only JDK-forbidden stuff Then lets do that and

[jira] [Updated] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Yohann Callea (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yohann Callea updated SOLR-17331: - Description: The test *_MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget_* is sometime

[jira] [Updated] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Yohann Callea (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yohann Callea updated SOLR-17331: - Description: The test *_MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget_* is sometime

[jira] [Created] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Yohann Callea (Jira)
Yohann Callea created SOLR-17331: Summary: MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky Key: SOLR-17331 URL: https://issues.apache.org/jira/browse/SOLR-17331 Project: Solr

[jira] [Comment Edited] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Yohann Callea (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854694#comment-17854694 ] Yohann Callea edited comment on SOLR-17331 at 6/13/24 9:51 AM:

[jira] [Commented] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Yohann Callea (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854694#comment-17854694 ] Yohann Callea commented on SOLR-17331: -- Before eventually going ahead with a fix pro

[jira] [Comment Edited] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Yohann Callea (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854694#comment-17854694 ] Yohann Callea edited comment on SOLR-17331 at 6/13/24 9:51 AM:

Re: [PR] SOLR-17322 Make RankQuery.getTopDocsCollector use covariant generic types [solr]

2024-06-13 Thread via GitHub
cpoerschke commented on code in PR #2506: URL: https://github.com/apache/solr/pull/2506#discussion_r1638095981 ## solr/core/src/test/org/apache/solr/search/RankQueryTest.java: ## @@ -106,4 +119,65 @@ public void testPluggableCollector() { "//result/doc[2]/str[@name='id'

[jira] [Assigned] (SOLR-17322) Make RankQuery.getTopDocsCollector use covariant generic types

2024-06-13 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke reassigned SOLR-17322: -- Assignee: Christine Poerschke > Make RankQuery.getTopDocsCollector use covaria

[jira] [Updated] (SOLR-17322) Make RankQuery.getTopDocsCollector use covariant generic types

2024-06-13 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-17322: --- Fix Version/s: 9.7 > Make RankQuery.getTopDocsCollector use covariant generic types >

Re: [PR] SOLR-17322 Make RankQuery.getTopDocsCollector use covariant generic types [solr]

2024-06-13 Thread via GitHub
stephen-woods commented on code in PR #2506: URL: https://github.com/apache/solr/pull/2506#discussion_r1638116683 ## solr/core/src/test/org/apache/solr/search/RankQueryTest.java: ## @@ -106,4 +119,65 @@ public void testPluggableCollector() { "//result/doc[2]/str[@name='

Re: [PR] SOLR-17322 Make RankQuery.getTopDocsCollector use covariant generic types [solr]

2024-06-13 Thread via GitHub
stephen-woods commented on code in PR #2506: URL: https://github.com/apache/solr/pull/2506#discussion_r1638116683 ## solr/core/src/test/org/apache/solr/search/RankQueryTest.java: ## @@ -106,4 +119,65 @@ public void testPluggableCollector() { "//result/doc[2]/str[@name='

Re: [PR] fix Lucene[95-->99] typo in SchemaCodecFactory javadocs [solr]

2024-06-13 Thread via GitHub
cpoerschke commented on code in PR #2478: URL: https://github.com/apache/solr/pull/2478#discussion_r1638122281 ## solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java: ## @@ -151,8 +151,9 @@ public Codec getCodec() { } /** - * This class exists because Lucen

Re: [PR] fix Lucene[95-->99] typo in SchemaCodecFactory javadocs [solr]

2024-06-13 Thread via GitHub
cpoerschke commented on code in PR #2478: URL: https://github.com/apache/solr/pull/2478#discussion_r1638122281 ## solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java: ## @@ -151,8 +151,9 @@ public Codec getCodec() { } /** - * This class exists because Lucen

Re: [PR] SOLR-17322 Make RankQuery.getTopDocsCollector use covariant generic types [solr]

2024-06-13 Thread via GitHub
cpoerschke commented on code in PR #2506: URL: https://github.com/apache/solr/pull/2506#discussion_r1638137295 ## solr/core/src/test/org/apache/solr/search/RankQueryTest.java: ## @@ -106,4 +119,65 @@ public void testPluggableCollector() { "//result/doc[2]/str[@name='id'

Re: [PR] SOLR-17322 Make RankQuery.getTopDocsCollector use covariant generic types [solr]

2024-06-13 Thread via GitHub
cpoerschke commented on code in PR #2506: URL: https://github.com/apache/solr/pull/2506#discussion_r1638182293 ## solr/core/src/test/org/apache/solr/search/RankQueryTest.java: ## @@ -106,4 +119,65 @@ public void testPluggableCollector() { "//result/doc[2]/str[@name='id'

[jira] [Commented] (SOLR-17324) Wired SolrJ Dependency Tree

2024-06-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854758#comment-17854758 ] Thomas Wöckinger commented on SOLR-17324: - It is a bit worse, as solr-solrj-zooke

Re: [PR] SOLR-13681: make Lucene's index sorting directly configurable in Solr [solr]

2024-06-13 Thread via GitHub
atris commented on PR #313: URL: https://github.com/apache/solr/pull/313#issuecomment-2165858080 Still working on this - have a PR in process. Will publish by weekend and tag you for review -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] SOLR-17310: Configurable LeafSorter to customize segment search order [solr]

2024-06-13 Thread via GitHub
cpoerschke commented on code in PR #2477: URL: https://github.com/apache/solr/pull/2477#discussion_r1638276023 ## solr/core/src/java/org/apache/solr/update/SegmentTimeLeafSorterSupplier.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Updated] (SOLR-17324) Weird SolrJ Dependency Tree

2024-06-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wöckinger updated SOLR-17324: Summary: Weird SolrJ Dependency Tree (was: Wired SolrJ Dependency Tree ) > Weird SolrJ De

Re: [PR] fix Lucene[95-->99] typo in SchemaCodecFactory javadocs [solr]

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

[jira] [Commented] (SOLR-17310) Configurable LeafSorter to customize segment search order

2024-06-13 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854761#comment-17854761 ] Christine Poerschke commented on SOLR-17310: Following on from my [https://g

Re: [PR] SOLR-17310: Configurable LeafSorter to customize segment search order [solr]

2024-06-13 Thread via GitHub
cpoerschke commented on code in PR #2477: URL: https://github.com/apache/solr/pull/2477#discussion_r1638294314 ## solr/core/src/java/org/apache/solr/update/SegmentTimeLeafSorterSupplier.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Commented] (SOLR-17332) Remove last vestiges of post.jar from main

2024-06-13 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854774#comment-17854774 ] David Smiley commented on SOLR-17332: - Sorry, I didn't get or read the memo that post

[jira] [Comment Edited] (SOLR-17324) Weird SolrJ Dependency Tree

2024-06-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854758#comment-17854758 ] Thomas Wöckinger edited comment on SOLR-17324 at 6/13/24 3:01 PM: -

[jira] [Created] (SOLR-17332) Remove last vestiges of post.jar from main

2024-06-13 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17332: Summary: Remove last vestiges of post.jar from main Key: SOLR-17332 URL: https://issues.apache.org/jira/browse/SOLR-17332 Project: Solr Issue Type: Sub-task

[PR] Don't create a Thread when there is no thread [solr]

2024-06-13 Thread via GitHub
psalagnac opened a new pull request, #2514: URL: https://github.com/apache/solr/pull/2514 No Jira. This is just to clean-up a bad smell in the code. # Description We create a `java.lang.Thread` instance, but this thread is never started. It just acts as a target for anot

[jira] [Commented] (SOLR-17332) Remove last vestiges of post.jar from main

2024-06-13 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854779#comment-17854779 ] Eric Pugh commented on SOLR-17332: -- * SOLR-17159: Remove deprecated bin/post and bin/pos

[jira] [Commented] (SOLR-16962) updateLog tlog dir location config is silently ignored

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

[jira] [Commented] (SOLR-17330) Default value for 'loadOnStartup' is fuzzy

2024-06-13 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854798#comment-17854798 ] David Smiley commented on SOLR-17330: - +1. What do you think about trivially augmenti

Re: [PR] Demonstrate a test framework bug [solr]

2024-06-13 Thread via GitHub
jdyer1 commented on PR #2242: URL: https://github.com/apache/solr/pull/2242#issuecomment-2166340661 @epugh As mentioned earlier in the PR, we can paper over this by disabling Parallel Updates for auth tests. But the real problem in my opinion is we have allowed SolrJ to become a server-sid

Re: [PR] SOLR-17269: Do not publish synthetic solr core (of Coordinator node) to ZK [solr]

2024-06-13 Thread via GitHub
dsmiley commented on PR #2438: URL: https://github.com/apache/solr/pull/2438#issuecomment-2166172934 Looks great. Might you suggest a succinct CHANGES.txt entry for 9.7? CHANGES.txt is written for users to read/understand. Also can you propose a commit message here, which often adds

Re: [PR] SOLR-16962: Restore ability to configure tlog directory [solr]

2024-06-13 Thread via GitHub
magibney merged PR #1895: URL: https://github.com/apache/solr/pull/1895 -- 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.o

[jira] [Commented] (SOLR-16962) updateLog tlog dir location config is silently ignored

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

[jira] [Commented] (SOLR-16796) Publish an SBOM for Solr maven artifacts

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

[jira] [Created] (SOLR-17333) Various rate limiting fixes

2024-06-13 Thread Michael Gibney (Jira)
Michael Gibney created SOLR-17333: - Summary: Various rate limiting fixes Key: SOLR-17333 URL: https://issues.apache.org/jira/browse/SOLR-17333 Project: Solr Issue Type: Bug Report

[jira] [Resolved] (SOLR-16962) updateLog tlog dir location config is silently ignored

2024-06-13 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney resolved SOLR-16962. --- Fix Version/s: 9.7 Assignee: Michael Gibney Resolution: Fixed > updateLog tlo

[jira] [Commented] (SOLR-16796) Publish an SBOM for Solr maven artifacts

2024-06-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854837#comment-17854837 ] ASF subversion and git services commented on SOLR-16796: Commit 3

Re: [PR] SOLR-17269: Do not publish synthetic solr core (of Coordinator node) to ZK [solr]

2024-06-13 Thread via GitHub
patsonluk commented on PR #2438: URL: https://github.com/apache/solr/pull/2438#issuecomment-2166201555 > Looks great. Might you suggest a succinct CHANGES.txt entry for 9.7? CHANGES.txt is written for users to read/understand. Many thanks for all the reviews! I will add an entry to CH

[jira] [Commented] (SOLR-16796) Publish an SBOM for Solr maven artifacts

2024-06-13 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854835#comment-17854835 ] Houston Putman commented on SOLR-16796: --- Unfortunately I think I need to revert unt

Re: [PR] SOLR-16824: Adopt Linux Command line tool pattern of -- for long option commands [solr]

2024-06-13 Thread via GitHub
epugh commented on PR #1768: URL: https://github.com/apache/solr/pull/1768#issuecomment-2166319911 Okay! I believe that deprecated options are back in, so scripts shouldn't break between 9.6 and 9.7 I would love another set of eyes and then look to merge to main in the next few days.

[jira] [Assigned] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman reassigned SOLR-17331: - Assignee: Houston Putman > MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is

Re: [PR] SOLR-16824: Adopt Linux Command line tool pattern of -- for long option commands [solr]

2024-06-13 Thread via GitHub
epugh commented on PR #1768: URL: https://github.com/apache/solr/pull/1768#issuecomment-2166795214 @HoustonPutman any tips on how to validate that changes on this PR don't impact solr operator? -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] SOLR-17160: Time based tracking of core admin requests with Caffeine cache [solr]

2024-06-13 Thread via GitHub
dsmiley commented on code in PR #2304: URL: https://github.com/apache/solr/pull/2304#discussion_r1638975112 ## solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java: ## @@ -497,42 +534,23 @@ public void submitAsyncTask(TaskObject taskObject) throws SolrExceptio

Re: [PR] SOLR-17269: Do not publish synthetic solr core (of Coordinator node) to ZK [solr]

2024-06-13 Thread via GitHub
dsmiley commented on PR #2438: URL: https://github.com/apache/solr/pull/2438#issuecomment-2166879930 Yes to both. It's helpful if you provide this info as it affords peer review and it makes it easier for me :-) -- This is an automated message from the Apache Git Service. To respond to t

[jira] [Commented] (SOLR-17331) MigrateReplicasTest.testGoodSpreadDuringAssignWithNoTarget is flaky

2024-06-13 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854882#comment-17854882 ] Houston Putman commented on SOLR-17331: --- Thank you for an outstanding JIRA, I'm blo

[PR] SOLR-17331: More optimal placements with OrderedNodePlacementPlugin [solr]

2024-06-13 Thread via GitHub
HoustonPutman opened a new pull request, #2515: URL: https://github.com/apache/solr/pull/2515 https://issues.apache.org/jira/browse/SOLR-17331 I've also added and re-arranged tests as-per the Jira comments. -- This is an automated message from the Apache Git Service. To respond to t

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

2024-06-13 Thread via GitHub
gus-asf commented on PR #2493: URL: https://github.com/apache/solr/pull/2493#issuecomment-2166986928 Am on vacation this week, will try to look Sunday after I get back. On Tue, Jun 11, 2024 at 7:40 PM Hitesh Khamesra ***@***.***> wrote: > ***@***. commented on this pull r

Re: [PR] SOLR-17269: Do not publish synthetic solr core (of Coordinator node) to ZK [solr]

2024-06-13 Thread via GitHub
patsonluk commented on PR #2438: URL: https://github.com/apache/solr/pull/2438#issuecomment-2167020499 @dsmiley CHANGES.txt updated Commit message: ``` Removed logic that registers the synthetic collection/core of Coordinator node to zookeeper, this simplifies the code f