Re: [PR] SOLR-17556: Examples should run with the standard & recommended Solr home and solr data dir [solr]

2024-11-22 Thread via GitHub
epugh merged PR #2861: URL: https://github.com/apache/solr/pull/2861 -- 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-17556) Examples should run with the standard & recommended Solr process

2024-11-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900347#comment-17900347 ] ASF subversion and git services commented on SOLR-17556: Commit 6

Re: [PR] User Behavior Insights implementation for Apache Solr [solr]

2024-11-22 Thread via GitHub
epugh commented on PR #2452: URL: https://github.com/apache/solr/pull/2452#issuecomment-2493648147 Hey, we now have a website! http://ubisearch.dev for more info! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Commented] (SOLR-17570) cursorMark should assume minExactCount=0

2024-11-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900460#comment-17900460 ] Chris M. Hostetter commented on SOLR-17570: --- {quote}Unfortunately I think we ha

Re: [PR] SOLR-17540: Remove Hadoop Auth Module [solr]

2024-11-22 Thread via GitHub
epugh commented on PR #2835: URL: https://github.com/apache/solr/pull/2835#issuecomment-2493669806 Would someone be willing to look at what is going on in SolrDispatchFilter? Around https://github.com/apache/solr/blob/620175a5626e69823b5aec8e20734a6352195000/solr/core/src/java/org/apache/

Re: [PR] Support concurrency when reading transaction log encryption header. [solr-sandbox]

2024-11-22 Thread via GitHub
bruno-roustant merged PR #112: URL: https://github.com/apache/solr-sandbox/pull/112 -- 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

[PR] SOLR-17569: fix flaky test TestLBHttpSolrClient (9.x) / LBHttp2SolrClientIntegrationTest (main) [solr]

2024-11-22 Thread via GitHub
jdyer1 opened a new pull request, #2884: URL: https://github.com/apache/solr/pull/2884 1. Remove "testReliability" because it had no asserts. 2. For "testTwoServers" and "testSimple", wait for the alive check query to be logged after restarting the node. Previously a blind "Thread.sl

[jira] [Updated] (SOLR-17569) TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTest unreproducible test failures

2024-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17569: -- Labels: pull-request-available (was: ) > TestLBHttpSolrClient/LBHttp2SolrClientIntegrationTes

[jira] [Commented] (SOLR-17564) Assign.java is unnecessarily complex because of back-compat fixes

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

[jira] [Resolved] (SOLR-17564) Assign.java is unnecessarily complex because of back-compat fixes

2024-11-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17564. - Fix Version/s: main (10.0) Resolution: Fixed Merged. SolrCloud is getting a little simple

Re: [PR] SOLR-17564: Remove backwards compatibility code from Assign [solr]

2024-11-22 Thread via GitHub
dsmiley merged PR #2871: URL: https://github.com/apache/solr/pull/2871 -- 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] [Comment Edited] (SOLR-16470) Create V2 equivalent of V1 Replication: Get IndexVersion, Get FileStream, Get File List

2024-11-22 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900449#comment-17900449 ] Jason Gerlowski edited comment on SOLR-16470 at 11/22/24 4:30 PM: -

[jira] [Resolved] (SOLR-16470) Create V2 equivalent of V1 Replication: Get IndexVersion, Get FileStream, Get File List

2024-11-22 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-16470. Fix Version/s: 9.8 Assignee: Jason Gerlowski Resolution: Fixed Alright - he

Re: [PR] [WIP] Jetty12 + EE8 [solr]

2024-11-22 Thread via GitHub
iamsanjay commented on PR #2876: URL: https://github.com/apache/solr/pull/2876#issuecomment-2493848687 For S3Mock, the library is upgraded to support Jetty12. Test cases are running now! For s3mock to deal in separate PR, I tried to maintain two different set of jetty(10 & 12), but there we

Re: [PR] SOLR-16903: Update CLI tools to use java.nio.file.Path instead of java.io.File [solr]

2024-11-22 Thread via GitHub
AndreyBozhko commented on code in PR #2883: URL: https://github.com/apache/solr/pull/2883#discussion_r1854492803 ## solr/core/src/test/org/apache/solr/cli/PostToolTest.java: ## @@ -281,15 +281,15 @@ public void testAppendUrlPath() { @Test public void testGuessType() {

Re: [PR] SOLR-16903: Update CLI tools to use java.nio.file.Path instead of java.io.File [solr]

2024-11-22 Thread via GitHub
epugh commented on code in PR #2883: URL: https://github.com/apache/solr/pull/2883#discussion_r1854635328 ## solr/core/src/test/org/apache/solr/cli/PostToolTest.java: ## @@ -281,15 +281,15 @@ public void testAppendUrlPath() { @Test public void testGuessType() { File f

Re: [PR] SOLR-17540: Remove Hadoop Auth Module [solr]

2024-11-22 Thread via GitHub
gus-asf commented on PR #2835: URL: https://github.com/apache/solr/pull/2835#issuecomment-2494228698 > Would someone be willing to look at what is going on in SolrDispatchFilter? Around > > https://github.com/apache/solr/blob/620175a5626e69823b5aec8e20734a6352195000/solr/core/src/jav

[jira] [Commented] (SOLR-17556) Examples should run with the standard & recommended Solr process

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

[jira] [Commented] (SOLR-17556) Examples should run with the standard & recommended Solr process

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

[jira] [Resolved] (SOLR-17556) Examples should run with the standard & recommended Solr process

2024-11-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17556. -- Fix Version/s: 9.8 Resolution: Fixed > Examples should run with the standard & recommended Solr

[jira] [Commented] (SOLR-16470) Create V2 equivalent of V1 Replication: Get IndexVersion, Get FileStream, Get File List

2024-11-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900395#comment-17900395 ] ASF subversion and git services commented on SOLR-16470: Commit 6

Re: [PR] SOLR-16470: Create V2 equivalent of V1 Replication: Get files/{filePath} [solr]

2024-11-22 Thread via GitHub
gerlowskija merged PR #2734: URL: https://github.com/apache/solr/pull/2734 -- 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

Re: [PR] SOLR-16781: Remove solrconfig.xml directives [solr]

2024-11-22 Thread via GitHub
epugh commented on PR #2875: URL: https://github.com/apache/solr/pull/2875#issuecomment-2493636331 @gerlowskija FYI I merged and backported https://issues.apache.org/jira/browse/SOLR-17556 to clear the decks, but which may impact this a bit. I think you plan for beefing up bin/solr start -

Re: [PR] SolrTestCase now supports @LogLevel [solr]

2024-11-22 Thread via GitHub
hossman commented on PR #2869: URL: https://github.com/apache/solr/pull/2869#issuecomment-2494322602 I don't know about the `shutdown()` changes, but moving this logic into a `Rule` seems great, and and using that `@Rule` in `SolrTestCase` (instead of `SolrTestCaseJ4`) seems fine...

[jira] [Commented] (SOLR-16470) Create V2 equivalent of V1 Replication: Get IndexVersion, Get FileStream, Get File List

2024-11-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900417#comment-17900417 ] ASF subversion and git services commented on SOLR-16470: Commit 0

Re: [PR] SOLR-16781: Remove solrconfig.xml directives [solr]

2024-11-22 Thread via GitHub
gerlowskija commented on PR #2875: URL: https://github.com/apache/solr/pull/2875#issuecomment-2494094532 > how do you want to handle https://github.com/apache/solr/pull/2861? Should it go in first, or after? Sorry - missed this comment the other day. I'm glad I didn't prevent you fr

[jira] [Commented] (SOLR-17540) Remove hadoop-auth module

2024-11-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900437#comment-17900437 ] Eric Pugh commented on SOLR-17540: -- When the PR is merged, we need to go through Jira an