[PR] Update dependency org.apache.commons:commons-configuration2 to v2.10.0 [solr]

2024-03-12 Thread via GitHub
solrbot opened a new pull request, #2343: URL: https://github.com/apache/solr/pull/2343 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.commons:commons-configuration2](https://commons.apache.org/proper/commons-configur

[jira] [Updated] (SOLR-17200) "False Positive" Race conditions using "/health?requireHealthyCores=true" near startup

2024-03-12 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-17200: -- Attachment: SOLR-17200.patch Status: Open (was: Open) Here's a trivial patch w

Re: [PR] SOLR-16403: Cluster Singleton to remove inactive Shards [solr]

2024-03-12 Thread via GitHub
dsmiley commented on PR #1926: URL: https://github.com/apache/solr/pull/1926#issuecomment-1992745371 I already reported org.apache.solr.cloud.OverseerStatusTest.test -- https://github.com/apache/solr/pull/2230#issuecomment-1984524318 BTW this new BitoAgent AI bot reviewer thing is wil

Re: [PR] SOLR-16403: Cluster Singleton to remove inactive Shards [solr]

2024-03-12 Thread via GitHub
dsmiley commented on code in PR #1926: URL: https://github.com/apache/solr/pull/1926#discussion_r1522243305 ## solr/core/src/java/org/apache/solr/cluster/maintenance/InactiveShardRemover.java: ## @@ -0,0 +1,219 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] SOLR-16403: Cluster Singleton to remove inactive Shards [solr]

2024-03-12 Thread via GitHub
pjmcarthur commented on PR #1926: URL: https://github.com/apache/solr/pull/1926#issuecomment-1992707134 Test failure is reproducible on the main branch with `gradlew :solr:core:test --tests "org.apache.solr.cloud.OverseerStatusTest.test" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAt

[jira] [Updated] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-599: Description: SolrJ provides a SolrServer implementation backed by commons-httpclient which introduces many d

Re: [PR] SOLR-16403: Cluster Singleton to remove inactive Shards [solr]

2024-03-12 Thread via GitHub
pjmcarthur commented on PR #1926: URL: https://github.com/apache/solr/pull/1926#issuecomment-1992614083 We now have this running in production and have been able to see it working as expected, so I'm taking the PR out of draft status. @dsmiley fyi. -- This is an automated message from

Re: [PR] SOLR-16403: Cluster Singleton to remove inactive Shards [solr]

2024-03-12 Thread via GitHub
pjmcarthur commented on code in PR #1926: URL: https://github.com/apache/solr/pull/1926#discussion_r1522131521 ## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ## @@ -385,4 +389,39 @@ public static Map mapReplicasToReplicaType(DocCollection collect

[jira] [Commented] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825836#comment-17825836 ] David Smiley commented on SOLR-599: --- The JIRA description will need an overhaul :-) > Li

[jira] [Updated] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-599: Description: SolrJ provides a SolrServer implementation backed by commons-httpclient which introduces many d

[jira] [Resolved] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-599. - Resolution: Fixed > Lightweight SolrJ client > > > Key: SOLR-599 >

[jira] [Updated] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-599: Fix Version/s: main (10.0) 9.6.0 (was: 4.9) (

[jira] [Commented] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825780#comment-17825780 ] ASF subversion and git services commented on SOLR-599: -- Commit 3a95f98

[jira] [Commented] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825742#comment-17825742 ] ASF subversion and git services commented on SOLR-599: -- Commit 188ca88

Re: [PR] SOLR-599 New Solr Client Using Java 11+ java.net.http.HttpClient [solr]

2024-03-12 Thread via GitHub
jdyer1 merged PR #2259: URL: https://github.com/apache/solr/pull/2259 -- 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-17200) "False Positive" Race conditions using "/health?requireHealthyCores=true" near startup

2024-03-12 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825732#comment-17825732 ] Houston Putman commented on SOLR-17200: --- I like your suggestions [~hossman] , if yo

[jira] [Commented] (SOLR-17065) Migrate Sandbox CrossDC functionality into Solr

2024-03-12 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825730#comment-17825730 ] Houston Putman commented on SOLR-17065: --- Hey Jan, there has been a dev list discuss

Re: [PR] Update CrossDC to Solr 9 [solr-sandbox]

2024-03-12 Thread via GitHub
HoustonPutman commented on PR #100: URL: https://github.com/apache/solr-sandbox/pull/100#issuecomment-1991992846 @sigram while we are working on merging to Solr itself, can we not push code here? It's almost impossible to keep them in sync. This one is probably ok, since the same kind of st

Re: [PR] SOLR-16505: Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2 [solr]

2024-03-12 Thread via GitHub
iamsanjay commented on PR #2276: URL: https://github.com/apache/solr/pull/2276#issuecomment-1991993862 So far we were only testing internalCompression but not the externalComrpession. So in one of the class, ReplicationTestHelper, I found a way to enable the external Compression, and now wh

Re: [PR] Update CrossDC to Solr 9 [solr-sandbox]

2024-03-12 Thread via GitHub
sigram merged PR #100: URL: https://github.com/apache/solr-sandbox/pull/100 -- 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.apac

[jira] [Commented] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825677#comment-17825677 ] James Dyer commented on SOLR-599: - I plan on merging this shortly as *HttpJdkSolrClient*.

[jira] [Assigned] (SOLR-599) Lightweight SolrJ client

2024-03-12 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer reassigned SOLR-599: --- Assignee: James Dyer > Lightweight SolrJ client > > > Key: SO

Re: [PR] SOLR-599 New Solr Client Using Java 11+ java.net.http.HttpClient [solr]

2024-03-12 Thread via GitHub
dsmiley commented on code in PR #2259: URL: https://github.com/apache/solr/pull/2259#discussion_r1521449499 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrJdkClient.java: ## @@ -64,6 +62,12 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +/** +

Re: [PR] SOLR-599 New Solr Client Using Java 11+ java.net.http.HttpClient [solr]

2024-03-12 Thread via GitHub
jdyer1 commented on code in PR #2259: URL: https://github.com/apache/solr/pull/2259#discussion_r1521448629 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrJdkClient.java: ## @@ -278,64 +285,74 @@ private HttpResponse doPutOrPost( return response; } -

Re: [PR] SOLR-599 New Solr Client Using Java 11+ java.net.http.HttpClient [solr]

2024-03-12 Thread via GitHub
jdyer1 commented on code in PR #2259: URL: https://github.com/apache/solr/pull/2259#discussion_r1521446351 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrJdkClient.java: ## @@ -278,64 +285,74 @@ private HttpResponse doPutOrPost( return response; } -

Re: [PR] SOLR-599 New Solr Client Using Java 11+ java.net.http.HttpClient [solr]

2024-03-12 Thread via GitHub
jdyer1 commented on code in PR #2259: URL: https://github.com/apache/solr/pull/2259#discussion_r1521445967 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrJdkClient.java: ## @@ -64,6 +62,12 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +/** + *

Re: [PR] SOLR-599 New Solr Client Using Java 11+ java.net.http.HttpClient [solr]

2024-03-12 Thread via GitHub
jdyer1 commented on code in PR #2259: URL: https://github.com/apache/solr/pull/2259#discussion_r1521443795 ## gradle/testing/randomization/policies/solr-tests.policy: ## Review Comment: Unfortunately, I think we do need to enumerate every possible url for the security mana