[jira] [Commented] (SOLR-17623) SimpleOrderedMap should implement Map

2025-02-01 Thread Renato Haeberli (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922921#comment-17922921 ] Renato Haeberli commented on SOLR-17623: You're welcome, I couldn't have done it

[jira] [Updated] (SOLR-17648) multiThreaded: Remove obsolete RejectedExecutionException avoidance

2025-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17648: -- Labels: pull-request-available (was: ) > multiThreaded: Remove obsolete RejectedExecutionExcep

[PR] SOLR-17648: multiThreaded=true: changed queue implementation [solr]

2025-02-01 Thread via GitHub
dsmiley opened a new pull request, #3155: URL: https://github.com/apache/solr/pull/3155 from unlimited to 1000 max, after which the caller thread will execute. Didn't need the RejectedExecutionException avoidance hack anymore; Lucene 9.12 has it. https://issues.apache.org/jira/br

[jira] [Commented] (SOLR-17623) SimpleOrderedMap should implement Map

2025-02-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922943#comment-17922943 ] David Smiley commented on SOLR-17623: - Lets take that topic to SOLR-17647 which I jus

[jira] [Comment Edited] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2025-02-01 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916790#comment-17916790 ] Alex Deparvu edited comment on SOLR-13360 at 2/1/25 2:01 PM: -

[jira] [Commented] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2025-02-01 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922941#comment-17922941 ] Alex Deparvu commented on SOLR-13360: - PR was updated with the cleanup solution propo

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

2025-02-01 Thread via GitHub
github-actions[bot] closed pull request #2477: SOLR-17310: Configurable LeafSorter to customize segment search order URL: https://github.com/apache/solr/pull/2477 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

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

2025-02-01 Thread via GitHub
github-actions[bot] commented on PR #2477: URL: https://github.com/apache/solr/pull/2477#issuecomment-2629168132 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This

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

2025-02-01 Thread via GitHub
dsmiley commented on code in PR #3144: URL: https://github.com/apache/solr/pull/3144#discussion_r1938341688 ## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ## @@ -134,18 +127,25 @@ public static String getCommitVersion(SolrCore solrCore) { } /** -

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

2025-02-01 Thread via GitHub
dsmiley commented on code in PR #3144: URL: https://github.com/apache/solr/pull/3144#discussion_r1938342390 ## solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java: ## @@ -1485,7 +1486,8 @@ private Long readIntervalMs(String interval) { return TimeUnit.MILLISE

[jira] [Comment Edited] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2025-02-01 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916790#comment-17916790 ] Alex Deparvu edited comment on SOLR-13360 at 2/1/25 2:15 PM: -

Re: [PR] SOLR-17641: Disable the Security Manager for Java 24+ [solr]

2025-02-01 Thread via GitHub
epugh commented on PR #3153: URL: https://github.com/apache/solr/pull/3153#issuecomment-2628951104 It's great that you made the disabling conditional on Java 24+. I wonder though if we are better served just removing it completely from Solr 10, regardless of version of Java? -- This

Re: [PR] SOLR-17609: Remove HDFS module [solr]

2025-02-01 Thread via GitHub
epugh commented on PR #2923: URL: https://github.com/apache/solr/pull/2923#issuecomment-2628949967 It's february 1st, so I'm going to look to merge this on Monday barring any other concerns being brought up. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] SOLR-17609: mark deprecation of HDFS module in 9x and removal in 10 [solr]

2025-02-01 Thread via GitHub
epugh commented on code in PR #3041: URL: https://github.com/apache/solr/pull/3041#discussion_r1938274548 ## solr/solr-ref-guide/modules/deployment-guide/pages/solr-on-hdfs.adoc: ## @@ -20,6 +20,8 @@ The Solr HDFS Module has support for writing and reading Solr's index and tra

[jira] [Commented] (SOLR-17414) multiThreaded=true can result in RejectedExecutionException

2025-02-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923016#comment-17923016 ] David Smiley commented on SOLR-17414: - Lucene 9.12 has a fix for this -- https://gith

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

2025-02-01 Thread via GitHub
weiwang19 commented on PR #2477: URL: https://github.com/apache/solr/pull/2477#issuecomment-2629240025 keep it open -- 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 unsub

[jira] [Assigned] (SOLR-17648) multiThreaded: Remove obsolete RejectedExecutionException avoidance

2025-02-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-17648: --- Assignee: David Smiley > multiThreaded: Remove obsolete RejectedExecutionException avoidance

[jira] [Created] (SOLR-17648) multiThreaded: Remove obsolete RejectedExecutionException avoidance

2025-02-01 Thread David Smiley (Jira)
David Smiley created SOLR-17648: --- Summary: multiThreaded: Remove obsolete RejectedExecutionException avoidance Key: SOLR-17648 URL: https://issues.apache.org/jira/browse/SOLR-17648 Project: Solr