[I] prometheus-exporter started throwing different errors after upgrading solr operator to 0.7.0 [solr-operator]

2023-12-01 Thread via GitHub
pareekdevanshu opened a new issue, #664: URL: https://github.com/apache/solr-operator/issues/664 We recently upgraded solr operator to **0.7.0** in our environments but after the upgrade we are getting errors from prometheus-exporter. It starts to throw: > ERROR - 2023-12-02

Re: [PR] GitHub: tests-via-crave.yml should use self-hosted runner [solr]

2023-12-01 Thread via GitHub
dsmiley commented on PR #2112: URL: https://github.com/apache/solr/pull/2112#issuecomment-1837030914 @uvatbc , this PR used the new self-hosted runner! https://foss.crave.io/app/#/build/info/74162?team=5 Some observations: * The whole check took 12m. The underlying build (Gradle com

[jira] [Created] (SOLR-17095) CloudSolrClient.Builder constructor API change

2023-12-01 Thread Dario Viva (Jira)
Dario Viva created SOLR-17095: - Summary: CloudSolrClient.Builder constructor API change Key: SOLR-17095 URL: https://issues.apache.org/jira/browse/SOLR-17095 Project: Solr Issue Type: Wish

[jira] [Commented] (SOLR-11629) CloudSolrClient.Builder should accept a zk host

2023-12-01 Thread Dario Viva (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17792303#comment-17792303 ] Dario Viva commented on SOLR-11629: --- [~dsmiley] I have created fallowing ticket: https

[I] Ability to mount an existing pvc to solr cloud pods for persistence. [solr-operator]

2023-12-01 Thread via GitHub
barlass opened a new issue, #663: URL: https://github.com/apache/solr-operator/issues/663 I have a PVC created bound to a PV which is a Azure File Share. While setting up solr cloud with persistence, I want to refer to this pvc. And updated the value as per documentation. This however

[jira] [Resolved] (SOLR-16743) Auto reload keystore/truststore on change

2023-12-01 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Eduardo Fernandez Lobbe resolved SOLR-16743. -- Fix Version/s: main (10.0) 9.5 Assig

[jira] [Commented] (SOLR-17093) Collection Backup/Restore no longer include "requestid" in the response when executed asynchronously

2023-12-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17792211#comment-17792211 ] ASF subversion and git services commented on SOLR-17093: Commit 1

Re: [PR] SOLR-17093: Collection restore API returns requestid when executed asynchronously [solr]

2023-12-01 Thread via GitHub
tflobbe merged PR #2111: URL: https://github.com/apache/solr/pull/2111 -- 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-16865 : Solr should warn about low disk space upon startup [solr]

2023-12-01 Thread via GitHub
culmat commented on PR #2080: URL: https://github.com/apache/solr/pull/2080#issuecomment-1836674636 Thanks for the advice @cpoerschke. I merged main. Hope this time the validation will run through 🤞 Have a nice week end. -- This is an automated message from the Apache Git Service. To

[jira] [Commented] (SOLR-16743) Auto reload keystore/truststore on change

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

Re: [I] /var/solr/data with incorrect ownership : Pod not able to write [solr-operator]

2023-12-01 Thread via GitHub
brickpattern commented on issue #662: URL: https://github.com/apache/solr-operator/issues/662#issuecomment-1836365296 Is this a bug or a way to override the ownership of the FS /var/solr/data? -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [I] Solr data volume mounts to root fs [solr-operator]

2023-12-01 Thread via GitHub
brickpattern commented on issue #662: URL: https://github.com/apache/solr-operator/issues/662#issuecomment-1836363306 i moved from ephemeral to persistent volume to resolve this. only PV option has the hostpath in the spec/values.yaml file. however moving to persistent volume cre

[jira] [Commented] (SOLR-16916) JSON Query DSL doesn't work if defType isn't lucene

2023-12-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17792123#comment-17792123 ] Dawid Weiss commented on SOLR-16916: I just hit this one and it seems like a regressi

Re: [PR] SOLR-16995: Associate with each replica type a property for "numReplicas" [solr]

2023-12-01 Thread via GitHub
dsmiley commented on code in PR #2039: URL: https://github.com/apache/solr/pull/2039#discussion_r141854 ## solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java: ## @@ -590,12 +589,22 @@ public static List populateShardNames(ZkNodeProps message,

Re: [PR] SOLR-16995: Associate with each replica type a property for "numReplicas" [solr]

2023-12-01 Thread via GitHub
pvcnt commented on code in PR #2039: URL: https://github.com/apache/solr/pull/2039#discussion_r1412177582 ## solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java: ## @@ -590,12 +589,22 @@ public static List populateShardNames(ZkNodeProps message, St

Re: [PR] SOLR-16995: Associate with each replica type a property for "numReplicas" [solr]

2023-12-01 Thread via GitHub
pvcnt commented on code in PR #2039: URL: https://github.com/apache/solr/pull/2039#discussion_r1412175777 ## solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java: ## @@ -590,12 +589,22 @@ public static List populateShardNames(ZkNodeProps message, St

Re: [PR] SOLR-16995: Associate with each replica type a property for "numReplicas" [solr]

2023-12-01 Thread via GitHub
dsmiley commented on code in PR #2039: URL: https://github.com/apache/solr/pull/2039#discussion_r1412173803 ## solr/solrj/src/java/org/apache/solr/common/cloud/Replica.java: ## @@ -103,31 +104,41 @@ public enum Type { * support NRT (soft commits) and RTG. Any {@link Type#N

Re: [PR] SOLR-16995: Associate with each replica type a property for "numReplicas" [solr]

2023-12-01 Thread via GitHub
dsmiley commented on code in PR #2039: URL: https://github.com/apache/solr/pull/2039#discussion_r1412169466 ## solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java: ## @@ -590,12 +589,22 @@ public static List populateShardNames(ZkNodeProps message,

Re: [PR] SOLR-17094: Close objects contained inside an ObjectCache [solr]

2023-12-01 Thread via GitHub
pvcnt commented on PR #2110: URL: https://github.com/apache/solr/pull/2110#issuecomment-1836184605 I guess there was no use so far for it. But for authoring plugins and share global state, it will help me (and hopefully others) a lot! -- This is an automated message from the Apache Git Se

[jira] [Updated] (SOLR-17094) Close objects contained inside an ObjectCache

2023-12-01 Thread Vincent Primault (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Primault updated SOLR-17094: Priority: Minor (was: Trivial) > Close objects contained inside an ObjectCache > -

Re: [PR] SOLR-17016: Migrate tutorial content on ParamSets and Vectors into Ref Guide [solr]

2023-12-01 Thread via GitHub
epugh commented on code in PR #1988: URL: https://github.com/apache/solr/pull/1988#discussion_r1412118131 ## solr/solr-ref-guide/modules/getting-started/pages/tutorial-paramsets.adoc: ## @@ -0,0 +1,147 @@ += Exercise 4: Using ParamSets +:experimental: +// Licensed to the Apache

Re: [PR] SOLR-17016: Migrate tutorial content on ParamSets and Vectors into Ref Guide [solr]

2023-12-01 Thread via GitHub
epugh commented on code in PR #1988: URL: https://github.com/apache/solr/pull/1988#discussion_r1412112117 ## solr/solr-ref-guide/modules/getting-started/pages/tutorial-vectors.adoc: ## @@ -0,0 +1,172 @@ += Exercise 5: Using Vectors +:experimental: +// Licensed to the Apache Soft

Re: [PR] SOLR-17016: Migrate tutorial content on ParamSets and Vectors into Ref Guide [solr]

2023-12-01 Thread via GitHub
epugh commented on code in PR #1988: URL: https://github.com/apache/solr/pull/1988#discussion_r1412111764 ## solr/solr-ref-guide/modules/getting-started/pages/tutorial-vectors.adoc: ## @@ -0,0 +1,172 @@ += Exercise 5: Using Vectors +:experimental: +// Licensed to the Apache Soft

[PR] SOLR-17094: Close objects contained inside an ObjectCache [solr]

2023-12-01 Thread via GitHub
pvcnt opened a new pull request, #2110: URL: https://github.com/apache/solr/pull/2110 https://issues.apache.org/jira/browse/SOLR-17094 # Description As a plugin author, I often need a place where to store an object which should be a singleton, e.g., at CoreContainer

[jira] [Created] (SOLR-17094) Close objects contained inside an ObjectCache

2023-12-01 Thread Vincent Primault (Jira)
Vincent Primault created SOLR-17094: --- Summary: Close objects contained inside an ObjectCache Key: SOLR-17094 URL: https://issues.apache.org/jira/browse/SOLR-17094 Project: Solr Issue Type:

Re: [PR] SOLR-17050: Save models as compacted json [solr]

2023-12-01 Thread via GitHub
cpoerschke commented on PR #2030: URL: https://github.com/apache/solr/pull/2030#issuecomment-1836096447 If there are no further comments or concerns or objections then I'll aim to merge this PR early next week. Thanks @holysleeper for this contribution! -- This is an automated mess

Re: [PR] SOLR-17016: Migrate tutorial content on ParamSets and Vectors into Ref Guide [solr]

2023-12-01 Thread via GitHub
cpoerschke commented on code in PR #1988: URL: https://github.com/apache/solr/pull/1988#discussion_r1412056977 ## solr/solr-ref-guide/modules/getting-started/pages/tutorial-vectors.adoc: ## @@ -0,0 +1,172 @@ += Exercise 5: Using Vectors +:experimental: +// Licensed to the Apache

Re: [PR] [experimental] (Abstract+Demo)VectorToTextStream [solr]

2023-12-01 Thread via GitHub
epugh commented on PR #2109: URL: https://github.com/apache/solr/pull/2109#issuecomment-1836047941 This is really cool! I'm hoping next week to merge #1988 in, and that might give a structure for you to add more example/docs to ref guide ;-). -- This is an automated message from the Apa

[PR] [experimental] (Abstract+Demo)VectorToTextStream [solr]

2023-12-01 Thread via GitHub
cpoerschke opened a new pull request, #2109: URL: https://github.com/apache/solr/pull/2109 (Includes the #2103 changes until they are merged.) ``` curl --data-urlencode 'expr= demoVectorToText( search(films, q="name:batman", fl="id,name,genre,

Re: [PR] SOLR-16952: add DenseVectorField to DocsStreamer.KNOWN_TYPES [solr]

2023-12-01 Thread via GitHub
epugh commented on code in PR #2103: URL: https://github.com/apache/solr/pull/2103#discussion_r1412034491 ## solr/core/src/java/org/apache/solr/response/DocsStreamer.java: ## @@ -221,6 +222,7 @@ public static Object getValue(SchemaField sf, IndexableField f) { KNOWN_TYPES.

Re: [PR] SOLR-16952: add DenseVectorField to DocsStreamer.KNOWN_TYPES [solr]

2023-12-01 Thread via GitHub
cpoerschke commented on code in PR #2103: URL: https://github.com/apache/solr/pull/2103#discussion_r1412026892 ## solr/core/src/java/org/apache/solr/response/DocsStreamer.java: ## @@ -221,6 +222,7 @@ public static Object getValue(SchemaField sf, IndexableField f) { KNOWN_T

Re: [PR] SOLR-16952: add DenseVectorField to DocsStreamer.KNOWN_TYPES [solr]

2023-12-01 Thread via GitHub
epugh commented on code in PR #2103: URL: https://github.com/apache/solr/pull/2103#discussion_r1411982190 ## solr/core/src/test/org/apache/solr/response/DocsStreamerTest.java: ## @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * cont

[jira] [Commented] (SOLR-16952) solr.DenseVectorField does not work on a collection with more than 1 shards

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

[jira] [Commented] (SOLR-16952) solr.DenseVectorField does not work on a collection with more than 1 shards

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

Re: [PR] SOLR-16952: add DocsStreamerTest.testDenseVectorField test [solr]

2023-12-01 Thread via GitHub
cpoerschke merged PR #2107: URL: https://github.com/apache/solr/pull/2107 -- 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-16952: add DocsStreamerTest.testDenseVectorField test [solr]

2023-12-01 Thread via GitHub
cpoerschke commented on PR #2107: URL: https://github.com/apache/solr/pull/2107#issuecomment-1835759646 Optimistically proceeding to merge this small test extension here but as always any post-merge feedback etc. is welcome. -- This is an automated message from the Apache Git Service. To

[PR] Fix documentation of Migrate Replicas [solr]

2023-12-01 Thread via GitHub
pvcnt opened a new pull request, #2108: URL: https://github.com/apache/solr/pull/2108 Documentation incorrectly stated that sourceNodes had a default value, while in fact it must be defined to a non-empty value. https://issues.apache.org/jira/browse/SOLR-X # Des

Re: [PR] SOLR-16995: Associate with each replica type a property for "numReplicas" [solr]

2023-12-01 Thread via GitHub
pvcnt commented on code in PR #2039: URL: https://github.com/apache/solr/pull/2039#discussion_r1411740234 ## solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java: ## @@ -590,12 +589,22 @@ public static List populateShardNames(ZkNodeProps message, St