[jira] [Created] (SOLR-17398) Add Javadoc links from V1 APIs to V2 APIs

2024-08-09 Thread David Smiley (Jira)
David Smiley created SOLR-17398: --- Summary: Add Javadoc links from V1 APIs to V2 APIs Key: SOLR-17398 URL: https://issues.apache.org/jira/browse/SOLR-17398 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-15751) Create a v2 equivalent for 'COLSTATUS'

2024-08-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872537#comment-17872537 ] David Smiley commented on SOLR-15751: - I agree that for V2 we should have one endpoin

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
dsmiley commented on code in PR #2631: URL: https://github.com/apache/solr/pull/2631#discussion_r1712555039 ## solr/core/src/java/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactory.java: ## @@ -264,11 +268,23 @@ public void processAdd(AddUpdateCommand cmd) th

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
dsmiley commented on code in PR #2631: URL: https://github.com/apache/solr/pull/2631#discussion_r1712549704 ## solr/core/src/java/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactory.java: ## @@ -224,6 +224,17 @@ boolean doesDocumentExist(BytesRef indexedDocId)

Re: [PR] force the use jdk21 through Crave [solr]

2024-08-09 Thread via GitHub
uvatbc commented on PR #2498: URL: https://github.com/apache/solr/pull/2498#issuecomment-2278924832 > If crave.yml change the Java version to 21, `gradlew check` should fail, more specifically the `ecj-lint` version that we are currently using make sure the Java version should be less than

Re: [PR] force the use jdk21 through Crave [solr]

2024-08-09 Thread via GitHub
github-actions[bot] commented on PR #2498: URL: https://github.com/apache/solr/pull/2498#issuecomment-2278892872 This PR has had no activity for 60 days and is now labeled as stale. Any new activity or converting it to draft will remove the stale label. To attract more reviewers, please t

[jira] [Resolved] (SOLR-17381) Make CLUSTERSTATUS request configurable

2024-08-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17381. - Fix Version/s: 9.8 Resolution: Fixed Thanks for contributing! I wondered more about the V

[jira] [Commented] (SOLR-17381) Make CLUSTERSTATUS request configurable

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872445#comment-17872445 ] ASF subversion and git services commented on SOLR-17381: Commit 9

[jira] [Commented] (SOLR-17381) Make CLUSTERSTATUS request configurable

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872440#comment-17872440 ] ASF subversion and git services commented on SOLR-17381: Commit c

Re: [PR] SOLR-17381: Make CLUSTERSTATUS configurable [solr]

2024-08-09 Thread via GitHub
dsmiley merged PR #2599: URL: https://github.com/apache/solr/pull/2599 -- 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

[PR] remove deprecated (DocValues,Norms)FieldExistsQuery use [solr]

2024-08-09 Thread via GitHub
cpoerschke opened a new pull request, #2632: URL: https://github.com/apache/solr/pull/2632 for `main` and `branch_9x` only, no JIRA or solr/CHANGES.txt entry needed in my opinion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] SOLR-17298 Add tests to verify that graph, join and rerank queries are unaffected by the use of multithreaded search and re-enable them. [solr]

2024-08-09 Thread via GitHub
dsmiley commented on code in PR #2625: URL: https://github.com/apache/solr/pull/2625#discussion_r1711432544 ## solr/core/src/test/org/apache/solr/TestCrossCoreJoin.java: ## @@ -246,6 +261,7 @@ public String query(SolrCore core, SolrQueryRequest req) throws Exception { @Aft

Re: [PR] SOLR-16824: Backport single dash arguments migration [solr]

2024-08-09 Thread via GitHub
malliaridis commented on PR #2618: URL: https://github.com/apache/solr/pull/2618#issuecomment-2278075274 The bats test succeed on my machine now with Java 17 and the latest changes. I can't reproduce the error anymore from the automation. -- This is an automated message from the Apache Gi

Re: [PR] SOLR-14414: Introduce new UI (SIP-7) [solr]

2024-08-09 Thread via GitHub
malliaridis commented on code in PR #2605: URL: https://github.com/apache/solr/pull/2605#discussion_r1711563638 ## build.gradle: ## @@ -195,8 +214,8 @@ apply from: file('gradle/hacks/gradle-archives.gradle') apply from: file('gradle/hacks/wipe-temp.gradle') apply from: file(

Re: [PR] SOLR-17381: Make CLUSTERSTATUS configurable [solr]

2024-08-09 Thread via GitHub
dsmiley commented on PR #2599: URL: https://github.com/apache/solr/pull/2599#issuecomment-2278047653 +1 Excellent; I'll merge soon -- 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 com

Re: [PR] SOLR-17381: Make CLUSTERSTATUS configurable [solr]

2024-08-09 Thread via GitHub
aparnasuresh85 commented on code in PR #2599: URL: https://github.com/apache/solr/pull/2599#discussion_r1711540601 ## solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java: ## @@ -109,7 +109,7 @@ public void getClusterStatus(NamedList results) boolean withClus

Re: [PR] SOLR-17381: Make CLUSTERSTATUS configurable [solr]

2024-08-09 Thread via GitHub
aparnasuresh85 commented on code in PR #2599: URL: https://github.com/apache/solr/pull/2599#discussion_r1711490702 ## solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java: ## @@ -109,7 +109,7 @@ public void getClusterStatus(NamedList results) boolean withClus

Re: [PR] SOLR-14414: Introduce new UI (SIP-7) [solr]

2024-08-09 Thread via GitHub
malliaridis commented on PR #2605: URL: https://github.com/apache/solr/pull/2605#issuecomment-2277941657 @gerlowskija and @epugh the build errors you have probably occur because of the jvmargs in `gradpe.properties` that need to be updated. I added `-Dkotlin.daemon.jvm.options\="-Xmx2048M"

Re: [PR] SOLR-13350, SOLR-17298: multi-threaded search: add assertions w.r.t. get(TopDocs|MaxScore|DocSet) call when need(TopDocs|MaxScore|DocSet) is false [solr]

2024-08-09 Thread via GitHub
cpoerschke closed pull request #2588: SOLR-13350, SOLR-17298: multi-threaded search: add assertions w.r.t. get(TopDocs|MaxScore|DocSet) call when need(TopDocs|MaxScore|DocSet) is false URL: https://github.com/apache/solr/pull/2588 -- This is an automated message from the Apache Git Service.

Re: [PR] SOLR-13350, SOLR-17298: multi-threaded search: add assertions w.r.t. get(TopDocs|MaxScore|DocSet) call when need(TopDocs|MaxScore|DocSet) is false [solr]

2024-08-09 Thread via GitHub
cpoerschke commented on PR #2588: URL: https://github.com/apache/solr/pull/2588#issuecomment-2277879973 closing since thought to be no longer needed. -- 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

[jira] [Commented] (SOLR-17397) Skip atomic updates for non-existent child documents

2024-08-09 Thread Tim Owen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872336#comment-17872336 ] Tim Owen commented on SOLR-17397: - We've only recently started using child docs (having b

[jira] [Commented] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

2024-08-09 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872335#comment-17872335 ] Gus Heck commented on SOLR-17298: - Yeah, probably no need > Multithreaded search breaks

[jira] [Assigned] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

2024-08-09 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck reassigned SOLR-17298: --- Assignee: Gus Heck > Multithreaded search breaks limits, and possibly other things > ---

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
epugh commented on code in PR #2631: URL: https://github.com/apache/solr/pull/2631#discussion_r1711377616 ## solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java: ## @@ -314,6 +314,22 @@ public void testSkippableUpdateIsSkippedIfSki

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
epugh commented on code in PR #2631: URL: https://github.com/apache/solr/pull/2631#discussion_r1711374955 ## solr/core/src/java/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactory.java: ## @@ -224,6 +224,17 @@ boolean doesDocumentExist(BytesRef indexedDocId) t

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
timatbw commented on code in PR #2631: URL: https://github.com/apache/solr/pull/2631#discussion_r1711372740 ## solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java: ## @@ -314,6 +314,22 @@ public void testSkippableUpdateIsSkippedIfS

Re: [PR] SOLR-14414: Introduce new UI (SIP-7) [solr]

2024-08-09 Thread via GitHub
epugh commented on PR #2605: URL: https://github.com/apache/solr/pull/2605#issuecomment-2277829774 I am getting an error when running `./gradlew dev`: ``` Execution failed for task ':solr:compose-ui:compileProductionExecutableKotlinWasmJs'. > A failure occurred while executing org.

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
timatbw commented on code in PR #2631: URL: https://github.com/apache/solr/pull/2631#discussion_r1711363724 ## solr/core/src/java/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactory.java: ## @@ -224,6 +224,17 @@ boolean doesDocumentExist(BytesRef indexedDocId)

[jira] [Commented] (SOLR-17397) Skip atomic updates for non-existent child documents

2024-08-09 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872331#comment-17872331 ] Eric Pugh commented on SOLR-17397: -- I appreciate the attention to child docs, which ofte

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
epugh commented on code in PR #2631: URL: https://github.com/apache/solr/pull/2631#discussion_r1711353839 ## solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java: ## @@ -314,6 +314,22 @@ public void testSkippableUpdateIsSkippedIfSki

Re: [PR] SOLR-14414: Introduce new UI (SIP-7) [solr]

2024-08-09 Thread via GitHub
epugh commented on code in PR #2605: URL: https://github.com/apache/solr/pull/2605#discussion_r1711339498 ## solr/compose-ui/src/commonMain/kotlin/org/apache/solr/composeui/ui/icons/SolrLogo.kt: ## @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] SOLR-17359: Move Zk Arg parsing into Java Code [solr]

2024-08-09 Thread via GitHub
epugh commented on PR #2593: URL: https://github.com/apache/solr/pull/2593#issuecomment-2277782852 @rahulgoswami thanks for your work, I was able to take what you did and find a really nice refactoring on the `-r` option! Looking forward to the next pr... -- This is an automated messag

Re: [PR] PULL_REQUEST_TEMPLATE.md edit: mention "allow edits from maintainers" organisation fork caveat [solr]

2024-08-09 Thread via GitHub
cpoerschke commented on code in PR #2630: URL: https://github.com/apache/solr/pull/2630#discussion_r1711260464 ## .github/PULL_REQUEST_TEMPLATE.md: ## @@ -37,7 +37,7 @@ Please review the following and check all that apply: - [ ] I have reviewed the guidelines for [How to Con

[jira] [Updated] (SOLR-17397) Skip atomic updates for non-existent child documents

2024-08-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17397: -- Labels: pull-request-available (was: ) > Skip atomic updates for non-existent child documents

[PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child docume… [solr]

2024-08-09 Thread via GitHub
timatbw opened a new pull request, #2631: URL: https://github.com/apache/solr/pull/2631 …nts too https://issues.apache.org/jira/browse/SOLR-17397 # Description Fix SkipExistingDocumentsProcessor to handle child documents too # Solution Now we det

[jira] [Created] (SOLR-17397) Skip atomic updates for non-existent child documents

2024-08-09 Thread Tim Owen (Jira)
Tim Owen created SOLR-17397: --- Summary: Skip atomic updates for non-existent child documents Key: SOLR-17397 URL: https://issues.apache.org/jira/browse/SOLR-17397 Project: Solr Issue Type: Improveme

[jira] [Updated] (SOLR-17386) it's now impossible to update solrconfig for coordinators after core creation

2024-08-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-17386: --- Affects Version/s: 9.7 > it's now impossible to update solrconfig for coordinators af

[jira] [Resolved] (SOLR-17386) it's now impossible to update solrconfig for coordinators after core creation

2024-08-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-17386. Resolution: Fixed Thanks everyone! > it's now impossible to update solrconfig for

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-09 Thread via GitHub
cpoerschke commented on PR #2607: URL: https://github.com/apache/solr/pull/2607#issuecomment-2277500262 > Pushed 2 [changes](https://github.com/apache/solr/pull/2607/commits/aeadce89abe1f8c8239224161306a0c10055b559): > > 1. Integrated [cpoerschke](https://github.com/cpoerschke)'s sugg

[jira] [Commented] (SOLR-17269) Don't publish synthetic collection to ZK in solr coordinator nodes

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872250#comment-17872250 ] ASF subversion and git services commented on SOLR-17269: Commit 8

[jira] [Commented] (SOLR-17386) it's now impossible to update solrconfig for coordinators after core creation

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872251#comment-17872251 ] ASF subversion and git services commented on SOLR-17386: Commit 8

[jira] [Commented] (SOLR-17269) Don't publish synthetic collection to ZK in solr coordinator nodes

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872248#comment-17872248 ] ASF subversion and git services commented on SOLR-17269: Commit b

[jira] [Commented] (SOLR-17386) it's now impossible to update solrconfig for coordinators after core creation

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872249#comment-17872249 ] ASF subversion and git services commented on SOLR-17386: Commit b

Re: [PR] SOLR-16996: remove no-longer-applicable solr/licenses/argparse4j-* files [solr]

2024-08-09 Thread via GitHub
cpoerschke commented on PR #2627: URL: https://github.com/apache/solr/pull/2627#issuecomment-2277472435 > I wonder if this is important enough to bring to branch_9_7? I think so, yes, i.e. back porting to both branch_9x and branch_9_7 IMO. Otherwise we'll unnecessarily include/ship li

Re: [PR] add build badges to README.md [solr]

2024-08-09 Thread via GitHub
cpoerschke merged PR #2546: URL: https://github.com/apache/solr/pull/2546 -- 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-17386) it's now impossible to update solrconfig for coordinators after core creation

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872245#comment-17872245 ] ASF subversion and git services commented on SOLR-17386: Commit 8

Re: [PR] SOLR-17386: Fixed SyntheticSolrCore reload issue [solr]

2024-08-09 Thread via GitHub
cpoerschke merged PR #2607: URL: https://github.com/apache/solr/pull/2607 -- 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-17269) Don't publish synthetic collection to ZK in solr coordinator nodes

2024-08-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872244#comment-17872244 ] ASF subversion and git services commented on SOLR-17269: Commit 8