[jira] [Commented] (SOLR-16757) Umbrella Ticket for Revamping Solr CLI's for the Future

2024-11-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895274#comment-17895274 ] Eric Pugh commented on SOLR-16757: -- We are getting to the close of this effort.  I check

[jira] [Commented] (SOLR-17497) Pull replicas throws AlreadyClosedException

2024-11-04 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895320#comment-17895320 ] Jason Gerlowski commented on SOLR-17497: Hey [~sanjaydutt] - I'm going to backpor

Re: [PR] SOLR-17453: Leverage waitForState() instead of busy waiting [solr]

2024-11-04 Thread via GitHub
psalagnac commented on PR #2737: URL: https://github.com/apache/solr/pull/2737#issuecomment-2454956000 > One thought, is there a way to enforce the use of waitForState() pattern via any of our code quality tools? Not sure how we can automate decision on whether usages of `Timeout` are

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-04 Thread via GitHub
murblanc commented on code in PR #2834: URL: https://github.com/apache/solr/pull/2834#discussion_r1827321369 ## solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java: ## @@ -400,29 +402,14 @@ public Set getHostAllowList() { return hostAllowList; } - /** -

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-04 Thread via GitHub
murblanc commented on code in PR #2834: URL: https://github.com/apache/solr/pull/2834#discussion_r1827926712 ## solr/core/src/java/org/apache/solr/handler/designer/SchemaDesignerConfigSetHelper.java: ## @@ -168,24 +167,12 @@ Map analyzeField(String configSet, String fieldName,

[jira] [Commented] (SOLR-17497) Pull replicas throws AlreadyClosedException

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

[jira] [Commented] (SOLR-17448) Audit usage of ExecutorService#submit in Solr codebase

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

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2834: URL: https://github.com/apache/solr/pull/2834#discussion_r182794 ## solr/core/src/java/org/apache/solr/handler/designer/SchemaDesignerConfigSetHelper.java: ## @@ -168,24 +167,12 @@ Map analyzeField(String configSet, String fieldName, S

Re: [PR] SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions [solr]

2024-11-04 Thread via GitHub
HoustonPutman commented on PR #760: URL: https://github.com/apache/solr/pull/760#issuecomment-2455058672 Yes, that is absolutely related, but I thoroughly tested that before pushing 🙄 I'll take a look. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2834: URL: https://github.com/apache/solr/pull/2834#discussion_r1827951977 ## solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java: ## @@ -382,6 +383,7 @@ void setLiveNodes(Set liveNodes) { * Be aware that this may return collec

[jira] [Updated] (SOLR-17487) Can't POST a dense vector that contains two or more occurences of the same float value

2024-11-04 Thread Pierre Salagnac (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Salagnac updated SOLR-17487: --- Attachment: image.png > Can't POST a dense vector that contains two or more occurences of the

[jira] [Updated] (SOLR-17487) Can't POST a dense vector that contains two or more occurences of the same float value

2024-11-04 Thread Pierre Salagnac (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Salagnac updated SOLR-17487: --- Attachment: (was: image.png) > Can't POST a dense vector that contains two or more occure

Re: [PR] SOLR-17516: LBHttpSolrClient: support HttpJdkSolrClient (Generic Version) [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2828: URL: https://github.com/apache/solr/pull/2828#discussion_r1827982607 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBSolrClient.java: ## @@ -699,11 +699,20 @@ public NamedList request( if (e.getRootCause() instanceof IOE

Re: [PR] SOLR-17538: CloudHttp2SolrClient needs a custom ClusterStateProvider option [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2832: URL: https://github.com/apache/solr/pull/2832#discussion_r1827994098 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp2SolrClient.java: ## @@ -233,6 +240,11 @@ public Builder(List zkHosts, Optional zkChroot) { if (z

Re: [PR] Prevent conflicting connection flags from being used via OptionGroup [solr]

2024-11-04 Thread via GitHub
malliaridis commented on PR #2725: URL: https://github.com/apache/solr/pull/2725#issuecomment-2455326616 @epugh this one is ready I believe. The merge with main was ugly. >.< I ended up with more lines added than removed, even though I have simplified and removed redundant elements. T

Re: [PR] Prevent conflicting connection flags from being used via OptionGroup [solr]

2024-11-04 Thread via GitHub
malliaridis commented on PR #2725: URL: https://github.com/apache/solr/pull/2725#issuecomment-2455332282 I didn't find any options that are mutually exclusive to use groups. This was relevant for the deprecated options to simplify the `getOptionValue` with a single option group. But since w

[jira] [Commented] (SOLR-15929) Clean up NOTICE and LICENSE files for Solr

2024-11-04 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895377#comment-17895377 ] Christos Malliaridis commented on SOLR-15929: - We should also make sure that

[jira] [Created] (SOLR-17542) AccessControlException when attempting to post document

2024-11-04 Thread Ivo Janssen (Jira)
Ivo Janssen created SOLR-17542: -- Summary: AccessControlException when attempting to post document Key: SOLR-17542 URL: https://issues.apache.org/jira/browse/SOLR-17542 Project: Solr Issue Type:

Re: [PR] SOLR-17534 ClusterState.getCollectionNames [solr]

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

Re: [PR] Update org.hamcrest:* to v3 (major) [solr]

2024-11-04 Thread via GitHub
malliaridis merged PR #2617: URL: https://github.com/apache/solr/pull/2617 -- 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-7871) Platform independent config file instead of solr.in.sh and solr.in.cmd

2024-11-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895278#comment-17895278 ] Eric Pugh commented on SOLR-7871: - Hi all..    I'd like to take to another, but fresh run,

Re: [PR] SOLR-17256: Remove usages of deprecated SolrRequest.setBasePath [solr]

2024-11-04 Thread via GitHub
gerlowskija commented on code in PR #2811: URL: https://github.com/apache/solr/pull/2811#discussion_r1827843121 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBSolrClient.java: ## @@ -480,14 +480,35 @@ private static boolean isTimeExceeded(long timeAllowedNano, long

Re: [PR] SOLR-17256: Remove usages of deprecated SolrRequest.setBasePath [solr]

2024-11-04 Thread via GitHub
gerlowskija commented on PR #2811: URL: https://github.com/apache/solr/pull/2811#issuecomment-2454900565 > I know it's out of scope... sort of... but @iamsanjay recently updated SolrClientNodeStateProvider.invoke to not call setBasePath but the result is more lines of code / complexity than

Re: [PR] SOLR-17453: Leverage waitForState() instead of busy waiting [solr]

2024-11-04 Thread via GitHub
psalagnac commented on code in PR #2737: URL: https://github.com/apache/solr/pull/2737#discussion_r1827843673 ## solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java: ## @@ -221,24 +223,19 @@ public void call(ClusterState clusterState, ZkNodeProps m

Re: [PR] SOLR-17453: Leverage waitForState() instead of busy waiting [solr]

2024-11-04 Thread via GitHub
psalagnac commented on code in PR #2737: URL: https://github.com/apache/solr/pull/2737#discussion_r1827855744 ## solr/test-framework/src/java/org/apache/solr/cloud/AbstractDistribZkTestBase.java: ## @@ -242,45 +240,15 @@ public static void waitForCollectionToDisappear( log.

Re: [PR] SOLR-17453: Leverage waitForState() instead of busy waiting [solr]

2024-11-04 Thread via GitHub
psalagnac commented on code in PR #2737: URL: https://github.com/apache/solr/pull/2737#discussion_r1827860425 ## solr/core/src/test/org/apache/solr/cloud/TestRebalanceLeaders.java: ## @@ -604,74 +572,61 @@ private void forceUpdateCollectionStatus() { // Since we have to res

Re: [PR] SOLR-17516: LBHttpSolrClient: support HttpJdkSolrClient (Generic Version) [solr]

2024-11-04 Thread via GitHub
jdyer1 commented on code in PR #2828: URL: https://github.com/apache/solr/pull/2828#discussion_r1827873836 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpJdkSolrClient.java: ## @@ -173,8 +173,8 @@ public NamedList request(SolrRequest solrRequest, String collection

[jira] [Commented] (SOLR-16790) Umbrella - Improve Solr CLI tools

2024-11-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895260#comment-17895260 ] Eric Pugh commented on SOLR-16790: -- I want to do a bit of Jira tidying, and get rid of t

[jira] [Resolved] (SOLR-16790) Umbrella - Improve Solr CLI tools

2024-11-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16790. -- Resolution: Duplicate I am marking this as a duplicate of SOLR-16757 and moved the child tickets over

[jira] [Created] (SOLR-17541) LBSolrClient implementations should agree on 'getClient()' semantics

2024-11-04 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17541: -- Summary: LBSolrClient implementations should agree on 'getClient()' semantics Key: SOLR-17541 URL: https://issues.apache.org/jira/browse/SOLR-17541 Project: Solr

[PR] Backport: Update org.hamcrest:* to v3 (major) (#2617) [solr]

2024-11-04 Thread via GitHub
malliaridis opened a new pull request, #2845: URL: https://github.com/apache/solr/pull/2845 * Update org.hamcrest:* to v3 * Update hamcrest license file - Co-authored-by: Christos Malliaridis (cherry picked from commit f216c984d348c12cc4c4c24e24ee6bf014cc9b01)

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-04 Thread via GitHub
murblanc commented on code in PR #2834: URL: https://github.com/apache/solr/pull/2834#discussion_r1827322144 ## solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java: ## @@ -400,29 +402,14 @@ public Set getHostAllowList() { return hostAllowList; } - /** -

[jira] [Assigned] (SOLR-17256) Remove SolrRequest.getBasePath setBasePath

2024-11-04 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-17256: -- Assignee: Jason Gerlowski > Remove SolrRequest.getBasePath setBasePath > -

Re: [PR] SOLR-17256: Remove usages of deprecated SolrRequest.setBasePath [solr]

2024-11-04 Thread via GitHub
gerlowskija commented on PR #2811: URL: https://github.com/apache/solr/pull/2811#issuecomment-2455573937 Tests and 'check' all look good; will aim to merge tomorrow pending any last comments! Thanks @dsmiley for all the review! -- This is an automated message from the Apache Git Service.

[jira] [Comment Edited] (SOLR-15929) Clean up NOTICE and LICENSE files for Solr

2024-11-04 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895429#comment-17895429 ] Jan Høydahl edited comment on SOLR-15929 at 11/4/24 9:22 PM: -

[jira] [Comment Edited] (SOLR-15929) Clean up NOTICE and LICENSE files for Solr

2024-11-04 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895429#comment-17895429 ] Jan Høydahl edited comment on SOLR-15929 at 11/4/24 9:27 PM: -

Re: [PR] SOLR-17456: TransactionLog ctor integrity [solr]

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

Re: [PR] SOLR-17390: EmbeddedSolrServer now considers the ResponseParser [solr]

2024-11-04 Thread via GitHub
dsmiley merged PR #2774: URL: https://github.com/apache/solr/pull/2774 -- 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] [Commented] (SOLR-17456) TransactionLog NPE

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

[jira] [Commented] (SOLR-17487) Can't POST a dense vector that contains two or more occurences of the same float value

2024-11-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895390#comment-17895390 ] David Smiley commented on SOLR-17487: - Solr's [default solrconfig.xml|https://github

Re: [PR] Prevent conflicting connection flags from being used via OptionGroup [solr]

2024-11-04 Thread via GitHub
malliaridis commented on code in PR #2725: URL: https://github.com/apache/solr/pull/2725#discussion_r1828214894 ## solr/core/src/java/org/apache/solr/cli/ApiTool.java: ## @@ -36,6 +36,16 @@ * Used to send an arbitrary HTTP request to a Solr API endpoint. */ public class Api

Re: [PR] Prevent conflicting connection flags from being used via OptionGroup [solr]

2024-11-04 Thread via GitHub
epugh commented on PR #2725: URL: https://github.com/apache/solr/pull/2725#issuecomment-2455461246 I go back and forth on making everything a Java object. `cli.getOption("my-option")` to me reads better than `cli.getOption(MY_OPTION)`, having said that, I think the enhanced IDE integratio

[jira] [Commented] (SOLR-15929) Clean up NOTICE and LICENSE files for Solr

2024-11-04 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895417#comment-17895417 ] Christos Malliaridis commented on SOLR-15929: - What is the correct way for "M

[jira] [Closed] (SOLR-17487) Can't POST a dense vector that contains two or more occurences of the same float value

2024-11-04 Thread Guillaume Jactat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Jactat closed SOLR-17487. --- > Can't POST a dense vector that contains two or more occurences of the same > float value > ---

Re: [PR] SOLR-17453: Leverage waitForState() instead of busy waiting [solr]

2024-11-04 Thread via GitHub
dsmiley commented on PR #2737: URL: https://github.com/apache/solr/pull/2737#issuecomment-2455879410 Probably just a one-liner left and I'll merge away :-) -- 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

[jira] [Commented] (SOLR-17456) TransactionLog NPE

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

[jira] [Commented] (SOLR-17390) EmbeddedSolrServer should support a ResponseParser

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

Re: [PR] SOLR-17453: Leverage waitForState() instead of busy waiting [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2737: URL: https://github.com/apache/solr/pull/2737#discussion_r1828513954 ## solr/test-framework/src/java/org/apache/solr/cloud/AbstractDistribZkTestBase.java: ## @@ -242,45 +240,15 @@ public static void waitForCollectionToDisappear( log.in

[jira] [Resolved] (SOLR-17390) EmbeddedSolrServer should support a ResponseParser

2024-11-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17390. - Fix Version/s: 9.8 Resolution: Fixed > EmbeddedSolrServer should support a ResponseParser

[jira] [Resolved] (SOLR-17456) TransactionLog NPE

2024-11-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17456. - Fix Version/s: 9.8 Assignee: David Smiley Resolution: Fixed > TransactionLog NPE

[jira] [Commented] (SOLR-17390) EmbeddedSolrServer should support a ResponseParser

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

Re: [PR] Prevent conflicting connection flags from being used via OptionGroup [solr]

2024-11-04 Thread via GitHub
malliaridis commented on PR #2725: URL: https://github.com/apache/solr/pull/2725#issuecomment-2455611441 > I go back and forth on making everything a Java object. cli.getOption("my-option") to me reads better than cli.getOption(MY_OPTION) I agree on that, but I also feel that having l

[jira] [Comment Edited] (SOLR-15929) Clean up NOTICE and LICENSE files for Solr

2024-11-04 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895429#comment-17895429 ] Jan Høydahl edited comment on SOLR-15929 at 11/4/24 9:05 PM: -

[jira] [Commented] (SOLR-15929) Clean up NOTICE and LICENSE files for Solr

2024-11-04 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895429#comment-17895429 ] Jan Høydahl commented on SOLR-15929: I think we may need a spreadsheet with a line pe

[jira] [Commented] (SOLR-7871) Platform independent config file instead of solr.in.sh and solr.in.cmd

2024-11-04 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895424#comment-17895424 ] Jan Høydahl commented on SOLR-7871: --- As long as the bike shed is yaml I’m all in 🤣🤣🤣 Not

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2834: URL: https://github.com/apache/solr/pull/2834#discussion_r1827774012 ## solr/core/src/java/org/apache/solr/handler/designer/SchemaDesignerConfigSetHelper.java: ## @@ -168,24 +167,12 @@ Map analyzeField(String configSet, String fieldName, S

Re: [PR] SOLR-17256: Remove usages of deprecated SolrRequest.setBasePath [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2811: URL: https://github.com/apache/solr/pull/2811#discussion_r1827794290 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBSolrClient.java: ## @@ -480,14 +480,35 @@ private static boolean isTimeExceeded(long timeAllowedNano, long time

Re: [PR] SOLR-17256: Remove usages of deprecated SolrRequest.setBasePath [solr]

2024-11-04 Thread via GitHub
gerlowskija commented on code in PR #2811: URL: https://github.com/apache/solr/pull/2811#discussion_r1827753327 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBSolrClient.java: ## @@ -480,14 +480,35 @@ private static boolean isTimeExceeded(long timeAllowedNano, long

Re: [PR] SOLR-17256: Remove usages of deprecated SolrRequest.setBasePath [solr]

2024-11-04 Thread via GitHub
gerlowskija commented on code in PR #2811: URL: https://github.com/apache/solr/pull/2811#discussion_r1827753327 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBSolrClient.java: ## @@ -480,14 +480,35 @@ private static boolean isTimeExceeded(long timeAllowedNano, long

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-04 Thread via GitHub
dsmiley commented on code in PR #2834: URL: https://github.com/apache/solr/pull/2834#discussion_r1827771870 ## solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java: ## @@ -400,29 +402,14 @@ public Set getHostAllowList() { return hostAllowList; } - /** -