[GitHub] [solr-operator] plumdog opened a new pull request, #444: Helm chart: fix rolebindings when watching multiple namespaces

2022-05-24 Thread GitBox
plumdog opened a new pull request, #444: URL: https://github.com/apache/solr-operator/pull/444 Found that I was getting errors like: ``` error retrieving resource lock mynamespace1/88488bdc.solr.apache.org: leases.coordination.k8s.io "88488bdc.solr.apache.org" is forbidden: User "syst

[jira] [Commented] (SOLR-16203) Using SPI lookups of analysis components results in factories that don't get ResourceLoaderAware.inform called on them (When using ClassicIndexSchemaFactory)

2022-05-24 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541724#comment-17541724 ] Chris M. Hostetter commented on SOLR-16203: --- {quote}As a simplistic and conserv

[jira] [Updated] (SOLR-16213) Upgrade Jackson to 2.13.3

2022-05-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16213: --- Description: Upgrade to latest jackson version for 9.1.0 as well as 8.11.2 > Upgrade Jackson to 2.13.

[GitHub] [solr] janhoy opened a new pull request, #877: SOLR-16213 Upgrade Jackson to 2.13.3

2022-05-24 Thread GitBox
janhoy opened a new pull request, #877: URL: https://github.com/apache/solr/pull/877 https://issues.apache.org/jira/browse/SOLR-16213 -- 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

[jira] [Comment Edited] (SOLR-16200) cant cancel scheme/protocol redirect when accessing the admin UI

2022-05-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541688#comment-17541688 ] Shawn Heisey edited comment on SOLR-16200 at 5/24/22 8:09 PM: -

[jira] [Commented] (SOLR-16200) cant cancel scheme/protocol redirect when accessing the admin UI

2022-05-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541688#comment-17541688 ] Shawn Heisey commented on SOLR-16200: - Talking to the jetty mailing list, I have a so

[jira] [Created] (SOLR-16213) Upgrade Jackson to 2.13.3

2022-05-24 Thread Jira
Jan Høydahl created SOLR-16213: -- Summary: Upgrade Jackson to 2.13.3 Key: SOLR-16213 URL: https://issues.apache.org/jira/browse/SOLR-16213 Project: Solr Issue Type: Improvement Security Lev

[jira] [Commented] (SOLR-16210) Lift Configuration Change to Correct failing Lift Tools

2022-05-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541646#comment-17541646 ] David Smiley commented on SOLR-16210: - Thanks. BTW a JIRA issue isn't needed for thi

[GitHub] [solr-operator] HoustonPutman opened a new issue, #443: Upgrade the Zookeeper Operator dependency to 0.2.14

2022-05-24 Thread GitBox
HoustonPutman opened a new issue, #443: URL: https://github.com/apache/solr-operator/issues/443 The [Zookeeper Operator 0.2.14](https://github.com/pravega/zookeeper-operator/releases/tag/v0.2.14) has been released. We should upgrade to this before the v0.6.0 release. This will overri

[GitHub] [solr] dsmiley commented on pull request #876: SOLR-16210: skip Antora task for lift builds

2022-05-24 Thread GitBox
dsmiley commented on PR #876: URL: https://github.com/apache/solr/pull/876#issuecomment-1136271897 If the `jar` files are all that is needed by Lift then just do `gradlew jar`. It won't run tests or do Antora stuff. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [solr-operator] HoustonPutman merged pull request #432: Don't kill SolrCloud pods on StatefulSet creation

2022-05-24 Thread GitBox
HoustonPutman merged PR #432: URL: https://github.com/apache/solr-operator/pull/432 -- 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...@s

[GitHub] [solr-operator] HoustonPutman closed issue #431: SolrCloud pods are immediately killed on StatefulSet creation

2022-05-24 Thread GitBox
HoustonPutman closed issue #431: SolrCloud pods are immediately killed on StatefulSet creation URL: https://github.com/apache/solr-operator/issues/431 -- 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

[GitHub] [solr-operator] HoustonPutman merged pull request #442: Corrected Helm description solrOptions.javaMemory

2022-05-24 Thread GitBox
HoustonPutman merged PR #442: URL: https://github.com/apache/solr-operator/pull/442 -- 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...@s

[GitHub] [solr] HoustonPutman commented on pull request #876: SOLR-16210: skip Antora task for lift builds

2022-05-24 Thread GitBox
HoustonPutman commented on PR #876: URL: https://github.com/apache/solr/pull/876#issuecomment-1136163275 Maybe we use `installDist` instead of `assemble` then? It will create the solr release binary and untar it. I'm not sure we need anything else that "assemble" entails. And it's easier th

[GitHub] [solr] chriswininger commented on pull request #876: SOLR-16210: skip Antora task for lift builds

2022-05-24 Thread GitBox
chriswininger commented on PR #876: URL: https://github.com/apache/solr/pull/876#issuecomment-1136155275 > I'm glad it helps fix the problem. > > * Is "clean" actually necessary? In general I think this is a habit we all bring from our Ant/Maven knowledge that Gradle should ideal

[GitHub] [solr-operator] HoustonPutman commented on pull request #442: Corrected Helm description solrOptions.javaMemory

2022-05-24 Thread GitBox
HoustonPutman commented on PR #442: URL: https://github.com/apache/solr-operator/pull/442#issuecomment-1136144127 That is definitely what happened, thanks for the fix! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[jira] [Updated] (SOLR-16212) DocBasedVersionConstraintsProcessor's deleteById creates non existing docs

2022-05-24 Thread Lamine (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lamine updated SOLR-16212: -- Summary: DocBasedVersionConstraintsProcessor's deleteById creates non existing docs (was: DocBasedVersionConst

[jira] [Created] (SOLR-16212) DocBasedVersionConstraintsProcessor's deleteById creates non existing docss

2022-05-24 Thread Lamine (Jira)
Lamine created SOLR-16212: - Summary: DocBasedVersionConstraintsProcessor's deleteById creates non existing docss Key: SOLR-16212 URL: https://issues.apache.org/jira/browse/SOLR-16212 Project: Solr I

[GitHub] [solr] HoustonPutman commented on pull request #876: SOLR-16210: skip Antora task for lift builds

2022-05-24 Thread GitBox
HoustonPutman commented on PR #876: URL: https://github.com/apache/solr/pull/876#issuecomment-1136143176 I agree that assemble is likely too heavy here. We already run `gradle check` which will do the site checking, and most checks on the `assemble` stuff. But I don't know what lift uses.

[jira] [Commented] (SOLR-14251) Shard Split on HDFS

2022-05-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541586#comment-17541586 ] David Smiley commented on SOLR-14251: - NodeStateProviders can be considered deprecate

[jira] [Created] (SOLR-16211) Object text added in "Raw Query Parameters" field for virtual collection (collection alias) query

2022-05-24 Thread Gowtham Saminathan (Jira)
Gowtham Saminathan created SOLR-16211: - Summary: Object text added in "Raw Query Parameters" field for virtual collection (collection alias) query Key: SOLR-16211 URL: https://issues.apache.org/jira/browse/SOL

[GitHub] [solr] dsmiley commented on pull request #876: SOLR-16210: skip Antora task for lift builds

2022-05-24 Thread GitBox
dsmiley commented on PR #876: URL: https://github.com/apache/solr/pull/876#issuecomment-1136058701 I'm glad it helps fix the problem. * Is "clean" actually necessary? In general I think this is a habit we all bring from our Ant/Maven knowledge that Gradle should ideally make obsolete.

[GitHub] [solr] chriswininger opened a new pull request, #876: SOLR-16210: skip Antora task for lift builds

2022-05-24 Thread GitBox
chriswininger opened a new pull request, #876: URL: https://github.com/apache/solr/pull/876 https://issues.apache.org/jira/browse/SOLR-16210 # Description The antora site task is failing when trying to compile solr to prepare for lift static analysis. This prevents some tools f

[jira] [Created] (SOLR-16210) Lift Configuration Change to Correct failing Lift Tools

2022-05-24 Thread Chris Wininger (Jira)
Chris Wininger created SOLR-16210: - Summary: Lift Configuration Change to Correct failing Lift Tools Key: SOLR-16210 URL: https://issues.apache.org/jira/browse/SOLR-16210 Project: Solr Issue

[GitHub] [solr] uschindler commented on a diff in pull request #872: SOLR-16204: Update lucene dependency version to 9.1.0

2022-05-24 Thread GitBox
uschindler commented on code in PR #872: URL: https://github.com/apache/solr/pull/872#discussion_r880318704 ## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ## @@ -109,20 +109,20 @@ and the hyper-parameter of the HNSW algorithm make sure you set this c

[GitHub] [solr] uschindler commented on a diff in pull request #872: SOLR-16204: Update lucene dependency version to 9.1.0

2022-05-24 Thread GitBox
uschindler commented on code in PR #872: URL: https://github.com/apache/solr/pull/872#discussion_r880318704 ## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ## @@ -109,20 +109,20 @@ and the hyper-parameter of the HNSW algorithm make sure you set this c

[GitHub] [solr] uschindler commented on a diff in pull request #872: SOLR-16204: Update lucene dependency version to 9.1.0

2022-05-24 Thread GitBox
uschindler commented on code in PR #872: URL: https://github.com/apache/solr/pull/872#discussion_r880308028 ## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ## @@ -109,20 +109,20 @@ and the hyper-parameter of the HNSW algorithm make sure you set this c

[GitHub] [solr] uschindler commented on a diff in pull request #872: SOLR-16204: Update lucene dependency version to 9.1.0

2022-05-24 Thread GitBox
uschindler commented on code in PR #872: URL: https://github.com/apache/solr/pull/872#discussion_r880305259 ## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ## @@ -109,20 +109,20 @@ and the hyper-parameter of the HNSW algorithm make sure you set this c

[GitHub] [solr] uschindler commented on a diff in pull request #872: SOLR-16204: Update lucene dependency version to 9.1.0

2022-05-24 Thread GitBox
uschindler commented on code in PR #872: URL: https://github.com/apache/solr/pull/872#discussion_r880305259 ## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ## @@ -109,20 +109,20 @@ and the hyper-parameter of the HNSW algorithm make sure you set this c

[GitHub] [solr] mocobeta commented on a diff in pull request #872: SOLR-16204: Update lucene dependency version to 9.1.0

2022-05-24 Thread GitBox
mocobeta commented on code in PR #872: URL: https://github.com/apache/solr/pull/872#discussion_r880299238 ## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ## @@ -109,20 +109,20 @@ and the hyper-parameter of the HNSW algorithm make sure you set this con