Re: [PR] SOLR-17309: Enhance certificate based authentication plugin with flexible cert principal resolution [solr]

2025-01-14 Thread via GitHub
epugh commented on PR #3029: URL: https://github.com/apache/solr/pull/3029#issuecomment-2589605275 Could you explain a bit more what the general use case is? I read the code, and I see lots of complex words I don't understand ;-).Maybe the Ref Guide docs would make it all clear!

Re: [PR] Move DOMUtil ConfigNode methods to ConfigNode, with some name changes. [solr]

2025-01-14 Thread via GitHub
epugh commented on code in PR #3027: URL: https://github.com/apache/solr/pull/3027#discussion_r1914614723 ## solr/solrj/src/java/org/apache/solr/common/ConfigNode.java: ## @@ -93,9 +107,16 @@ default String attr(String name) { return attributes().get(name); } - defaul

Re: [PR] Move DOMUtil ConfigNode methods to ConfigNode, with some name changes. [solr]

2025-01-14 Thread via GitHub
epugh commented on code in PR #3027: URL: https://github.com/apache/solr/pull/3027#discussion_r1914615978 ## solr/core/src/java/org/apache/solr/core/PluginInfo.java: ## @@ -100,39 +100,23 @@ public String toString() { } } + /** From XML. */ Review Comment: i think

[PR] SOLR-17562: Unify JAX-RS "raw response" endpoints [solr]

2025-01-14 Thread via GitHub
gerlowskija opened a new pull request, #3032: URL: https://github.com/apache/solr/pull/3032 https://issues.apache.org/jira/browse/SOLR-17562 # Description Several v2 APIs return raw files or streams of data, including: ZooKeeperReadAPI, NodeFileStore, and CoreReplication.fetchF

[jira] [Updated] (SOLR-17562) Unify v2 API streaming support

2025-01-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17562: -- Labels: pull-request-available (was: ) > Unify v2 API streaming support >

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
epugh commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1914833957 ## solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java: ## @@ -534,7 +534,6 @@ public void refresh(String path) { @SuppressWarnings({"rawtypes"})

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1915243956 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2590552508 > Perhaps HTTP DELETE for deleting them one at a time and we see if this is good enough for folks? OK, good call - I'll pursue that route for now. -- This is an automated messag

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
madrob commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1915252465 ## solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java: ## @@ -534,7 +534,6 @@ public void refresh(String path) { @SuppressWarnings({"rawtypes"})

[PR] SOLR-6122 POC new cancel handler for SOLR-6122 [solr]

2025-01-14 Thread via GitHub
QFREEE opened a new pull request, #3033: URL: https://github.com/apache/solr/pull/3033 https://issues.apache.org/jira/browse/SOLR-6122 # Description The PR implemented a new overseer level collection handler to cancel submitted & in-progress collections api calls.

[PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
epugh opened a new pull request, #3031: URL: https://github.com/apache/solr/pull/3031 https://issues.apache.org/jira/browse/SOLR-X # Description Migrate Schema Designer calls from using Blob store to FileStore # Solution Swap implementation methods.

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
epugh commented on PR #3031: URL: https://github.com/apache/solr/pull/3031#issuecomment-2589942671 Progress so far @gerlowskija -- 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 c

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
epugh commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1914833957 ## solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java: ## @@ -534,7 +534,6 @@ public void refresh(String path) { @SuppressWarnings({"rawtypes"})

Re: [PR] Demonstrate roundtrip export/import works [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on code in PR #2940: URL: https://github.com/apache/solr/pull/2940#discussion_r1915077934 ## solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc: ## @@ -165,6 +165,20 @@ Once the alias is in place and you are satisfied you no longer need the o

Re: [PR] Demonstrate roundtrip export/import works [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on code in PR #2940: URL: https://github.com/apache/solr/pull/2940#discussion_r1915089283 ## solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc: ## @@ -165,6 +165,20 @@ Once the alias is in place and you are satisfied you no longer need the o

Re: [PR] Demonstrate roundtrip export/import works [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on code in PR #2940: URL: https://github.com/apache/solr/pull/2940#discussion_r1915077934 ## solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc: ## @@ -165,6 +165,20 @@ Once the alias is in place and you are satisfied you no longer need the o

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on PR #3031: URL: https://github.com/apache/solr/pull/3031#issuecomment-2590329199 Looks good to me so far. I notice this is still "Draft"; curious what else is remaining here? -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1915099312 ## solr/core/src/java/org/apache/solr/handler/designer/SchemaDesignerConfigSetHelper.java: ## @@ -494,62 +498,59 @@ protected void validateTypeChange(String configSet,

Re: [PR] Fix smoketest for Solr 10 [solr]

2025-01-14 Thread via GitHub
HoustonPutman commented on PR #3024: URL: https://github.com/apache/solr/pull/3024#issuecomment-2590708982 > LGTM, assuming this change is for `main` only and won't be backported to branch_9x? > > Also, assuming you picked Java25 in some places as it's the next LTS after Java 21?

Re: [PR] SOLR-6122: POC cancel submitted not started async task [solr]

2025-01-14 Thread via GitHub
QFREEE closed pull request #2790: SOLR-6122: POC cancel submitted not started async task URL: https://github.com/apache/solr/pull/2790 -- 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 co

Re: [PR] chore(deps): update dependency com.diffplug.spotless to v7 [solr]

2025-01-14 Thread via GitHub
solrbot commented on PR #3005: URL: https://github.com/apache/solr/pull/3005#issuecomment-2591452513 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

Re: [PR] SOLR-17611 SolrJ User-Agent, pass Solr version [solr]

2025-01-14 Thread via GitHub
dsmiley commented on code in PR #2927: URL: https://github.com/apache/solr/pull/2927#discussion_r1915917903 ## solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java: ## @@ -1170,6 +1171,21 @@ protected Object _getHandler() { return handler; } + /** Gets the cli

[jira] [Commented] (SOLR-17486) Potentially unused code in SolrDispatchFilter - abortErrorMessage

2025-01-14 Thread calelin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913165#comment-17913165 ] calelin commented on SOLR-17486: Anyone has bandwidth to create a PR for this? If not ple

Re: [PR] SOLR-17611 SolrJ User-Agent, pass Solr version [solr]

2025-01-14 Thread via GitHub
dsmiley commented on code in PR #2927: URL: https://github.com/apache/solr/pull/2927#discussion_r1915918653 ## solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java: ## @@ -1170,6 +1171,21 @@ protected Object _getHandler() { return handler; } + /** Gets the cli

Re: [PR] build: remove gradle/ant-compat [solr]

2025-01-14 Thread via GitHub
dsmiley merged PR #3030: URL: https://github.com/apache/solr/pull/3030 -- 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-6122) API to cancel an already submitted/running Collections API call

2025-01-14 Thread Yuntong Qu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913167#comment-17913167 ] Yuntong Qu commented on SOLR-6122: -- Hi folks, raised another [PR|https://github.com/apach

Re: [PR] build: remove gradle/ant-compat [solr]

2025-01-14 Thread via GitHub
dsmiley commented on PR #3030: URL: https://github.com/apache/solr/pull/3030#issuecomment-2591621730 No delta to the POM, before & after. I see no signing info in the POM though; not sure what to make of that. I'll merge. -- This is an automated message from the Apache Git Service. To r

Re: [PR] Migrate schema designer to filestoreapi part deux [solr]

2025-01-14 Thread via GitHub
dsmiley commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1915959864 ## solr/core/src/java/org/apache/solr/filestore/FileStore.java: ## @@ -38,8 +42,13 @@ public interface FileStore { */ void put(FileEntry fileEntry) throws IOExcepti

Re: [PR] SOLR-17562: Unify JAX-RS "raw response" endpoints [solr]

2025-01-14 Thread via GitHub
dsmiley commented on code in PR #3032: URL: https://github.com/apache/solr/pull/3032#discussion_r1915979535 ## solr/solrj/src/java/org/apache/solr/client/solrj/InputStreamResponse.java: ## @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[PR] Publish build scans to develocity.apache.org [solr]

2025-01-14 Thread via GitHub
clayburn opened a new pull request, #3035: URL: https://github.com/apache/solr/pull/3035 # Description This PR migrates the Solr project to publish Build Scans to the the new Develocity instance at develocity.apache.org. # Solution N/A # Tests N/A #

[jira] [Commented] (SOLR-17519) CloudSolrClient with HTTP ClusterState can forget live nodes and then fail

2025-01-14 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913086#comment-17913086 ] Houston Putman commented on SOLR-17519: --- {quote}Another reason to exclusively use t

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-14 Thread via GitHub
HoustonPutman commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2591063358 > Personally, I'm worried the API design issues highlight deeper confusion in the underlying functionality. Why do we support arbitrary properties in "modify" that are somehow differen

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2591493830 I like "metadata" from a naming perspective. > I do not think the two are as separate as we would like them to be. Yeah, agreed. Worth some digging there to see what the ori

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-14 Thread via GitHub
dsmiley commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2591540203 +1 on "metadata" vs "properties" for nomenclature. I was thinking about the earlier conundrum a bit. Let's just do PATCH to `/api/collections/myCollName` to update anything updatable.

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-14 Thread via GitHub
gerlowskija commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2590915285 Ugh, actually, using an HTTP DELETE would conflict with existing paths. - `DELETE /api/collections/someCollName/properties/somePropName` is my first choice, but that conflicts with

[jira] [Commented] (SOLR-17568) Remove remote *core* query in SolrCloud mode

2025-01-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913101#comment-17913101 ] David Smiley commented on SOLR-17568: - A scenario where this can happen is when a rep

Re: [PR] build: remove gradle/ant-compat [solr]

2025-01-14 Thread via GitHub
dsmiley commented on PR #3030: URL: https://github.com/apache/solr/pull/3030#issuecomment-2591304848 The only thing I want to do before merging is spot-check some generated Maven POMs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (SOLR-17519) CloudSolrClient with HTTP ClusterState can forget live nodes and then fail

2025-01-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913105#comment-17913105 ] David Smiley commented on SOLR-17519: - Houston: When I said "the operator might want

[PR] build: Fix Out of space in CodeCache error [solr]

2025-01-14 Thread via GitHub
HoustonPutman opened a new pull request, #3034: URL: https://github.com/apache/solr/pull/3034 Fixing the same problem as https://github.com/apache/lucene/issues/14090 The full error is "VirtualMachineError: Out of space in CodeCache for adapters in gradle" The fix is to increas

Re: [PR] build: Fix Out of space in CodeCache error [solr]

2025-01-14 Thread via GitHub
epugh commented on PR #3034: URL: https://github.com/apache/solr/pull/3034#issuecomment-2591048494 Thanks for this! I've been seeing this recently too... -- 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 t

Re: [PR] Fix smoketest for Solr 10 [solr]

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

Re: [PR] Move DOMUtil ConfigNode methods to ConfigNode, with some name changes. [solr]

2025-01-14 Thread via GitHub
dsmiley merged PR #3027: URL: https://github.com/apache/solr/pull/3027 -- 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-17611 SolrJ User-Agent, pass Solr version [solr]

2025-01-14 Thread via GitHub
dsmiley commented on PR #2927: URL: https://github.com/apache/solr/pull/2927#issuecomment-2591610680 Ready to merge; will do within a couple days if I hear nothing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U