[PR] Update dependency org.apache.commons:commons-lang3 to v3.15.0 [solr]

2024-07-18 Thread via GitHub
solrbot opened a new pull request, #2572: URL: https://github.com/apache/solr/pull/2572 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.commons:commons-lang3](https://commons.apache.org/proper/commons-lang/) ([source]

[jira] [Updated] (SOLR-14985) Slow indexing and search performance when using HttpClusterStateProvider

2024-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-14985: -- Labels: pull-request-available (was: ) > Slow indexing and search performance when using HttpC

[PR] SOLR-14985 Address perf issues to switch CloudSolrClient to HttpCluste… [solr]

2024-07-18 Thread via GitHub
aparnasuresh85 opened a new pull request, #2571: URL: https://github.com/apache/solr/pull/2571 …rStateProvider https://issues.apache.org/jira/browse/SOLR-14985 # Description Outlined below is the perf impact for /select request. Similar issues exist on the /updat

Re: [PR] Update org.apache.hadoop:* to v3.4.0 [solr]

2024-07-18 Thread via GitHub
solrbot commented on PR #2380: URL: https://github.com/apache/solr/pull/2380#issuecomment-2237493472 ### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

Re: [PR] Update org.glassfish.jersey*:* to v3.1.7 [solr]

2024-07-18 Thread via GitHub
solrbot commented on PR #2396: URL: https://github.com/apache/solr/pull/2396#issuecomment-2237487271 ### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

Re: [PR] Update io.dropwizard.metrics:* to v4.2.26 [solr]

2024-07-18 Thread via GitHub
solrbot commented on PR #2520: URL: https://github.com/apache/solr/pull/2520#issuecomment-2237487261 ### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

Re: [PR] Update dependency org.bouncycastle:bcpkix-jdk18on to v1.78.1 [solr]

2024-07-18 Thread via GitHub
janhoy merged PR #2434: URL: https://github.com/apache/solr/pull/2434 -- 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

Re: [PR] Update org.apache.hadoop:* to v3.4.0 [solr]

2024-07-18 Thread via GitHub
janhoy commented on PR #2380: URL: https://github.com/apache/solr/pull/2380#issuecomment-2237235859 Created a JIRA SOLR-17374 for this There were two new jar requirements: `jline` and `jsch`. Looks like both are only test deps related to parsing user input and executing hadoop tasks o

[jira] [Created] (SOLR-17374) Upgrade Hadoop to 3.4

2024-07-18 Thread Jira
Jan Høydahl created SOLR-17374: -- Summary: Upgrade Hadoop to 3.4 Key: SOLR-17374 URL: https://issues.apache.org/jira/browse/SOLR-17374 Project: Solr Issue Type: Task Security Level: Public

Re: [PR] Update org.apache.calcite [solr]

2024-07-18 Thread via GitHub
janhoy merged PR #2140: URL: https://github.com/apache/solr/pull/2140 -- 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

[jira] [Commented] (SOLR-13350) Explore collector managers for multi-threaded search

2024-07-18 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17867066#comment-17867066 ] Christine Poerschke commented on SOLR-13350: bq. ... currently nothing contro

Re: [PR] SOLR-13350: Multithreaded search [solr]

2024-07-18 Thread via GitHub
cpoerschke commented on code in PR #2248: URL: https://github.com/apache/solr/pull/2248#discussion_r1683242605 ## solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java: ## @@ -335,7 +335,7 @@ public SolrIndexSearcher( boolean reserveDirectory, DirectoryF

Re: [PR] Update dependency org.apache.hadoop.thirdparty:hadoop-shaded-guava to v1.2.0 [solr]

2024-07-18 Thread via GitHub
janhoy merged PR #2269: URL: https://github.com/apache/solr/pull/2269 -- 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

Re: [PR] SOLR-13350: multi-threaded search: replace cached with fixed threadpool [solr]

2024-07-18 Thread via GitHub
cpoerschke commented on PR #2508: URL: https://github.com/apache/solr/pull/2508#issuecomment-2237112708 > Along with this maybe we want to change > > ``` > public static final int DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS = 4; > ``` > > to > > ``` > public static

Re: [PR] SOLR-13350: multi-threaded search: default to 'available processors' thread count [solr]

2024-07-18 Thread via GitHub
cpoerschke commented on code in PR #2569: URL: https://github.com/apache/solr/pull/2569#discussion_r1683219989 ## solr/bin/solr: ## @@ -1446,9 +1446,6 @@ if [ $# -gt 0 ]; then done fi -# Setting number of threads for search -if ! command -v nproc &> /dev/null; then echo "C

[jira] [Updated] (SOLR-13350) Explore collector managers for multi-threaded search

2024-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-13350: -- Labels: pull-request-available (was: ) > Explore collector managers for multi-threaded search

Re: [PR] Update dependency com.google.cloud:google-cloud-bom to v0.224.0 [solr]

2024-07-18 Thread via GitHub
janhoy merged PR #2053: URL: https://github.com/apache/solr/pull/2053 -- 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

[jira] [Commented] (SOLR-17373) Shard splitByPrefix should not do so if it would be too imbalanced/inefficient

2024-07-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17867017#comment-17867017 ] David Smiley commented on SOLR-17373: - Also or separately, I think the computed prefi

[jira] [Created] (SOLR-17373) Shard splitByPrefix should not do so if it would be too imbalanced/inefficient

2024-07-18 Thread David Smiley (Jira)
David Smiley created SOLR-17373: --- Summary: Shard splitByPrefix should not do so if it would be too imbalanced/inefficient Key: SOLR-17373 URL: https://issues.apache.org/jira/browse/SOLR-17373 Project: S

Re: [I] Apache-solr:Solr-exporter [solr-operator]

2024-07-18 Thread via GitHub
kbarnesMCC commented on issue #501: URL: https://github.com/apache/solr-operator/issues/501#issuecomment-2236402474 Just following up to this; it looks like my issue was caused by starving the exporter of compute resources. Upped to 2vcpu/4GB memory and things worked fine with 0.8.1. My gue

[jira] [Updated] (SOLR-17146) Add DelegatingBackupRepository and alternative checksum verification

2024-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17146: -- Labels: pull-request-available (was: ) > Add DelegatingBackupRepository and alternative checks

Re: [PR] SOLR-17146: Add DelegatingBackupRepository and alternative checksum verification [solr]

2024-07-18 Thread via GitHub
ozlerhakan commented on PR #2239: URL: https://github.com/apache/solr/pull/2239#issuecomment-2236067092 Hi there! I'm wondering how this feature can be disabled in a collection managed by the Solr operator @HoustonPutman? Since the current Solr operator does not have this initialization par