Re: [PR] SOLR-10998: Obey 'Accept' header in v2 APIs [solr]

2025-03-13 Thread via GitHub
epugh commented on PR #3262: URL: https://github.com/apache/solr/pull/3262#issuecomment-2720940030 This is some nice alignment with normal web expectations.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (SOLR-17700) CoreContainer does not obtain a lock when unloading cores

2025-03-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935218#comment-17935218 ] ASF subversion and git services commented on SOLR-17700: Commit 7

Re: [PR] SOLR-17700: Use core operation lock when unloading core [solr]

2025-03-13 Thread via GitHub
HoustonPutman merged PR #3260: URL: https://github.com/apache/solr/pull/3260 -- 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

Re: [PR] SOLR-17607: Http ClusterStateProvider, lazy connect [solr]

2025-03-13 Thread via GitHub
HoustonPutman commented on PR #3249: URL: https://github.com/apache/solr/pull/3249#issuecomment-2721420292 I think this is breaking an integration test, namely: "export fails on non cloud mode" in `test_export.bats`. It gives the following error on Jenkins: https://ci-builds.apache

[jira] [Commented] (SOLR-17700) CoreContainer does not obtain a lock when unloading cores

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

[jira] [Resolved] (SOLR-17700) CoreContainer does not obtain a lock when unloading cores

2025-03-13 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-17700. --- Fix Version/s: 9.9 Assignee: Houston Putman Resolution: Fixed > CoreContainer

[jira] [Commented] (SOLR-16305) MODIFYCOLLECTION with 'property.*' changes can't change values used in config file variables (even though they can be set during collection CREATE)

2025-03-13 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935255#comment-17935255 ] Jason Gerlowski commented on SOLR-16305: bq. so whatever approach is taken to rec

[jira] [Commented] (SOLR-17656) Add expert level option to allowe PULL replicas to go ACTIVE w/o RECOVERING

2025-03-13 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935318#comment-17935318 ] Chris M. Hostetter commented on SOLR-17656: --- {quote} So that made me eventually

Re: [PR] Prevent RAW_GINKGO unset error in e2e tests [solr-operator]

2025-03-13 Thread via GitHub
gerlowskija commented on PR #767: URL: https://github.com/apache/solr-operator/pull/767#issuecomment-2722526123 I swear a different dev brought this up at some point in either an Issue or PR (though I can't find that comment now). In any case, I've hit this a number of times across differe

[jira] [Commented] (SOLR-17685) Can't pass in -z connection parameter to bin/solr auth

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

Re: [PR] SOLR-17685: Remove script creation of solr url based on SOLR_TOOL_HOST in favour of java code in CLI tools [solr]

2025-03-13 Thread via GitHub
epugh merged PR #3223: URL: https://github.com/apache/solr/pull/3223 -- 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

[PR] Prevent RAW_GINKGO unset error in e2e tests [solr-operator]

2025-03-13 Thread via GitHub
gerlowskija opened a new pull request, #767: URL: https://github.com/apache/solr-operator/pull/767 Not all environments set particular `RAW_GINKGO` args, causing `make e2e-tests` to fail with an "unset variable" related error. This commit tweaks our `manage_e2e_tests.sh` script to gua

Re: [PR] SOLR-17043: Remove SolrClient path pattern matching [solr]

2025-03-13 Thread via GitHub
dsmiley commented on code in PR #3238: URL: https://github.com/apache/solr/pull/3238#discussion_r1994348390 ## solr/solrj/src/java/org/apache/solr/client/solrj/request/DirectXmlRequest.java: ## @@ -55,8 +55,13 @@ public SolrParams getParams() { } @Override - public Stri

Re: [PR] SOLR-17043: Remove SolrClient path pattern matching [solr]

2025-03-13 Thread via GitHub
dsmiley commented on code in PR #3238: URL: https://github.com/apache/solr/pull/3238#discussion_r1994346969 ## solr/solrj/src/java/org/apache/solr/client/solrj/request/DelegationTokenRequest.java: ## @@ -84,8 +84,8 @@ public DelegationTokenResponse.Get createResponse(SolrClient

Re: [PR] SOLR-17043: Remove SolrClient path pattern matching [solr]

2025-03-13 Thread via GitHub
dsmiley commented on code in PR #3238: URL: https://github.com/apache/solr/pull/3238#discussion_r1994350312 ## solr/solrj/src/java/org/apache/solr/client/solrj/request/DirectXmlRequest.java: ## @@ -55,8 +55,13 @@ public SolrParams getParams() { } @Override - public Stri

Re: [PR] SOLR-17632: Text to Vector Update Request Processor [solr]

2025-03-13 Thread via GitHub
alessandrobenedetti merged PR #3151: URL: https://github.com/apache/solr/pull/3151 -- 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...@so

[jira] [Commented] (SOLR-17632) Text to Vector Update Request Processor

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

Re: [PR] SOLR-17632: Text to Vector Update Request Processor [solr]

2025-03-13 Thread via GitHub
alessandrobenedetti commented on PR #3151: URL: https://github.com/apache/solr/pull/3151#issuecomment-2721866606 Merged! Thanks, everybody, for the help! -- 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

Re: [I] Solr 9.8.0 pods do not become ready [solr-operator]

2025-03-13 Thread via GitHub
aloosnetmatch commented on issue #761: URL: https://github.com/apache/solr-operator/issues/761#issuecomment-2721872746 We had our initial issues with the "nonp" cluster. Here we "manually" configure the readinessGates I took the time to spin up a new "test" cluster. A similar clus

Re: [I] Solr registers with incorrect port 80 in Zookeeper [solr-operator]

2025-03-13 Thread via GitHub
edaemon commented on issue #84: URL: https://github.com/apache/solr-operator/issues/84#issuecomment-2722486500 @HoustonPutman, thanks for the feedback. I had recreated the cloud many times without the custom `podPort` and saw the same behavior. I did see the `SOLR_PORT_ADVERTISE=8983` envva

Re: [PR] Add ability to schedule recurring incremental backups [solr-operator]

2025-03-13 Thread via GitHub
HoustonPutman commented on PR #359: URL: https://github.com/apache/solr-operator/pull/359#issuecomment-2722405375 Absolutely, you should create a new issue for that @killdash9 ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] SOLR-17043: Remove SolrClient path pattern matching [solr]

2025-03-13 Thread via GitHub
dsmiley commented on code in PR #3238: URL: https://github.com/apache/solr/pull/3238#discussion_r1994305927 ## solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java: ## @@ -210,6 +236,16 @@ public boolean requiresCollection() { return false; } + /** + *

Re: [PR] SOLR-16903: Migrate all tests using File to NIO Path [solr]

2025-03-13 Thread via GitHub
epugh commented on code in PR #3263: URL: https://github.com/apache/solr/pull/3263#discussion_r1994355061 ## solr/core/src/test/org/apache/solr/SolrInfoBeanTest.java: ## @@ -88,30 +90,37 @@ public void testCallMBeanInfo() throws Exception { } private static List> getClas

[jira] [Commented] (SOLR-17607) HTTP ClusterStateProvider should defer talking to Solr until first use

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

[jira] [Commented] (SOLR-17607) HTTP ClusterStateProvider should defer talking to Solr until first use

2025-03-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935368#comment-17935368 ] ASF subversion and git services commented on SOLR-17607: Commit 0

[PR] SOLR-17685: Change fix version to 10x [solr]

2025-03-13 Thread via GitHub
epugh opened a new pull request, #3264: URL: https://github.com/apache/solr/pull/3264 https://issues.apache.org/jira/browse/SOLR-17685 # Description Change to 10x # Solution Backporting looked tough, and I don't want to inject new bugs into 9x... -- This is

[jira] [Created] (SOLR-17701) Remove AUTH_PORT in bin/solr scripts

2025-03-13 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17701: Summary: Remove AUTH_PORT in bin/solr scripts Key: SOLR-17701 URL: https://issues.apache.org/jira/browse/SOLR-17701 Project: Solr Issue Type: Task Componen

[PR] SOLR-17701: Strip out AUTH_PORT in favour of SOLR_PORT [solr]

2025-03-13 Thread via GitHub
epugh opened a new pull request, #3265: URL: https://github.com/apache/solr/pull/3265 https://issues.apache.org/jira/browse/SOLR-17701 # Description AUTH_PORT no longer used. # Solution Remove AUTH_PORT export as we set it to SOLR_PORT and use that. # Tests

Re: [PR] SOLR-17701: Strip out AUTH_PORT in favour of SOLR_PORT [solr]

2025-03-13 Thread via GitHub
epugh commented on PR #3265: URL: https://github.com/apache/solr/pull/3265#issuecomment-2722829023 Changelog will say something like "AUTH_PORT export removed in favour of more commonly used SOLR_PORT export"? -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] SOLR-17638 Some CLI errors not logged when starting prometheus exporter [solr]

2025-03-13 Thread via GitHub
epugh commented on code in PR #3236: URL: https://github.com/apache/solr/pull/3236#discussion_r1994384208 ## solr/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/SolrExporter.java: ## @@ -349,4 +361,31 @@ private static MetricsConfiguration loadMetricsConfigura

Re: [I] Solr -operator and prometheus-exporter [solr-operator]

2025-03-13 Thread via GitHub
HoustonPutman commented on issue #760: URL: https://github.com/apache/solr-operator/issues/760#issuecomment-2722006358 Yeah, the only way for `ZK_HOST` to not actually have a value is to do some really weird stuff, so it would be necessary to see what your `solrcloud` and `solrprometheusexp

Re: [I] Solr 9.8.0 pods do not become ready [solr-operator]

2025-03-13 Thread via GitHub
HoustonPutman commented on issue #761: URL: https://github.com/apache/solr-operator/issues/761#issuecomment-2722079878 Thanks for all the info here @aloosnetmatch , it is an easy fix and hopefully should be released soon! -- This is an automated message from the Apache Git Service. To res

[jira] [Resolved] (SOLR-17632) Text to Vector Update Request Processor

2025-03-13 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti resolved SOLR-17632. - Resolution: Fixed > Text to Vector Update Request Processor > ---

Re: [PR] SOLR-17638 Some CLI errors not logged when starting prometheus exporter [solr]

2025-03-13 Thread via GitHub
HoustonPutman commented on code in PR #3236: URL: https://github.com/apache/solr/pull/3236#discussion_r1993942563 ## solr/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/SolrExporter.java: ## @@ -349,4 +361,31 @@ private static MetricsConfiguration loadMetricsC

[jira] [Updated] (SOLR-17632) Text to Vector Update Request Processor

2025-03-13 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-17632: Fix Version/s: 9.9 > Text to Vector Update Request Processor >

[jira] [Commented] (SOLR-17656) Add expert level option to allowe PULL replicas to go ACTIVE w/o RECOVERING

2025-03-13 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935274#comment-17935274 ] Houston Putman commented on SOLR-17656: --- [~hossman] I could never reproduce locally

[jira] [Commented] (SOLR-17632) Text to Vector Update Request Processor

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

Re: [I] Basic Auth Bootstrap Not Working In 0.9.0 [solr-operator]

2025-03-13 Thread via GitHub
HoustonPutman closed issue #755: Basic Auth Bootstrap Not Working In 0.9.0 URL: https://github.com/apache/solr-operator/issues/755 -- 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

[jira] [Commented] (SOLR-17632) Text to Vector Update Request Processor

2025-03-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935285#comment-17935285 ] ASF subversion and git services commented on SOLR-17632: Commit f

Re: [PR] Allow disabling new UI module during builds [solr]

2025-03-13 Thread via GitHub
uschindler commented on PR #3261: URL: https://github.com/apache/solr/pull/3261#issuecomment-2722212518 > > Could we also disable it by default in the OS/Arch values we know are unsupported, as well as the ALT JDK option? > > This can be done by checking the values set in `System.get

Re: [I] BalanceReplicas called even when PopulatePodsOnScaleUp and VacatePodsOnScaleDown are false [solr-operator]

2025-03-13 Thread via GitHub
HoustonPutman commented on issue #724: URL: https://github.com/apache/solr-operator/issues/724#issuecomment-2722373055 Hmmm I've looked into this again and I'm not sure anymore. It only queues a Balancing operation if a Scaling Operation is already queued. And the scaling operation is only

Re: [PR] Allow disabling new UI module during builds [solr]

2025-03-13 Thread via GitHub
dsmiley commented on PR #3261: URL: https://github.com/apache/solr/pull/3261#issuecomment-2722364171 We're sticking with Kotlin for the UI module, and Java for everything else. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] SOLR-17607: Http ClusterStateProvider, lazy connect [solr]

2025-03-13 Thread via GitHub
dsmiley commented on PR #3249: URL: https://github.com/apache/solr/pull/3249#issuecomment-2722399761 ouch; I'll fix today. Pierre told me too. Sorry about this. I really wish that I got an email that I failed the build -- a basic software engineering practice I use elsewhere for a long

Re: [I] Solr registers with incorrect port 80 in Zookeeper [solr-operator]

2025-03-13 Thread via GitHub
HoustonPutman commented on issue #84: URL: https://github.com/apache/solr-operator/issues/84#issuecomment-2722403088 @edaemon I think there was an issue when you had `podPort=80`, and created replicas. Those now see themselves as living on that port, which you are no longer using. I would r

Re: [PR] Use supported Solr version in examples [solr-operator]

2025-03-13 Thread via GitHub
gerlowskija merged PR #768: URL: https://github.com/apache/solr-operator/pull/768 -- 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...@sol

[jira] [Commented] (SOLR-17682) Refactor QueryResponseWriter hierarchy to put binary at the base and add TextQueryResponseWriter sub

2025-03-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935377#comment-17935377 ] ASF subversion and git services commented on SOLR-17682: Commit b

[jira] [Created] (SOLR-17702) ZkController should own its own reconnect logic

2025-03-13 Thread Houston Putman (Jira)
Houston Putman created SOLR-17702: - Summary: ZkController should own its own reconnect logic Key: SOLR-17702 URL: https://issues.apache.org/jira/browse/SOLR-17702 Project: Solr Issue Type: Im

[PR] SOLR-16903: Migrate all tests using File to NIO Path [solr]

2025-03-13 Thread via GitHub
mlbiscoc opened a new pull request, #3263: URL: https://github.com/apache/solr/pull/3263 https://issues.apache.org/jira/browse/SOLR-16903 # Description WIP - Leaving in draft state for now as there is still more work from refactor needed but most tests pass so can be semi-revie

[jira] [Resolved] (SOLR-17685) Can't pass in -z connection parameter to bin/solr auth

2025-03-13 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17685. -- Fix Version/s: main (10.0) Assignee: Eric Pugh Resolution: Fixed > Can't pass in -z con

[jira] [Updated] (SOLR-17702) ZkController should own its own reconnect logic

2025-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17702: -- Labels: pull-request-available (was: ) > ZkController should own its own reconnect logic > ---

[jira] [Commented] (SOLR-17518) Refactor out a XmlRequestWriter so that RequestWriter is abstract

2025-03-13 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935379#comment-17935379 ] David Smiley commented on SOLR-17518: - As I now look in branch_9x, this was a non-bac

[PR] SOLR-17702: Move ZK ConnectionListener logic out of SolrZkClient [solr]

2025-03-13 Thread via GitHub
HoustonPutman opened a new pull request, #3266: URL: https://github.com/apache/solr/pull/3266 https://issues.apache.org/jira/browse/SOLR-17702 This will fix the flaky `org.apache.solr.cloud.BasicDistributedZk2Test` (class method) failures. But in general this is a better way of

[jira] [Updated] (SOLR-17701) Remove AUTH_PORT in bin/solr scripts

2025-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17701: -- Labels: pull-request-available (was: ) > Remove AUTH_PORT in bin/solr scripts > --

Re: [PR] SOLR-16903: Migrate all tests using File to NIO Path [solr]

2025-03-13 Thread via GitHub
epugh commented on code in PR #3263: URL: https://github.com/apache/solr/pull/3263#discussion_r1994352934 ## solr/core/src/java/org/apache/solr/blockcache/BlockDirectory.java: ## @@ -289,12 +290,12 @@ String getFileCacheName(String name) throws IOException { private long ge

Re: [PR] SOLR-17682: QueryResponseWriter hierarchy refactor [solr]

2025-03-13 Thread via GitHub
dsmiley merged PR #3209: URL: https://github.com/apache/solr/pull/3209 -- 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

[PR] SOLR-17682: Rename BinaryResponseWriter to JavaBinResponseWriter [solr]

2025-03-13 Thread via GitHub
dsmiley opened a new pull request, #3267: URL: https://github.com/apache/solr/pull/3267 https://issues.apache.org/jira/browse/SOLR-17682 2nd PR for this JIRA; I wanted to do this separately. -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] SOLR-16903: Migrate all tests using File to NIO Path [solr]

2025-03-13 Thread via GitHub
dsmiley commented on code in PR #3263: URL: https://github.com/apache/solr/pull/3263#discussion_r1994576108 ## solr/core/src/java/org/apache/solr/blockcache/BlockDirectory.java: ## @@ -289,12 +290,12 @@ String getFileCacheName(String name) throws IOException { private long

Re: [PR] SOLR-16903: Migrate all tests using File to NIO Path [solr]

2025-03-13 Thread via GitHub
dsmiley commented on code in PR #3263: URL: https://github.com/apache/solr/pull/3263#discussion_r1994581560 ## solr/core/src/test/org/apache/solr/cli/SolrCLIZkToolsTest.java: ## @@ -265,7 +275,10 @@ public void testCp() throws Exception { new String[] { "--zk

[PR] SOLR-10998: Obey 'Accept' header in v2 APIs [solr]

2025-03-13 Thread via GitHub
gerlowskija opened a new pull request, #3262: URL: https://github.com/apache/solr/pull/3262 'wt' takes precedence if specified for now, if not provided Solr (through our use of Jersey) will pick a response format in keeping with the specified 'Accept' header. JSON responses remains t

[jira] [Commented] (SOLR-10998) Support "Accept" request header as alternative to "wt" parameter

2025-03-13 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935152#comment-17935152 ] Jason Gerlowski commented on SOLR-10998: Jersey obeys "Accept" headers out of the

[jira] [Updated] (SOLR-10998) Support "Accept" request header as alternative to "wt" parameter

2025-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-10998: -- Labels: http-headers pull-request-available standards (was: http-headers standards) > Support

[jira] [Created] (SOLR-17703) BinaryResponseParser and BinaryRequestWriter rename to "JavaBin..."

2025-03-13 Thread David Smiley (Jira)
David Smiley created SOLR-17703: --- Summary: BinaryResponseParser and BinaryRequestWriter rename to "JavaBin..." Key: SOLR-17703 URL: https://issues.apache.org/jira/browse/SOLR-17703 Project: Solr

Re: [PR] Add ability to schedule recurring incremental backups [solr-operator]

2025-03-13 Thread via GitHub
killdash9 commented on PR #359: URL: https://github.com/apache/solr-operator/pull/359#issuecomment-2711215072 > @gerlowskija, given that https://issues.apache.org/jira/browse/SOLR-15706 is not released yet, maybe we just wait to add in the `purge` call until the next Solr Operator release.

[jira] [Commented] (SOLR-17702) ZkController should own its own reconnect logic

2025-03-13 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935403#comment-17935403 ] David Smiley commented on SOLR-17702: - Nice Houston! I suppose this addresses my few