[GitHub] [solr] iamsanjay commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256927914 ## solr/core/src/java/org/apache/solr/handler/SnapShooter.java: ## @@ -277,7 +281,8 @@ public void createSnapAsync(final int numberToKeep, Consumer> resul * @see In

[GitHub] [solr] iamsanjay commented on pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on PR #1740: URL: https://github.com/apache/solr/pull/1740#issuecomment-1626404187 > Thanks for the PR Sanjay! Exciting to close these gaps in v2 coverage. The bones of this all look pretty good, though there were a few things I commented on that I think will need change

[GitHub] [solr] iamsanjay commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256702327 ## solr/core/src/java/org/apache/solr/handler/admin/api/BackupCoreAPI.java: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [solr] iamsanjay commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256693172 ## solr/core/src/java/org/apache/solr/handler/admin/api/BackupCoreAPI.java: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [solr] iamsanjay commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256692056 ## solr/core/src/java/org/apache/solr/handler/admin/api/BackupCoreAPI.java: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [solr] iamsanjay commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256690342 ## solr/core/src/java/org/apache/solr/handler/admin/api/BackupCoreAPI.java: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [solr] iamsanjay commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256689988 ## solr/core/src/java/org/apache/solr/handler/admin/api/BackupCoreAPI.java: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [solr] iamsanjay commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
iamsanjay commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256683858 ## solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java: ## @@ -17,84 +17,48 @@ package org.apache.solr.handler.admin; -import java.net.URI; -import j

[jira] [Commented] (SOLR-16880) Make OpenAPI spec a release artifact

2023-07-07 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741205#comment-17741205 ] Mike Drob commented on SOLR-16880: -- Can you provide more detail about the logistics of t

[GitHub] [solr] uschindler commented on pull request #1765: SOLR-16878: Add JUL Log4J manager for lucene logs

2023-07-07 Thread via GitHub
uschindler commented on PR #1765: URL: https://github.com/apache/solr/pull/1765#issuecomment-1626256875 The alternative is: `Class.forName(VectorUtil.class.getName())` Security Manager is fine for us as Lucene wraps it. Solr has no components that run with zero privileges like Elastic

[GitHub] [solr] HoustonPutman commented on pull request #1765: SOLR-16878: Add JUL Log4J manager for lucene logs

2023-07-07 Thread via GitHub
HoustonPutman commented on PR #1765: URL: https://github.com/apache/solr/pull/1765#issuecomment-1625992983 Unfortunately `MethodHandles.lookup().ensureInitialited(VectorUtil.class)` is only allowed in Java 15+, and Solr is on Java 11. We could always just do a quick: ```java

[jira] [Commented] (SOLR-16829) Refactor bin/solr and bin/solr.cmd to delegate usage help to SolrCLI

2023-07-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741173#comment-17741173 ] Jason Gerlowski commented on SOLR-16829: Woohoo! Appreciate your guys' attention

[GitHub] [solr] gerlowskija commented on a diff in pull request #1670: SOLR-16829: Delegate arg parsing and help usage to java. (Round 1)

2023-07-07 Thread via GitHub
gerlowskija commented on code in PR #1670: URL: https://github.com/apache/solr/pull/1670#discussion_r1256262139 ## solr/core/src/java/org/apache/solr/cli/HealthcheckTool.java: ## @@ -60,11 +60,11 @@ public List getOptions() { SolrCLI.OPTION_SOLRURL, SolrCLI.OPT

[GitHub] [solr] epugh commented on pull request #1634: SOLR-6994: Integrate post tool into bin/solr and bin/solr.cmd

2023-07-07 Thread via GitHub
epugh commented on PR #1634: URL: https://github.com/apache/solr/pull/1634#issuecomment-1625839626 > @epugh I think this is causing test failures on main, https://github.com/apache/solr/actions/runs/5488487120/jobs/10001406829?pr=1766 I don't know how I missed this one.. I fixed it (

[jira] [Commented] (SOLR-6994) Implement Windows version of bin/post via implementing bin/solr post command that works on Windows and Unix

2023-07-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741158#comment-17741158 ] ASF subversion and git services commented on SOLR-6994: --- Commit 583f

[GitHub] [solr] gerlowskija commented on a diff in pull request #1740: SOLR-16490: Create a v2 equivalent for /admin/cores BACKUPCORE

2023-07-07 Thread via GitHub
gerlowskija commented on code in PR #1740: URL: https://github.com/apache/solr/pull/1740#discussion_r1256141365 ## solr/core/src/java/org/apache/solr/handler/admin/api/BackupCoreAPI.java: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [solr] alessandrobenedetti commented on pull request #1750: SOLR-16675: dense vector function queries

2023-07-07 Thread via GitHub
alessandrobenedetti commented on PR #1750: URL: https://github.com/apache/solr/pull/1750#issuecomment-1625729800 I agree, not sure why locally the precommit succeeded. Anyway it's just one param to print so I'll change Elia's pr and make it simple, On Fri, 7 Jul 2023, 19:21 Houst

[jira] [Updated] (SOLR-16881) Complete Major changes and Upgrade Notes in RefGudie for 9.3.0

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16881: -- Priority: Blocker (was: Major) > Complete Major changes and Upgrade Notes in RefGudie for 9.3.

[jira] [Updated] (SOLR-16881) Complete Major changes and Upgrade Notes in RefGudie for 9.3.0

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16881: -- Fix Version/s: 9.3 > Complete Major changes and Upgrade Notes in RefGudie for 9.3.0 > -

[jira] [Created] (SOLR-16881) Complete Major changes and Upgrade Notes in RefGudie for 9.3.0

2023-07-07 Thread Houston Putman (Jira)
Houston Putman created SOLR-16881: - Summary: Complete Major changes and Upgrade Notes in RefGudie for 9.3.0 Key: SOLR-16881 URL: https://issues.apache.org/jira/browse/SOLR-16881 Project: Solr

[jira] [Updated] (SOLR-16675) Introduce the possibility to rerank topK results with vector similarity functions using DenseVectorField

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16675: -- Priority: Blocker (was: Major) > Introduce the possibility to rerank topK results with vector

[jira] [Updated] (SOLR-16675) Introduce the possibility to rerank topK results with vector similarity functions using DenseVectorField

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16675: -- Fix Version/s: 9.3 > Introduce the possibility to rerank topK results with vector similarity >

[GitHub] [solr] HoustonPutman commented on pull request #1750: SOLR-16675: dense vector function queries

2023-07-07 Thread via GitHub
HoustonPutman commented on PR #1750: URL: https://github.com/apache/solr/pull/1750#issuecomment-1625714433 @alessandrobenedetti there are some issues with the string formatting, namely you provide args but don't use "%s". You can probably just replace with a string concatenation. -- Thi

[jira] [Updated] (SOLR-16877) solr backup via collections api fails with NPE when config contains an empty zookeeper node

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16877: -- Priority: Blocker (was: Minor) > solr backup via collections api fails with NPE when config co

[jira] [Updated] (SOLR-16878) Include Lucene JUL logs with Solr logging

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16878: -- Fix Version/s: 9.3 > Include Lucene JUL logs with Solr logging > --

[jira] [Updated] (SOLR-16877) solr backup via collections api fails with NPE when config contains an empty zookeeper node

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16877: -- Fix Version/s: 9.3 > solr backup via collections api fails with NPE when config contains an emp

[jira] [Updated] (SOLR-16878) Include Lucene JUL logs with Solr logging

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16878: -- Affects Version/s: 9.0 (was: 9.3) > Include Lucene JUL logs with Sol

[GitHub] [solr] uschindler commented on pull request #1765: SOLR-16878: Add JUL Log4J manager for lucene logs

2023-07-07 Thread via GitHub
uschindler commented on PR #1765: URL: https://github.com/apache/solr/pull/1765#issuecomment-1625705293 It should also log if it is enabled: https://github.com/apache/lucene/blob/d03c8f16d9d4f87ce24d603e4a9b4a7806f9b533/lucene/core/src/java20/org/apache/lucene/internal/vectorization/PanamaVe

[jira] [Commented] (SOLR-6994) Implement Windows version of bin/post via implementing bin/solr post command that works on Windows and Unix

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741134#comment-17741134 ] Houston Putman commented on SOLR-6994: -- {{org.apache.solr.cli.SimplePostToolTest.test

[GitHub] [solr] HoustonPutman commented on pull request #1634: SOLR-6994: Integrate post tool into bin/solr and bin/solr.cmd

2023-07-07 Thread via GitHub
HoustonPutman commented on PR #1634: URL: https://github.com/apache/solr/pull/1634#issuecomment-1625669824 @epugh I think this is causing test failures on main, https://github.com/apache/solr/actions/runs/5488487120/jobs/10001406829?pr=1766 -- This is an automated message from the Apache

[GitHub] [solr] HoustonPutman opened a new pull request, #1766: Pass verbose flag to solr start when using example

2023-07-07 Thread via GitHub
HoustonPutman opened a new pull request, #1766: URL: https://github.com/apache/solr/pull/1766 Small ticket so no JIRA 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 to the specific comment.

[GitHub] [solr] HoustonPutman opened a new pull request, #1765: SOLR-16878: Add JUL Log4J manager for lucene logs

2023-07-07 Thread via GitHub
HoustonPutman opened a new pull request, #1765: URL: https://github.com/apache/solr/pull/1765 https://issues.apache.org/jira/browse/SOLR-16878 This can be tested relatively easily, **using Java 20** ``` $ ./gradlew dev $ cd solr/packaging/build/dev $ ./bin/solr start -e

[jira] [Created] (SOLR-16880) Make OpenAPI spec a release artifact

2023-07-07 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-16880: -- Summary: Make OpenAPI spec a release artifact Key: SOLR-16880 URL: https://issues.apache.org/jira/browse/SOLR-16880 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-16877) solr backup via collections api fails with NPE when config contains an empty zookeeper node

2023-07-07 Thread Paul Blanchaert (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741107#comment-17741107 ] Paul Blanchaert commented on SOLR-16877: PR created [#1764|https://github.com/apa

[GitHub] [solr] Paul-Blanchaert opened a new pull request, #1764: SOLR-16877: Update BackupManager.java to prevent NPE on empty zk node

2023-07-07 Thread via GitHub
Paul-Blanchaert opened a new pull request, #1764: URL: https://github.com/apache/solr/pull/1764 https://issues.apache.org/jira/browse/SOLR-16877 # Description Prevent NPE upon trying to write empty zk node to file. # Solution ConfigSetService.downloadFileFromConfig

[jira] [Created] (SOLR-16879) Throttle concurrent backups/restores per node

2023-07-07 Thread Pierre Salagnac (Jira)
Pierre Salagnac created SOLR-16879: -- Summary: Throttle concurrent backups/restores per node Key: SOLR-16879 URL: https://issues.apache.org/jira/browse/SOLR-16879 Project: Solr Issue Type: Im

[jira] [Updated] (SOLR-16878) Include Lucene JUL logs with Solr logging

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16878: -- Affects Version/s: 9.3 > Include Lucene JUL logs with Solr logging > --

[GitHub] [solr] HoustonPutman commented on pull request #1758: SOLR-16869: Use Panama Vector apis for Java 20/21

2023-07-07 Thread via GitHub
HoustonPutman commented on PR #1758: URL: https://github.com/apache/solr/pull/1758#issuecomment-162724 Sounds good. Will have a PR soon. https://issues.apache.org/jira/browse/SOLR-16878 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Created] (SOLR-16878) Include Lucene JUL logs with Solr logging

2023-07-07 Thread Houston Putman (Jira)
Houston Putman created SOLR-16878: - Summary: Include Lucene JUL logs with Solr logging Key: SOLR-16878 URL: https://issues.apache.org/jira/browse/SOLR-16878 Project: Solr Issue Type: Improvem

[jira] [Updated] (SOLR-16878) Include Lucene JUL logs with Solr logging

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16878: -- Priority: Blocker (was: Major) > Include Lucene JUL logs with Solr logging > -

[jira] [Commented] (SOLR-16869) Enable Java Vector optimizations

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

[jira] [Resolved] (SOLR-16869) Enable Java Vector optimizations

2023-07-07 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16869. --- Assignee: Houston Putman Resolution: Implemented > Enable Java Vector optimizations > -

[GitHub] [solr] uschindler commented on pull request #1758: SOLR-16869: Use Panama Vector apis for Java 20/21

2023-07-07 Thread via GitHub
uschindler commented on PR #1758: URL: https://github.com/apache/solr/pull/1758#issuecomment-1625544198 I think we need to add the JAR file next to the log4j JAR files in the server distribution and pass the correct command line arg. If that's done Lucene's logging messages should appear in

[GitHub] [solr] uschindler commented on pull request #1758: SOLR-16869: Use Panama Vector apis for Java 20/21

2023-07-07 Thread via GitHub
uschindler commented on PR #1758: URL: https://github.com/apache/solr/pull/1758#issuecomment-1625542282 This one should be installed: https://logging.apache.org/log4j/2.x/log4j-jul.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[jira] [Commented] (SOLR-16869) Enable Java Vector optimizations

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

[GitHub] [solr] HoustonPutman merged pull request #1758: SOLR-16869: Use Panama Vector apis for Java 20/21

2023-07-07 Thread via GitHub
HoustonPutman merged PR #1758: URL: https://github.com/apache/solr/pull/1758 -- 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

[GitHub] [solr] HoustonPutman commented on pull request #1758: SOLR-16869: Use Panama Vector apis for Java 20/21

2023-07-07 Thread via GitHub
HoustonPutman commented on PR #1758: URL: https://github.com/apache/solr/pull/1758#issuecomment-1625541830 > Theres still the problem of Solr not using the Java Util Logging appender provided by Log4j, so Lucene's logs get lost in console and are not correctly logged to Solr's main log file

[GitHub] [solr] dsmiley commented on a diff in pull request #1761: Admin queue

2023-07-07 Thread via GitHub
dsmiley commented on code in PR #1761: URL: https://github.com/apache/solr/pull/1761#discussion_r1255883240 ## solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java: ## @@ -403,60 +410,106 @@ public interface CoreAdminOp { public static class CoreAdminAsync

[jira] [Created] (SOLR-16877) solr backup via collections api fails with NPE when config contains an empty zookeeper node

2023-07-07 Thread Paul Blanchaert (Jira)
Paul Blanchaert created SOLR-16877: -- Summary: solr backup via collections api fails with NPE when config contains an empty zookeeper node Key: SOLR-16877 URL: https://issues.apache.org/jira/browse/SOLR-16877

[GitHub] [solr] risdenk merged pull request #1760: Fix TestSolrCLIRunExample Nightly Thread Leak

2023-07-07 Thread via GitHub
risdenk merged PR #1760: URL: https://github.com/apache/solr/pull/1760 -- 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

[GitHub] [solr] risdenk commented on pull request #1760: Fix TestSolrCLIRunExample Nightly Thread Leak

2023-07-07 Thread via GitHub
risdenk commented on PR #1760: URL: https://github.com/apache/solr/pull/1760#issuecomment-1625355443 Thanks @epugh for the review and @HoustonPutman makes sense to make and for the commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[jira] [Created] (SOLR-16876) Delegate Arg parsing for AuthTool to SolrCLI

2023-07-07 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-16876: Summary: Delegate Arg parsing for AuthTool to SolrCLI Key: SOLR-16876 URL: https://issues.apache.org/jira/browse/SOLR-16876 Project: Solr Issue Type: Sub-task

[jira] [Updated] (SOLR-6994) Implement Windows version of bin/post via implementing bin/solr post command that works on Windows and Unix

2023-07-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-6994: Fix Version/s: main (10.0) > Implement Windows version of bin/post via implementing bin/solr post command >

[jira] [Created] (SOLR-16875) Resolve Fate of bin/post and the SimplePostTool code base.

2023-07-07 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-16875: Summary: Resolve Fate of bin/post and the SimplePostTool code base. Key: SOLR-16875 URL: https://issues.apache.org/jira/browse/SOLR-16875 Project: Solr Issue Type: S

[jira] [Resolved] (SOLR-6994) Implement Windows version of bin/post via implementing bin/solr post command that works on Windows and Unix

2023-07-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-6994. - Resolution: Fixed Feels good to close out an 8 year old JIRA issue ;-). While there is still work to be

[jira] [Commented] (SOLR-6994) Implement Windows version of bin/post via implementing bin/solr post command that works on Windows and Unix

2023-07-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740987#comment-17740987 ] ASF subversion and git services commented on SOLR-6994: --- Commit 7b65

[GitHub] [solr] epugh merged pull request #1634: SOLR-6994: Integrate post tool into bin/solr and bin/solr.cmd

2023-07-07 Thread via GitHub
epugh merged PR #1634: URL: https://github.com/apache/solr/pull/1634 -- 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.org

[GitHub] [solr] cpoerschke commented on a diff in pull request #1578: SOLR-16756: SchemaCodecFactory, add test coverage for getKnnVectorsFormatForField

2023-07-07 Thread via GitHub
cpoerschke commented on code in PR #1578: URL: https://github.com/apache/solr/pull/1578#discussion_r1255666294 ## solr/core/src/test/org/apache/solr/core/TestCodecSupport.java: ## @@ -265,4 +266,27 @@ public void testCompressionModeDefault() throws IOException { coreCont

[GitHub] [solr-operator] guillaumBrisard opened a new issue, #587: Full Solr Cloud Initialization (ConfigSet, Collections, Alias, ...)

2023-07-07 Thread via GitHub
guillaumBrisard opened a new issue, #587: URL: https://github.com/apache/solr-operator/issues/587 I would like everything to be set and ready to use for my client without any additionnal configuration through my pipeline. Right now I use API for 1. uploading configset 2. creat

[jira] [Created] (SOLR-16874) Support splitshards in AffinityPlacementFactory.withCollectionShards

2023-07-07 Thread Mikhail Khludnev (Jira)
Mikhail Khludnev created SOLR-16874: --- Summary: Support splitshards in AffinityPlacementFactory.withCollectionShards Key: SOLR-16874 URL: https://issues.apache.org/jira/browse/SOLR-16874 Project: Sol

[jira] [Created] (SOLR-16873) Refactor JoinQParsers

2023-07-07 Thread Mikhail Khludnev (Jira)
Mikhail Khludnev created SOLR-16873: --- Summary: Refactor JoinQParsers Key: SOLR-16873 URL: https://issues.apache.org/jira/browse/SOLR-16873 Project: Solr Issue Type: Task Security Lev

[jira] [Created] (SOLR-16872) Support split shards in distributed join

2023-07-07 Thread Mikhail Khludnev (Jira)
Mikhail Khludnev created SOLR-16872: --- Summary: Support split shards in distributed join Key: SOLR-16872 URL: https://issues.apache.org/jira/browse/SOLR-16872 Project: Solr Issue Type: Impr

[jira] [Resolved] (SOLR-16717) Joining collocated shards

2023-07-07 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-16717. - Resolution: Fixed > Joining collocated shards > - > >

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1763: SOLR-16717: join multiple shards on both sides. rebase of (#1691)

2023-07-07 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1763: URL: https://github.com/apache/solr/pull/1763#discussion_r1255364692 ## solr/core/src/java/org/apache/solr/search/JoinQParserPlugin.java: ## @@ -153,7 +153,14 @@ JoinParams parseJoin(QParser qparser) throws SyntaxError {