[jira] [Updated] (SOLR-17590) Complete Major changes and Upgrade Notes in RefGuide for 9.8.0

2024-12-10 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-17590: Fix Version/s: 9.8 > Complete Major changes and Upgrade Notes in RefGuide for 9.8.0 > -

[jira] [Created] (SOLR-17590) Complete Major changes and Upgrade Notes in RefGuide for 9.8.0

2024-12-10 Thread Anshum Gupta (Jira)
Anshum Gupta created SOLR-17590: --- Summary: Complete Major changes and Upgrade Notes in RefGuide for 9.8.0 Key: SOLR-17590 URL: https://issues.apache.org/jira/browse/SOLR-17590 Project: Solr Is

[PR] SOLR-16390: fix flaky test ClusterPropsAPITest.testClusterPropertyOpsAllGood [solr]

2024-12-10 Thread via GitHub
psalagnac opened a new pull request, #2901: URL: https://github.com/apache/solr/pull/2901 https://issues.apache.org/jira/browse/SOLR-16390 (linking to the Jira that introduced the test) # Description The test fails when SSL is enabled, because of testing f

Re: [I] Solr Restore Space Considerations in Kubernetes [solr-operator]

2024-12-10 Thread via GitHub
gerlowskija commented on issue #726: URL: https://github.com/apache/solr-operator/issues/726#issuecomment-2532364686 (Hi @mchennupati - it looks like the formatting on your post mangled a few things, so apologies if I'm missing something.) afaict your question isn't necessarily relate

Re: [I] Solr Restore Space Considerations in Kubernetes [solr-operator]

2024-12-10 Thread via GitHub
gerlowskija closed issue #726: Solr Restore Space Considerations in Kubernetes URL: https://github.com/apache/solr-operator/issues/726 -- 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 com

[jira] [Commented] (SOLR-16390) Cosmetic improvements and migration to JAX-RS (v2 cluster and clusterprop APIs)

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

Re: [PR] SOLR-16390: fix flaky test ClusterPropsAPITest.testClusterPropertyOpsAllGood [solr]

2024-12-10 Thread via GitHub
psalagnac merged PR #2901: URL: https://github.com/apache/solr/pull/2901 -- 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.

Re: [PR] SOLR-16390: fix flaky test ClusterPropsAPITest.testClusterPropertyOpsAllGood [solr]

2024-12-10 Thread via GitHub
psalagnac commented on code in PR #2901: URL: https://github.com/apache/solr/pull/2901#discussion_r1878857962 ## solr/core/src/test/org/apache/solr/handler/admin/api/ClusterPropsAPITest.java: ## @@ -103,10 +109,9 @@ public void testClusterPropertyOpsAllGood() throws Exception {

[jira] [Comment Edited] (SOLR-17589) First use of PUT/POST request with HttpJdkSolrClient generates error log entry on solr server due to initial HEAD request

2024-12-10 Thread Paul Blanchaert (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904634#comment-17904634 ] Paul Blanchaert edited comment on SOLR-17589 at 12/10/24 10:15 PM:

[jira] [Comment Edited] (SOLR-17589) First use of PUT/POST request with HttpJdkSolrClient generates error log entry on solr server due to initial HEAD request

2024-12-10 Thread Paul Blanchaert (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904634#comment-17904634 ] Paul Blanchaert edited comment on SOLR-17589 at 12/10/24 10:15 PM:

[jira] [Commented] (SOLR-5374) Support user configured doc-centric versioning rules

2024-12-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904652#comment-17904652 ] David Smiley commented on SOLR-5374: [~hossman]  in the description you stated: {quote

Re: [PR] SOLR-17583: Bring back documentation for Adding Custom Expressions [solr]

2024-12-10 Thread via GitHub
mkhludnev commented on PR #2903: URL: https://github.com/apache/solr/pull/2903#issuecomment-2533929822 Thanks for PR. Have you tried to generate the doc? I'm not sure if the reference syntax hasn't changed from those times, and link might be broken. -- This is an automated message from t

[jira] [Commented] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

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

[jira] [Commented] (SOLR-17561) DocCollection, remove getReplicas() and getReplicas(EnumSet)

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

Re: [PR] SOLR-16390: fix flaky test ClusterPropsAPITest.testClusterPropertyOpsAllGood [solr]

2024-12-10 Thread via GitHub
dsmiley commented on code in PR #2901: URL: https://github.com/apache/solr/pull/2901#discussion_r1878613448 ## solr/core/src/test/org/apache/solr/handler/admin/api/ClusterPropsAPITest.java: ## @@ -103,10 +109,9 @@ public void testClusterPropertyOpsAllGood() throws Exception {

Re: [PR] Enabling test-retry-gradle-plugin [solr]

2024-12-10 Thread via GitHub
dsmiley commented on PR #2665: URL: https://github.com/apache/solr/pull/2665#issuecomment-2532620288 I was hoping to visit Gradle Enterprise today to browse the failures, differentiated from flaky tests. But some failures were deemed such after executing the test only one time. For exampl

[jira] [Commented] (SOLR-17589) First use of PUT/POST request with HttpJdkSolrClient generates error log entry on solr server due to initial HEAD request

2024-12-10 Thread James Dyer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904617#comment-17904617 ] James Dyer commented on SOLR-17589: --- [~p...@search-solutions.net] This is a known issue

Re: [PR] SOLR-17561 Deprecations in ClusterState/DocCollection/Replica [solr]

2024-12-10 Thread via GitHub
dsmiley merged PR #2898: URL: https://github.com/apache/solr/pull/2898 -- 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-14680: Remove SimpleMap (affects NamedList) [solr]

2024-12-10 Thread via GitHub
dsmiley merged PR #2856: URL: https://github.com/apache/solr/pull/2856 -- 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: [I] Adding ObservedGeneration in the CRD [solr-operator]

2024-12-10 Thread via GitHub
gerlowskija commented on issue #650: URL: https://github.com/apache/solr-operator/issues/650#issuecomment-2532280060 > its hard for our automation running in kubernetes cluster to identify whether the patch done in the SolrCloud has been successfully deployed in the actual instance or not

[jira] [Updated] (SOLR-17587) Prometheus Writer duplicate TYPE information in exposition format

2024-12-10 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Biscocho updated SOLR-17587: Summary: Prometheus Writer duplicate TYPE information in exposition format (was: Prometheu

[PR] SOLR-17587: Prometheus Writer duplicate TYPE information in exposition format [solr]

2024-12-10 Thread via GitHub
mlbiscoc opened a new pull request, #2902: URL: https://github.com/apache/solr/pull/2902 https://issues.apache.org/jira/browse/SOLR-17587 # Description Solr's Prometheus writer duplicates `# TYPE ` in it's exposition format for `core`registry metrics. This i

[jira] [Updated] (SOLR-17587) Prometheus Writer Duplicate TYPE exposition format

2024-12-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17587: -- Labels: pull-request-available (was: ) > Prometheus Writer Duplicate TYPE exposition format >

Re: [I] Pods begin to restart as soon auth is enabled [solr-operator]

2024-12-10 Thread via GitHub
gerlowskija commented on issue #730: URL: https://github.com/apache/solr-operator/issues/730#issuecomment-2532302560 Hi @VishwajeetPandeyy - for error messages like "Underlying core creation failed while creating collection", you're likely to find more useful information in Solr's logs.

Re: [I] Pods begin to restart as soon auth is enabled [solr-operator]

2024-12-10 Thread via GitHub
gerlowskija closed issue #730: Pods begin to restart as soon auth is enabled URL: https://github.com/apache/solr-operator/issues/730 -- 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 comme

[jira] [Commented] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

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

[jira] [Commented] (SOLR-17561) DocCollection, remove getReplicas() and getReplicas(EnumSet)

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

Re: [I] Solr Restore Space Considerations in Kubernetes [solr-operator]

2024-12-10 Thread via GitHub
mchennupati commented on issue #726: URL: https://github.com/apache/solr-operator/issues/726#issuecomment-2532382503 Thank you for your reply. Yes, I think i didnt quite understand how the restore worked, but i figured it out eventually. One aspect of my question still remains, perh

Re: [I] Adding ObservedGeneration in the CRD [solr-operator]

2024-12-10 Thread via GitHub
Shashankft9 commented on issue #650: URL: https://github.com/apache/solr-operator/issues/650#issuecomment-2532505127 I hear your concern, maybe I can give some examples of status in other CRs that can help explain where I am coming from. Example 1: the status of a strimzi kafka cr

[jira] [Created] (SOLR-17589) First use of PUT/POST request with HttpJdkSolrClient generates error log entry on solr server due to initial HEAD request

2024-12-10 Thread Paul Blanchaert (Jira)
Paul Blanchaert created SOLR-17589: -- Summary: First use of PUT/POST request with HttpJdkSolrClient generates error log entry on solr server due to initial HEAD request Key: SOLR-17589 URL: https://issues.apache.o

[jira] [Assigned] (SOLR-17578) Remove ZkController internal core supplier

2024-12-10 Thread Pierre Salagnac (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Salagnac reassigned SOLR-17578: -- Assignee: Pierre Salagnac > Remove ZkController internal core supplier > -

Re: [I] Adding ObservedGeneration in the CRD [solr-operator]

2024-12-10 Thread via GitHub
Shashankft9 commented on issue #650: URL: https://github.com/apache/solr-operator/issues/650#issuecomment-2530742981 hello @gerlowskija, we use status of `SolrCloud` CR as source of truth for the process of notifying the provisioner system (UI) that "whatever was put in the CR" has been "s

Re: [PR] upgrade-log4j2-2.24.2 [solr]

2024-12-10 Thread via GitHub
ppkarwasz commented on PR #2895: URL: https://github.com/apache/solr/pull/2895#issuecomment-2530882606 > * [jul-to-slf4j](https://github.com/qos-ch/slf4j/blob/v_2.0.16/jul-to-slf4j/LICENSE.txt) Since you use Log4j Core in your binary distribution, you should consider using the [JUL-t

Re: [PR] SOLR-16390: fix flaky test ClusterPropsAPITest.testClusterPropertyOpsAllGood [solr]

2024-12-10 Thread via GitHub
epugh commented on code in PR #2901: URL: https://github.com/apache/solr/pull/2901#discussion_r1878865570 ## solr/core/src/test/org/apache/solr/handler/admin/api/ClusterPropsAPITest.java: ## @@ -103,10 +109,9 @@ public void testClusterPropertyOpsAllGood() throws Exception {

[jira] [Commented] (SOLR-17589) First use of PUT/POST request with HttpJdkSolrClient generates error log entry on solr server due to initial HEAD request

2024-12-10 Thread Paul Blanchaert (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904634#comment-17904634 ] Paul Blanchaert commented on SOLR-17589: [~jdyer]  If we can modify the HEAD req

[jira] [Commented] (SOLR-16390) Cosmetic improvements and migration to JAX-RS (v2 cluster and clusterprop APIs)

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

Re: [PR] SOLR-17541: LBSolrClient implementations should agree on 'getClient()' semantics [solr]

2024-12-10 Thread via GitHub
jdyer1 commented on code in PR #2899: URL: https://github.com/apache/solr/pull/2899#discussion_r1878873445 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.java: ## @@ -94,35 +97,74 @@ * * @since solr 8.0 */ -public class LBHttp2SolrClient extends

Re: [PR] SOLR-16966: Add a first-class cache for OrdinalMaps [solr]

2024-12-10 Thread via GitHub
github-actions[bot] commented on PR #1899: URL: https://github.com/apache/solr/pull/1899#issuecomment-2533260332 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

Re: [PR] SOLR-?????: make Lucene's BPReorderingMergePolicy configurable in Solr [solr]

2024-12-10 Thread via GitHub
github-actions[bot] commented on PR #2641: URL: https://github.com/apache/solr/pull/2641#issuecomment-2533260117 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This

Re: [PR] SOLR-15152: Export Tool should export regular and nested docs cleanly in .json, .jsonl, and javabin (second take) [solr]

2024-12-10 Thread via GitHub
github-actions[bot] closed pull request #2636: SOLR-15152: Export Tool should export regular and nested docs cleanly in .json, .jsonl, and javabin (second take) URL: https://github.com/apache/solr/pull/2636 -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] SOLR-?????: make Lucene's BPReorderingMergePolicy configurable in Solr [solr]

2024-12-10 Thread via GitHub
github-actions[bot] closed pull request #2641: SOLR-?: make Lucene's BPReorderingMergePolicy configurable in Solr URL: https://github.com/apache/solr/pull/2641 -- 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

Re: [PR] SOLR-15152: Export Tool should export regular and nested docs cleanly in .json, .jsonl, and javabin (second take) [solr]

2024-12-10 Thread via GitHub
github-actions[bot] commented on PR #2636: URL: https://github.com/apache/solr/pull/2636#issuecomment-2533260182 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This

Re: [PR] SOLR-16707: Avoid "Recursive update" ISE in non-async cache `computeIfAbsent()` [solr]

2024-12-10 Thread via GitHub
github-actions[bot] commented on PR #1481: URL: https://github.com/apache/solr/pull/1481#issuecomment-2533260382 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

Re: [PR] SOLR-16162: FilterQuery should implement DocSetProducer [solr]

2024-12-10 Thread via GitHub
github-actions[bot] commented on PR #814: URL: https://github.com/apache/solr/pull/814#issuecomment-2533260422 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be famil

Re: [PR] Enabling test-retry-gradle-plugin [solr]

2024-12-10 Thread via GitHub
iamsanjay commented on PR #2665: URL: https://github.com/apache/solr/pull/2665#issuecomment-2533702480 https://ge.apache.org/s/qcptlo6laqo5g#info The build scan above is associated with branch_9_7, and the retry logic seems to have been introduced shortly after the branch cut-off. --

Re: [PR] SOLR-17541: LBSolrClient implementations should agree on 'getClient()' semantics [solr]

2024-12-10 Thread via GitHub
jdyer1 commented on PR #2899: URL: https://github.com/apache/solr/pull/2899#issuecomment-2532931605 As a blocker for this PR, I am getting **many** seemingly-unrelated solr-core test failures. For instance, `PostToolTest#testBasicRun`. Maybe this is similar to the problem I describ

[PR] SOLR-17583: Bring back documentation for Adding Custom Expressions [solr]

2024-12-10 Thread via GitHub
cfeldmann opened a new pull request, #2903: URL: https://github.com/apache/solr/pull/2903 https://issues.apache.org/jira/browse/SOLR-17583 # Description The section for adding Custom Expressions was removed in Solr 8.8. This change brings it back. # Solution I fou

[jira] [Updated] (SOLR-17583) Bring back documentation for Adding Custom Expressions

2024-12-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17583: -- Labels: newdev pull-request-available (was: newdev) > Bring back documentation for Adding Cust