[jira] [Updated] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-17351: -- Status: Open (was: Open) > Cosmetic changes to v2 filestore "get file" API > -

[jira] [Comment Edited] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927313#comment-17927313 ] Chris M. Hostetter edited comment on SOLR-17351 at 2/15/25 1:22 AM: ---

Re: [PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
dsmiley commented on PR #3184: URL: https://github.com/apache/solr/pull/3184#issuecomment-2660174255 Yeah; agree with Kevin. -- 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.

Re: [PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
dsmiley commented on PR #3184: URL: https://github.com/apache/solr/pull/3184#issuecomment-2660237523 Fundamentally, I think this is a hack, wherever it's placed. But to stop some CI builds from being on fire, maybe this is what we need to do today. Ideally we would better understand exact

Re: [PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
malliaridis commented on PR #3184: URL: https://github.com/apache/solr/pull/3184#issuecomment-2660210798 No problem, can move that to the UI module. I was just thinking that since this may not be the only case where we have to exclude specific tasks on `-x test`, it would be better placed i

Re: [PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
dsmiley commented on PR #3184: URL: https://github.com/apache/solr/pull/3184#issuecomment-2660480907 @risdenk do you accept this PR, now that the hack is contained to the offending module? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
dsmiley commented on PR #3184: URL: https://github.com/apache/solr/pull/3184#issuecomment-2660515602 I took the liberty of merging to expedite resolving failing builds. Thanks Christos for getting this workaround in. -- This is an automated message from the Apache Git Service. To respon

Re: [PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
dsmiley merged PR #3184: URL: https://github.com/apache/solr/pull/3184 -- 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] [Updated] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-17351: -- Attachment: SOLR-17351.test-failures.tgz Status: Open (was: Open) {quote}...th

[jira] [Resolved] (SOLR-17630) Add CloudSolrClient instance for a Solr node

2025-02-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17630. - Fix Version/s: 9.9 Resolution: Fixed > Add CloudSolrClient instance for a Solr node >

Re: [PR] SOLR-17671 Add a hook in ReplicationHandler to allow extending CoreReplication. [solr]

2025-02-14 Thread via GitHub
bruno-roustant commented on code in PR #3182: URL: https://github.com/apache/solr/pull/3182#discussion_r1956350632 ## solr/core/src/java/org/apache/solr/handler/admin/api/ReplicationAPIBase.java: ## @@ -377,7 +383,9 @@ public void write(OutputStream out) throws IOException {

[PR] SOLR-17671 Replication and Backup use an unwrapped Directory. [solr]

2025-02-14 Thread via GitHub
bruno-roustant opened a new pull request, #3185: URL: https://github.com/apache/solr/pull/3185 Currently Replication and Backup copy files using a Directory created with the configured DirectoryFactory. This Directory may be a FilterDirectory that adds additional logic (e.g. encryption) tha

[PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
malliaridis opened a new pull request, #3184: URL: https://github.com/apache/solr/pull/3184 # Description After some CI runs we have noticed that the Kotlin multiplatform test tasks of the new UI module, namely `allTests`, `desktopTest`, `wasmJsTest` and `wasmJsBrowserTest`, are not

[jira] [Updated] (SOLR-17671) Replication and Backup should use an unwrapped Directory when copying files.

2025-02-14 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant updated SOLR-17671: -- Description: Currently Replication and Backup copy files using a Directory created with the co

Re: [PR] SOLR-17671 Add a hook in ReplicationHandler to allow extending CoreReplication. [solr]

2025-02-14 Thread via GitHub
bruno-roustant closed pull request #3182: SOLR-17671 Add a hook in ReplicationHandler to allow extending CoreReplication. URL: https://github.com/apache/solr/pull/3182 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] SOLR-17671 Add a hook in ReplicationHandler to allow extending CoreReplication. [solr]

2025-02-14 Thread via GitHub
bruno-roustant commented on code in PR #3182: URL: https://github.com/apache/solr/pull/3182#discussion_r1956255762 ## solr/core/src/java/org/apache/solr/handler/admin/api/ReplicationAPIBase.java: ## @@ -377,7 +383,9 @@ public void write(OutputStream out) throws IOException {

[jira] [Commented] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927265#comment-17927265 ] Jason Gerlowski commented on SOLR-17351: Yep, understood! The revert was definit

Re: [PR] Exclude Kotlin multiplatform tests on -x test [solr]

2025-02-14 Thread via GitHub
HoustonPutman commented on PR #3184: URL: https://github.com/apache/solr/pull/3184#issuecomment-2660443887 - https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/testing/internal/KotlinTestsRegistry.kt#L33 - ht

[jira] [Commented] (SOLR-17656) Add expert level option to allowe PULL replicas to go ACTIVE w/o RECOVERING

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

[jira] [Resolved] (SOLR-17656) Add expert level option to allowe PULL replicas to go ACTIVE w/o RECOVERING

2025-02-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter resolved SOLR-17656. --- Fix Version/s: main (10.0) 9.9 Resolution: Fixed > Add expe

Re: [PR] SOLR-17645: Gracefully handle exceptions in executor threads [solr]

2025-02-14 Thread via GitHub
HoustonPutman merged PR #3150: URL: https://github.com/apache/solr/pull/3150 -- 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.apa

[jira] [Commented] (SOLR-17645) Handle executor thread failures more gracefully

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

[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made

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

[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made

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

[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made

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

[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made

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

Re: [PR] SOLR-17673: Add back in option to use max CPU threads for searching [solr]

2025-02-14 Thread via GitHub
HoustonPutman merged PR #3186: URL: https://github.com/apache/solr/pull/3186 -- 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.apa

[jira] [Resolved] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made

2025-02-14 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-17673. --- Assignee: Houston Putman Resolution: Fixed > Disable default multithreaded searcher exe

[jira] [Resolved] (SOLR-17645) Handle executor thread failures more gracefully

2025-02-14 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-17645. --- Fix Version/s: 9.9 Assignee: Houston Putman Resolution: Fixed > Handle execut

[jira] [Commented] (SOLR-17645) Handle executor thread failures more gracefully

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

Re: [PR] SOLR-17671 Replication and Backup use an unwrapped Directory. [solr]

2025-02-14 Thread via GitHub
dsmiley commented on code in PR #3185: URL: https://github.com/apache/solr/pull/3185#discussion_r1957047711 ## solr/core/src/java/org/apache/solr/handler/admin/api/ReplicationAPIBase.java: ## @@ -377,7 +380,7 @@ public void write(OutputStream out) throws IOException { try

Re: [PR] SOLR-17617: Add missing Inject to CollectionProperty and InstallCoreData [solr]

2025-02-14 Thread via GitHub
colvinco commented on PR #3023: URL: https://github.com/apache/solr/pull/3023#issuecomment-2659978985 @gerlowskija fyi, here's what I've done so far. https://github.com/apache/solr/blob/1e3f4afb23761b9462eb5577f3b286fa1b0bc998/solr/core/src/test/org/apache/solr/handler/admin/api/V2APISmokeTe

[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made

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

Re: [PR] SOLR-17673: Disable multithreaded search at the node level by default [solr]

2025-02-14 Thread via GitHub
HoustonPutman commented on PR #3183: URL: https://github.com/apache/solr/pull/3183#issuecomment-2659998104 Ok, yeah, I was a bit lazy with the solution. But I agree that it should be possible. Though from my (probably bad) viewpoint, `0` would sound like "disabled" to me, and `-1` would sou

Re: [PR] SOLR-17673: Disable multithreaded search at the node level by default [solr]

2025-02-14 Thread via GitHub
HoustonPutman merged PR #3183: URL: https://github.com/apache/solr/pull/3183 -- 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.apa

[jira] [Commented] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

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

Re: [PR] SOLR-17351: Decompose filestore "get file" API [solr]

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

[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made

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

Re: [PR] SOLR-17673: Disable multithreaded search at the node level by default [solr]

2025-02-14 Thread via GitHub
risdenk commented on PR #3183: URL: https://github.com/apache/solr/pull/3183#issuecomment-2659988149 I know I missed reviewing this - but this completely removes the ability to have it figure out number of processors right? I wonder if it would make sense to set the default to -1 in t

[jira] [Commented] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927232#comment-17927232 ] Chris M. Hostetter commented on SOLR-17351: --- I'm seeing several test failures o

[jira] [Commented] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927236#comment-17927236 ] Chris M. Hostetter commented on SOLR-17351: --- Example... {noformat} > ja

[jira] [Commented] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927238#comment-17927238 ] Jason Gerlowski commented on SOLR-17351: Wow - commit to revert-request in under

[jira] [Commented] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

2025-02-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927243#comment-17927243 ] Chris M. Hostetter commented on SOLR-17351: --- FWIW: I wasn't request you revert,

[jira] [Commented] (SOLR-17656) Add expert level option to allowe PULL replicas to go ACTIVE w/o RECOVERING

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

[jira] [Commented] (SOLR-17351) Cosmetic changes to v2 filestore "get file" API

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

[jira] [Updated] (SOLR-17671) Replication and Backup should use an unwrapped Directory when copying files.

2025-02-14 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant updated SOLR-17671: -- Description: Currently Replication and Backup copy files using a Directory created with the co

Re: [PR] SOLR-17671 Replication and Backup use an unwrapped Directory. [solr]

2025-02-14 Thread via GitHub
bruno-roustant commented on code in PR #3185: URL: https://github.com/apache/solr/pull/3185#discussion_r1956345110 ## solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java: ## @@ -421,9 +422,21 @@ public final Directory get(String path, DirContext dirContext, Str

Re: [PR] SOLR-17671 Replication and Backup use an unwrapped Directory. [solr]

2025-02-14 Thread via GitHub
bruno-roustant commented on code in PR #3185: URL: https://github.com/apache/solr/pull/3185#discussion_r1956348656 ## solr/core/src/java/org/apache/solr/core/DirectoryFactory.java: ## @@ -55,10 +55,16 @@ public abstract class DirectoryFactory implements NamedListInitializedPlug

[jira] [Updated] (SOLR-17658) Implement Admin UI Start Screen

2025-02-14 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christos Malliaridis updated SOLR-17658: Labels: new-ui newdv ui (was: new-ui ui) > Implement Admin UI Start Screen > -

[jira] [Updated] (SOLR-17658) Implement Admin UI Start Screen

2025-02-14 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christos Malliaridis updated SOLR-17658: Labels: new-ui newdev ui (was: new-ui newdv ui) > Implement Admin UI Start Screen

Re: [PR] SOLR-17671 Replication and Backup use an unwrapped Directory. [solr]

2025-02-14 Thread via GitHub
bruno-roustant commented on PR #3185: URL: https://github.com/apache/solr/pull/3185#issuecomment-2659768506 Actually in its current state, this PR does not work. The Directory returned by the CachedDirectoryFactory may be different than the Directory cached internally. This results in unc

Re: [PR] SOLR-17669: Reduce Memory Consumption by 80-90% when using Dynamic fields (DocumentObjectBinder) [solr]

2025-02-14 Thread via GitHub
dsmiley commented on PR #3179: URL: https://github.com/apache/solr/pull/3179#issuecomment-2660753507 @psalagnac , this isn't about the Solr schema, this is SolrJ, using a nifty feature to map Solr result documents from `QueryResponse.getBeans` to a user's domain object that has annotations.