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

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

[GitHub] [solr] mkhludnev merged pull request #1763: SOLR-16717: join multiple shards on both sides. rebase of (#1691)

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

[GitHub] [solr] mkhludnev opened a new pull request, #1763: SOLR-16717: join multiple shards on both sides. rebase of (#1691)

2023-07-06 Thread via GitHub
mkhludnev opened a new pull request, #1763: URL: https://github.com/apache/solr/pull/1763 backporting (#1691) -- 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

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

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

[GitHub] [solr] mkhludnev merged pull request #1691: SOLR-16717: Join multiple distributed shards

2023-07-06 Thread via GitHub
mkhludnev merged PR #1691: URL: https://github.com/apache/solr/pull/1691 -- 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-16863) Class not found SQLHandler

2023-07-06 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740886#comment-17740886 ] Ishan Chattopadhyaya commented on SOLR-16863: - This is likely due to https://

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1762: SOLR-16871: Race condition in `CoordinatorHttpSolrCall` synthetic collection/replica init

2023-07-06 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1762: URL: https://github.com/apache/solr/pull/1762#discussion_r1255023253 ## solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java: ## @@ -111,6 +135,32 @@ public static SolrCore getCore( } ad

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1762: SOLR-16871: Race condition in `CoordinatorHttpSolrCall` synthetic collection/replica init

2023-07-06 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1762: URL: https://github.com/apache/solr/pull/1762#discussion_r1255011962 ## solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java: ## @@ -111,6 +131,21 @@ public static SolrCore getCore( } ad

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1761: Admin queue

2023-07-06 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1761: URL: https://github.com/apache/solr/pull/1761#discussion_r1255006633 ## solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java: ## @@ -482,7 +535,8 @@ private void removeTask(String map, String taskId) { }

[GitHub] [solr] patsonluk opened a new pull request, #1762: SOLR-16871: Race condition in `CoordinatorHttpSolrCall` synthetic collection/replica init

2023-07-06 Thread via GitHub
patsonluk opened a new pull request, #1762: URL: https://github.com/apache/solr/pull/1762 https://issues.apache.org/jira/browse/SOLR-16871 # Description From a unit test case [that issue concurrent select queries to coordinator nodes](https://github.com/cowpaths/fullstory-solr/

[GitHub] [solr] psalagnac opened a new pull request, #1761: Admin queue

2023-07-06 Thread via GitHub
psalagnac opened a new pull request, #1761: URL: https://github.com/apache/solr/pull/1761 A draft PR with a queue for some expensive async tasks. -- 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 t

[jira] [Created] (SOLR-16871) Race condition for coordinator node init

2023-07-06 Thread Patson Luk (Jira)
Patson Luk created SOLR-16871: - Summary: Race condition for coordinator node init Key: SOLR-16871 URL: https://issues.apache.org/jira/browse/SOLR-16871 Project: Solr Issue Type: Bug Securit

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

2023-07-06 Thread via GitHub
epugh commented on PR #1634: URL: https://github.com/apache/solr/pull/1634#issuecomment-1624338309 Final review... I plan on merging this to `main` on Friday. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [solr] HoustonPutman commented on pull request #1629: MINOR: Fix typos in `org.apache.solr.core` package

2023-07-06 Thread via GitHub
HoustonPutman commented on PR #1629: URL: https://github.com/apache/solr/pull/1629#issuecomment-1624307885 I'll back port next week. -- 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

[GitHub] [solr] epugh commented on a diff in pull request #1760: Fix TestSolrCLIRunExample Nightly Thread Leak

2023-07-06 Thread via GitHub
epugh commented on code in PR #1760: URL: https://github.com/apache/solr/pull/1760#discussion_r1254902940 ## solr/core/src/java/org/apache/solr/cli/RunExampleTool.java: ## @@ -326,98 +326,98 @@ protected void runExample(CommandLine cli, String exampleName) throws Exception

[GitHub] [solr] mkhludnev commented on pull request #1691: SOLR-16717: Join multiple distributed shards

2023-07-06 Thread via GitHub
mkhludnev commented on PR #1691: URL: https://github.com/apache/solr/pull/1691#issuecomment-1624278272 I think it's ready to go. Please chime in otherwise . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [solr] risdenk opened a new pull request, #1760: Fix TestSolrCLIRunExample Nightly Thread Leak

2023-07-06 Thread via GitHub
risdenk opened a new pull request, #1760: URL: https://github.com/apache/solr/pull/1760 TestSolrCLIRunExample has been failing thread leak in nightly since the Http2SolrClient has not been closed in `RunExampleTool` -- This is an automated message from the Apache Git Service. To respond t

[jira] [Updated] (SOLR-16867) Coordinator node role fails to create synthetic cores for multiple coordinator nodes

2023-07-06 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Sweeney updated SOLR-16867: -- Issue Type: Bug (was: Improvement) > Coordinator node role fails to create synthetic cores for

[jira] [Resolved] (SOLR-16867) Coordinator node role fails to create synthetic cores for multiple coordinator nodes

2023-07-06 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Sweeney resolved SOLR-16867. --- Resolution: Fixed > Coordinator node role fails to create synthetic cores for multiple > coo

[jira] [Assigned] (SOLR-16867) Coordinator node role fails to create synthetic cores for multiple coordinator nodes

2023-07-06 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Sweeney reassigned SOLR-16867: - Assignee: Justin Sweeney > Coordinator node role fails to create synthetic cores for mul

[jira] [Updated] (SOLR-16867) Coordinator node role fails to create synthetic cores for multiple coordinator nodes

2023-07-06 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Sweeney updated SOLR-16867: -- Fix Version/s: 9.3 > Coordinator node role fails to create synthetic cores for multiple > coor

[jira] [Commented] (SOLR-16867) Coordinator node role fails to create synthetic cores for multiple coordinator nodes

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

[jira] [Commented] (SOLR-16867) Coordinator node role fails to create synthetic cores for multiple coordinator nodes

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

[GitHub] [solr] justinrsweeney merged pull request #1757: SOLR-16867: Updating to handle multiple coordinator nodes

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

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

2023-07-06 Thread via GitHub
stillalex commented on PR #1758: URL: https://github.com/apache/solr/pull/1758#issuecomment-1624151549 +1 tested on my local with jdk20 and was the message, as expected: ``` Java 20 detected. Incubating Panama Vector APIs have been enabled ``` -- This is an automated message f

[GitHub] [solr-operator] HoustonPutman merged pull request #585: Rename autoscaling section to scaling.

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

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #586: Move rolling update logic under clusterOp

2023-07-06 Thread via GitHub
HoustonPutman opened a new pull request, #586: URL: https://github.com/apache/solr-operator/pull/586 A part of https://github.com/apache/solr-operator/issues/560. This moves the rolling restart logic to work as a lockable cluster operation, like scaleUp and scaleDown. This will

[GitHub] [solr] HoustonPutman closed pull request #1748: Update org.apache.lucene:* to v9.7.0

2023-07-06 Thread via GitHub
HoustonPutman closed pull request #1748: Update org.apache.lucene:* to v9.7.0 URL: https://github.com/apache/solr/pull/1748 -- 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 u

[GitHub] [solr] epugh opened a new pull request, #1759: SOLR-16870: remove now dead lines of code

2023-07-06 Thread via GitHub
epugh opened a new pull request, #1759: URL: https://github.com/apache/solr/pull/1759 https://issues.apache.org/jira/browse/SOLR-16870 # Description Remove dead lines of code now that SolrCLI.java has a printHelp method. # Solution Delete lines. # Tests

[jira] [Created] (SOLR-16870) Remove the help text in bin/solr and bin/solr.cmd since it's now in Java

2023-07-06 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-16870: Summary: Remove the help text in bin/solr and bin/solr.cmd since it's now in Java Key: SOLR-16870 URL: https://issues.apache.org/jira/browse/SOLR-16870 Project: Solr

[jira] [Deleted] (SOLR-16830) Refactor bin/solr and bin/solr.cmd to delegate args parsing to SolrCLI

2023-07-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh deleted SOLR-16830: - > Refactor bin/solr and bin/solr.cmd to delegate args parsing to SolrCLI > -

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

2023-07-06 Thread via GitHub
HoustonPutman opened a new pull request, #1758: URL: https://github.com/apache/solr/pull/1758 https://issues.apache.org/jira/browse/SOLR-16869 -- 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

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

2023-07-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16869: -- Priority: Blocker (was: Major) > Enable Java Vector optimizations > --

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

2023-07-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16869: -- Fix Version/s: 9.3 > Enable Java Vector optimizations > > >

[GitHub] [solr] HoustonPutman commented on pull request #1749: SOLR-16853 Upgrade Lucene to 9.7.0

2023-07-06 Thread via GitHub
HoustonPutman commented on PR #1749: URL: https://github.com/apache/solr/pull/1749#issuecomment-1624061787 I've created https://issues.apache.org/jira/browse/SOLR-16869 to track the vector optimizations -- This is an automated message from the Apache Git Service. To respond to the message

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

2023-07-06 Thread Houston Putman (Jira)
Houston Putman created SOLR-16869: - Summary: Enable Java Vector optimizations Key: SOLR-16869 URL: https://issues.apache.org/jira/browse/SOLR-16869 Project: Solr Issue Type: Improvement

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

2023-07-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740734#comment-17740734 ] Eric Pugh commented on SOLR-16829: -- We have completed the migration of the create, creat

[jira] [Resolved] (SOLR-16853) Upgrade Lucene to 9.7.0

2023-07-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16853. --- Assignee: Houston Putman Resolution: Fixed > Upgrade Lucene to 9.7.0 >

[GitHub] [solr] epugh merged pull request #1670: SOLR-16829: Delegate arg parsing and help usage to java. (Round 1)

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

[jira] [Commented] (SOLR-16853) Upgrade Lucene to 9.7.0

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

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

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

[jira] [Commented] (SOLR-16853) Upgrade Lucene to 9.7.0

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

[GitHub] [solr] HoustonPutman merged pull request #1749: SOLR-16853 Upgrade Lucene to 9.7.0

2023-07-06 Thread via GitHub
HoustonPutman merged PR #1749: URL: https://github.com/apache/solr/pull/1749 -- 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 #1749: SOLR-16853 Upgrade Lucene to 9.7.0

2023-07-06 Thread via GitHub
HoustonPutman commented on PR #1749: URL: https://github.com/apache/solr/pull/1749#issuecomment-1624035909 Yes, but let's keep that as a separate Ticket & PR. This should be good to go. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [solr] stillalex commented on pull request #1749: SOLR-16853 Upgrade Lucene to 9.7.0

2023-07-06 Thread via GitHub
stillalex commented on PR #1749: URL: https://github.com/apache/solr/pull/1749#issuecomment-1624019768 reading the lucene change log, the following needs to be added to Solr startup ``` Applications started with command line parameter "java --add-modules jdk.incubator.vector" on e

[jira] [Commented] (SOLR-15753) v2 calls should log params similar to current HttpSolrCall

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

[GitHub] [solr] stillalex commented on pull request #1750: Feature/solr 16675 dense vector function queries

2023-07-06 Thread via GitHub
stillalex commented on PR #1750: URL: https://github.com/apache/solr/pull/1750#issuecomment-1624013937 @uschindler the Lucene upgrade is tracked under https://github.com/apache/solr/pull/1749 I am looking at what needs to be added to the startup script now -- This is an automated message

[jira] [Commented] (SOLR-15753) v2 calls should log params similar to current HttpSolrCall

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

[GitHub] [solr] alessandrobenedetti commented on pull request #1749: SOLR-16853 Upgrade Lucene to 9.7.0

2023-07-06 Thread via GitHub
alessandrobenedetti commented on PR #1749: URL: https://github.com/apache/solr/pull/1749#issuecomment-1623995874 Yes, please refer to Uwe's comments on the mailing list or the function query issue (I don't have the links at hand) On Thu, 6 Jul 2023, 18:37 Alex, ***@***.***> wrote:

[jira] [Created] (SOLR-16868) Rethink the structure of our CLI tools

2023-07-06 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-16868: Summary: Rethink the structure of our CLI tools Key: SOLR-16868 URL: https://issues.apache.org/jira/browse/SOLR-16868 Project: Solr Issue Type: Task Security L

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

2023-07-06 Thread via GitHub
epugh commented on PR #1670: URL: https://github.com/apache/solr/pull/1670#issuecomment-1623990318 I *think* we are finally there... Responding to the last bits of feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [solr] stillalex commented on pull request #1749: SOLR-16853 Upgrade Lucene to 9.7.0

2023-07-06 Thread via GitHub
stillalex commented on PR #1749: URL: https://github.com/apache/solr/pull/1749#issuecomment-1623981831 thank you @alessandrobenedetti for the review! build is failing due to unrelated changes. rebased and pushed again. added changes.txt entry. is there anything specific we need to add

[GitHub] [solr] stillalex commented on pull request #1756: SOLR-15819 spurious failures from TestCircuitBreaker.testResponseWithCBTiming

2023-07-06 Thread via GitHub
stillalex commented on PR #1756: URL: https://github.com/apache/solr/pull/1756#issuecomment-1623975433 thanks @epugh! -- 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 uns

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #585: Rename autoscaling section to scaling.

2023-07-06 Thread via GitHub
HoustonPutman opened a new pull request, #585: URL: https://github.com/apache/solr-operator/pull/585 This affects the options added in https://github.com/apache/solr-operator/issues/559 (https://github.com/apache/solr-operator/pull/561) and https://github.com/apache/solr-operator/issues/56

[jira] [Resolved] (SOLR-15819) spurious failures from TestCircuitBreaker.testResponseWithCBTiming

2023-07-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-15819. -- Fix Version/s: main (10.0) 9.3 Resolution: Fixed Thanks [~stillalex] for the

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1757: SOLR-16867: Updating to handle multiple coordinator nodes

2023-07-06 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1757: URL: https://github.com/apache/solr/pull/1757#discussion_r1254670436 ## solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java: ## @@ -152,15 +143,13 @@ private static void setMDCLoggingContext(String collection

[jira] [Commented] (SOLR-15819) spurious failures from TestCircuitBreaker.testResponseWithCBTiming

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

[jira] [Assigned] (SOLR-15819) spurious failures from TestCircuitBreaker.testResponseWithCBTiming

2023-07-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-15819: Assignee: Eric Pugh > spurious failures from TestCircuitBreaker.testResponseWithCBTiming > ---

[jira] [Commented] (SOLR-15819) spurious failures from TestCircuitBreaker.testResponseWithCBTiming

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

[GitHub] [solr] epugh merged pull request #1756: SOLR-15819 spurious failures from TestCircuitBreaker.testResponseWithCBTiming

2023-07-06 Thread via GitHub
epugh merged PR #1756: URL: https://github.com/apache/solr/pull/1756 -- 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] patsonluk closed pull request #1755: SOLR-16861 : Update CHANGES.txt (for coordinator node MDC logging context fix)

2023-07-06 Thread via GitHub
patsonluk closed pull request #1755: SOLR-16861 : Update CHANGES.txt (for coordinator node MDC logging context fix) URL: https://github.com/apache/solr/pull/1755 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Comment Edited] (SOLR-15753) v2 calls should log params similar to current HttpSolrCall

2023-07-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740685#comment-17740685 ] Jason Gerlowski edited comment on SOLR-15753 at 7/6/23 4:13 PM: ---

[jira] [Resolved] (SOLR-15753) v2 calls should log params similar to current HttpSolrCall

2023-07-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-15753. Fix Version/s: main (10.0) 9.3 Assignee: Jason Gerlowski

[jira] [Commented] (SOLR-15753) v2 calls should log params similar to current HttpSolrCall

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

[GitHub] [solr-operator] HoustonPutman commented on issue #568: Consider adding a managed HorizontalPodAutoscaler

2023-07-06 Thread via GitHub
HoustonPutman commented on issue #568: URL: https://github.com/apache/solr-operator/issues/568#issuecomment-1623923561 This would basically just be templating the HPA for users. There's really nothing much the Operator can add here. Instead we might consider just adding an option to t

[GitHub] [solr-operator] HoustonPutman commented on issue #555: Upgrade to go v1.20

2023-07-06 Thread via GitHub
HoustonPutman commented on issue #555: URL: https://github.com/apache/solr-operator/issues/555#issuecomment-1623921538 Done in https://github.com/apache/solr-operator/issues/570 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [solr-operator] HoustonPutman closed issue #555: Upgrade to go v1.20

2023-07-06 Thread via GitHub
HoustonPutman closed issue #555: Upgrade to go v1.20 URL: https://github.com/apache/solr-operator/issues/555 -- 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-m

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

2023-07-06 Thread via GitHub
alessandrobenedetti commented on PR #1750: URL: https://github.com/apache/solr/pull/1750#issuecomment-1623907836 Yes, it's a separate one, as soon as it's merged we'll proceed with this one On Thu, 6 Jul 2023, 17:44 Uwe Schindler, ***@***.***> wrote: > When updating Lucene, p

[GitHub] [solr] uschindler commented on pull request #1750: Feature/solr 16675 dense vector function queries

2023-07-06 Thread via GitHub
uschindler commented on PR #1750: URL: https://github.com/apache/solr/pull/1750#issuecomment-1623904507 When updating Lucene, please also fix the startup scripts to pass vector incubator module in command line if Java version is exactly Java 20 or 21. Otherwise Lucene prints warnings and pe

[GitHub] [solr] justinrsweeney opened a new pull request, #1757: SOLR-16867: Updating to handle multiple coordinator nodes

2023-07-06 Thread via GitHub
justinrsweeney opened a new pull request, #1757: URL: https://github.com/apache/solr/pull/1757 https://issues.apache.org/jira/browse/SOLR-16867 # Description Currently when there are multiple nodes with role of coordinator there is bug that additional nodes beyond the first tha

[jira] [Created] (SOLR-16867) Coordinator node role fails to create synthetic cores for multiple coordinator nodes

2023-07-06 Thread Justin Sweeney (Jira)
Justin Sweeney created SOLR-16867: - Summary: Coordinator node role fails to create synthetic cores for multiple coordinator nodes Key: SOLR-16867 URL: https://issues.apache.org/jira/browse/SOLR-16867

[GitHub] [solr] gerlowskija merged pull request #1738: SOLR-15753: Ensure v2 API requests are logged

2023-07-06 Thread via GitHub
gerlowskija merged PR #1738: URL: https://github.com/apache/solr/pull/1738 -- 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-15753) v2 calls should log params similar to current HttpSolrCall

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

[GitHub] [solr] HoustonPutman merged pull request #1744: Update software.amazon.awssdk:* to v2.20.97

2023-07-06 Thread via GitHub
HoustonPutman merged PR #1744: URL: https://github.com/apache/solr/pull/1744 -- 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-16582) Add marker to request logging of SolrCore#execute

2023-07-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-16582. Fix Version/s: main (10.0) 9.2 Assignee: Noble Paul Resol

[jira] [Commented] (SOLR-16582) Add marker to request logging of SolrCore#execute

2023-07-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740664#comment-17740664 ] Jason Gerlowski commented on SOLR-16582: Merged and backported for 9.3 - thanks a

[jira] [Commented] (SOLR-16582) Add marker to request logging of SolrCore#execute

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

[jira] [Commented] (SOLR-16582) Add marker to request logging of SolrCore#execute

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

[GitHub] [solr] gerlowskija merged pull request #1735: SOLR-16582 : Documentation for logging filter on SolrCore

2023-07-06 Thread via GitHub
gerlowskija merged PR #1735: URL: https://github.com/apache/solr/pull/1735 -- 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] [Resolved] (SOLR-16727) Support Node Autoscaling in coordination with the Solr Operator

2023-07-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16727. --- Fix Version/s: 9.3 Assignee: Houston Putman Resolution: Done > Support Node A

[jira] [Commented] (SOLR-16855) Add a MigrateReplicas API

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

[jira] [Resolved] (SOLR-16855) Add a MigrateReplicas API

2023-07-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16855. --- Fix Version/s: 9.3 Assignee: Houston Putman Resolution: Implemented > Add a M

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

2023-07-06 Thread via GitHub
alessandrobenedetti commented on PR #1750: URL: https://github.com/apache/solr/pull/1750#issuecomment-1623823287 This: https://solr.apache.org/guide/solr/latest/query-guide/function-queries.html#dist-function does a similar thing but I don't like the syntax much. Not that I

[jira] [Commented] (SOLR-16855) Add a MigrateReplicas API

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

[GitHub] [solr] HoustonPutman merged pull request #1730: SOLR-16855: Add a MigrateReplicas API

2023-07-06 Thread via GitHub
HoustonPutman merged PR #1730: URL: https://github.com/apache/solr/pull/1730 -- 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] alessandrobenedetti commented on pull request #1750: Feature/solr 16675 dense vector function queries

2023-07-06 Thread via GitHub
alessandrobenedetti commented on PR #1750: URL: https://github.com/apache/solr/pull/1750#issuecomment-1623798667 Also basic documentation and changes is missing -- 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

[GitHub] [solr] alessandrobenedetti commented on a diff in pull request #1750: Feature/solr 16675 dense vector function queries

2023-07-06 Thread via GitHub
alessandrobenedetti commented on code in PR #1750: URL: https://github.com/apache/solr/pull/1750#discussion_r1254533849 ## solr/core/src/test/org/apache/solr/search/function/TestDenseVectorValueSourceParser.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Founda

[jira] [Assigned] (SOLR-15750) Create a v2 equivalent for 'REINDEXCOLLECTION'

2023-07-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-15750: -- Assignee: Jason Gerlowski > Create a v2 equivalent for 'REINDEXCOLLECTION' > -

[jira] [Updated] (SOLR-15750) Create a v2 equivalent for 'REINDEXCOLLECTION'

2023-07-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-15750: --- Labels: V2 newdev (was: V2) > Create a v2 equivalent for 'REINDEXCOLLECTION' > -

[jira] [Commented] (SOLR-15750) Create a v2 equivalent for 'REINDEXCOLLECTION'

2023-07-06 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740629#comment-17740629 ] Jason Gerlowski commented on SOLR-15750: Awesome, thanks [~yuntong] - let me know

[jira] [Commented] (SOLR-16853) Upgrade Lucene to 9.7.0

2023-07-06 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740623#comment-17740623 ] Alessandro Benedetti commented on SOLR-16853: - It seems a pretty easy upgrade

[GitHub] [solr] gerlowskija commented on pull request #1738: SOLR-15753: Ensure v2 API requests are logged

2023-07-06 Thread via GitHub
gerlowskija commented on PR #1738: URL: https://github.com/apache/solr/pull/1738#issuecomment-1623751158 Alright - tests and check are passing, I've added tests in PostRequestLoggingFIlterTest, and a few doc tweaks clarifying `logParamsList` non-effect on request bodies and path parameters.

[jira] [Created] (SOLR-16866) CachingDirectoryFactory Throwing Error When Closing

2023-07-06 Thread Stefan Pieper (Jira)
Stefan Pieper created SOLR-16866: Summary: CachingDirectoryFactory Throwing Error When Closing Key: SOLR-16866 URL: https://issues.apache.org/jira/browse/SOLR-16866 Project: Solr Issue Type:

[jira] [Commented] (SOLR-16860) Coordinator ZkStateReader's watch is not removed upon collection deletion

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

[jira] [Commented] (SOLR-16861) Coordinator node does not have the correct collection/core in MDCLoggingContext

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

[jira] [Commented] (SOLR-16860) Coordinator ZkStateReader's watch is not removed upon collection deletion

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

[jira] [Commented] (SOLR-16859) Missing Proxy support for Http2SolrClient

2023-07-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740600#comment-17740600 ] Kevin Risden commented on SOLR-16859: - https://github.com/apache/solr/blame/main/solr

[GitHub] [solr] justinrsweeney merged pull request #1754: SOLR-16860: Remove collection -> synthetic core mapping in Coordinator Node upon collection deletion

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

[jira] [Resolved] (SOLR-16862) SolrJ does not use HTTP(S) proxy

2023-07-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-16862. - Resolution: Duplicate > SolrJ does not use HTTP(S) proxy > > >

[jira] [Closed] (SOLR-16862) SolrJ does not use HTTP(S) proxy

2023-07-06 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden closed SOLR-16862. --- > SolrJ does not use HTTP(S) proxy > > > Key: SOLR-16862

  1   2   >