[PR] Update the GHA script to account for the new clone location [solr]

2024-01-25 Thread via GitHub
uvatbc opened a new pull request, #2224: URL: https://github.com/apache/solr/pull/2224 # Description With the recent change to the cloning mechanism in Crave, the sources are cloned in a slightly different location: Instead of it being inside a solr subdirectory, it will

Re: [PR] Update protected-branches to include branch_9_5 [solr]

2024-01-25 Thread via GitHub
gerlowskija merged PR #2211: URL: https://github.com/apache/solr/pull/2211 -- 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:

Re: [PR] SOLR-16865 : Solr should warn about low disk space upon startup [solr]

2024-01-25 Thread via GitHub
gerlowskija commented on PR #2080: URL: https://github.com/apache/solr/pull/2080#issuecomment-1911016614 As a side note, CoreContainer is definitely the correct place to invoke this warning logic, but I wonder whether the bulk of this code couldn't live in a static utility somewhere (looks

Re: [PR] SOLR-16865 : Solr should warn about low disk space upon startup [solr]

2024-01-25 Thread via GitHub
gerlowskija commented on PR #2080: URL: https://github.com/apache/solr/pull/2080#issuecomment-1911009201 I don't have too much context here, but happy to help out. I've updated this PR by pulling in the latest 'main', and it passes `./gradlew check -x test` which is great, but

[jira] [Commented] (SOLR-17089) Extraction module causes Jersey code to throw NoClassDefFoundError

2024-01-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17811023#comment-17811023 ] ASF subversion and git services commented on SOLR-17089: Commit

Re: [I] Not create the StatefulSets when add the custom security.json in helm [solr-operator]

2024-01-25 Thread via GitHub
schotten commented on issue #678: URL: https://github.com/apache/solr-operator/issues/678#issuecomment-1910890304 @dan-niles ! Fantastic!!! Now, the problem is solved!!! Only for informations (for other people who may have this problem), I: 1 - Create the solr-basic-auth

[jira] [Commented] (SOLR-17089) Extraction module causes Jersey code to throw NoClassDefFoundError

2024-01-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17811015#comment-17811015 ] ASF subversion and git services commented on SOLR-17089: Commit

Re: [I] Not create the StatefulSets when add the custom security.json in helm [solr-operator]

2024-01-25 Thread via GitHub
dan-niles commented on issue #678: URL: https://github.com/apache/solr-operator/issues/678#issuecomment-1910782146 @schotten Maybe the password of your k8s-oper is not the same as the one in the secret. Can you try including `basicAuthSecret` in your helm config like this... ```yaml

Re: [PR] 8.11.2-fixing-urls to be in-sync [solr-docker]

2024-01-25 Thread via GitHub
HoustonPutman merged PR #17: URL: https://github.com/apache/solr-docker/pull/17 -- 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:

[I] Authentication not woking with solr-cloud. Pods are getting restarted. [solr-operator]

2024-01-25 Thread via GitHub
sgauchan88 opened a new issue, #681: URL: https://github.com/apache/solr-operator/issues/681 I have created 2 secrets for below configuration:

 security: authenticationType: Basic basicAuthSecret: user-provided-secret bootstrapSecurityJson: name:

[jira] [Updated] (SOLR-17038) /admin/segments handler: Expose the term count

2024-01-25 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-17038: --- Description: The term count for a field is not exposed for diagnostic purposes.

[jira] [Commented] (SOLR-16750) Grouping on EnumFieldType fields fails

2024-01-25 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810989#comment-17810989 ] Christine Poerschke commented on SOLR-16750: bq. I'm probably not going to have the time to

[jira] [Commented] (SOLR-16750) Grouping on EnumFieldType fields fails

2024-01-25 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810988#comment-17810988 ] Christine Poerschke commented on SOLR-16750: The

[jira] [Commented] (SOLR-16750) Grouping on EnumFieldType fields fails

2024-01-25 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810987#comment-17810987 ] Christine Poerschke commented on SOLR-16750: Here's details on the distributed search test

[jira] [Commented] (SOLR-16750) Grouping on EnumFieldType fields fails

2024-01-25 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810986#comment-17810986 ] Christine Poerschke commented on SOLR-16750: Here's details on the undistributed search test

[jira] [Commented] (SOLR-16397) Cosmetic improvements and migration to JAX-RS ("core" APIs)

2024-01-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810985#comment-17810985 ] ASF subversion and git services commented on SOLR-16397: Commit

[PR] Update security.json template in solr-cloud-crd.md to include permission for /admin/info/system path [solr-operator]

2024-01-25 Thread via GitHub
dan-niles opened a new pull request, #680: URL: https://github.com/apache/solr-operator/pull/680 Resolves #679 Updated the security.json template in SolrCloud CRD documentation to include permission for `/admin/info/system path` so that it matches the actual security.json generated

[jira] [Commented] (SOLR-16397) Cosmetic improvements and migration to JAX-RS ("core" APIs)

2024-01-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810983#comment-17810983 ] ASF subversion and git services commented on SOLR-16397: Commit

[I] Missing permission for "/admin/info/system" endpoint in security.json template in the SolrCloud CRD documentation [solr-operator]

2024-01-25 Thread via GitHub
dan-niles opened a new issue, #679: URL: https://github.com/apache/solr-operator/issues/679 I noticed that the default security.json template is missing the permission for the `/admin/info/system` endpoint, in the [SolrCloud CRD

[jira] [Commented] (SOLR-16397) Cosmetic improvements and migration to JAX-RS ("core" APIs)

2024-01-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810955#comment-17810955 ] ASF subversion and git services commented on SOLR-16397: Commit

Re: [PR] SOLR-16397: Modify v2 'REQUESTSTATUS' API to be more REST-ful [solr]

2024-01-25 Thread via GitHub
gerlowskija merged PR #2144: URL: https://github.com/apache/solr/pull/2144 -- 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:

Re: [PR] SOLR-17097: Upgrade Solr to use Lucene 9.9.1 [solr]

2024-01-25 Thread via GitHub
NazerkeBS commented on PR #2176: URL: https://github.com/apache/solr/pull/2176#issuecomment-1910469447 > FYI I've tried out the Solr-with-local-Lucene documentation steps -- #2223 tweaks are a side effect -- to confirm and have confirmed that

Re: [PR] edismax-matchalldocs-optimization [solr]

2024-01-25 Thread via GitHub
risdenk commented on code in PR #2218: URL: https://github.com/apache/solr/pull/2218#discussion_r1466558575 ## solr/core/src/java/org/apache/solr/search/ExtendedDismaxQParser.java: ## @@ -199,6 +199,18 @@ public Query parse() throws SyntaxError { topQuery =

Re: [I] Not create the StatefulSets when add the custom security.json in helm [solr-operator]

2024-01-25 Thread via GitHub
dan-niles commented on issue #678: URL: https://github.com/apache/solr-operator/issues/678#issuecomment-1910407210 Can you try adding another permission to security.json as follows... ```json { "name":"k8s-probe-1", "role":null, "collection":null,

Re: [PR] SOLR-17097: Upgrade Solr to use Lucene 9.9.1 [solr]

2024-01-25 Thread via GitHub
cpoerschke commented on PR #2176: URL: https://github.com/apache/solr/pull/2176#issuecomment-1910399161 FYI I've tried out the Solr-with-local-Lucene documentation steps -- #2223 tweaks are a side effect -- to confirm and have confirmed that https://github.com/apache/lucene/pull/13014

Re: [PR] dev-docs + help: try-and-tweak 'Solr X Lucene' docs [solr]

2024-01-25 Thread via GitHub
cpoerschke commented on code in PR #2223: URL: https://github.com/apache/solr/pull/2223#discussion_r1466506425 ## help/dependencies.txt: ## @@ -102,7 +102,7 @@ If you want to upgrade Lucene to a newer build proceed like the following: prefixed by '#') - Edit

[PR] dev-docs + help: try-and-tweak 'Solr X Lucene' docs [solr]

2024-01-25 Thread via GitHub
cpoerschke opened a new pull request, #2223: URL: https://github.com/apache/solr/pull/2223 (no comment) -- 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,

[PR] Update dependency com.jayway.jsonpath:json-path to v2.9.0 [solr]

2024-01-25 Thread via GitHub
solrbot opened a new pull request, #: URL: https://github.com/apache/solr/pull/ This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.jayway.jsonpath:json-path](https://togithub.com/jayway/JsonPath) | dependencies | minor

[jira] [Commented] (SOLR-15960) Unified use of system properties and environment variables

2024-01-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810758#comment-17810758 ] Jan Høydahl commented on SOLR-15960: I'm aware, the last commits to branch_9x were labeled with this

[jira] [Commented] (SOLR-17097) Upgrade to Lucene 9.9

2024-01-25 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810755#comment-17810755 ] Jan Høydahl commented on SOLR-17097: +1 to block on this. This is a good reminder of why we should be