[I] It is impossible to setup TLS between Solr and Zookeeper [solr-operator]

2024-08-12 Thread via GitHub
jstaf opened a new issue, #717: URL: https://github.com/apache/solr-operator/issues/717 Tried setting up solr-operator with TLS between Solr and Zookeeper. (Zookeeper is setup with TLS, and Solr must connect to Zookeeper's TLS port.) It doesn't work or appear to have ever been tested.

[PR] Migrate from Gradle Enterprise Gradle Plugin to Develocity Gradle Plugin [solr]

2024-08-12 Thread via GitHub
clayburn opened a new pull request, #2642: URL: https://github.com/apache/solr/pull/2642 https://issues.apache.org/jira/browse/SOLR-X # Description This change migrates Solr to use the Develocity Gradle Plugin. The existing Gradle Enterprise Gradle Plugi

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

2024-08-12 Thread via GitHub
cpoerschke opened a new pull request, #2641: URL: https://github.com/apache/solr/pull/2641 https://github.com/apache/lucene/pull/12622 in Lucene 9.9 added a `BPReorderingMergePolicy` and the changes in this PR are to make it configurable in Solr. TODO list: [ ] create JIRA issue i

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

2024-08-12 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872978#comment-17872978 ] Christine Poerschke commented on SOLR-13350: bq. ... Note especially that one

Re: [PR] document Lucene 9.12's TieredMergePolicyFactory.targetSearchConcurrency parameter [solr]

2024-08-12 Thread via GitHub
cpoerschke commented on code in PR #2640: URL: https://github.com/apache/solr/pull/2640#discussion_r1714042912 ## solr/core/src/test-files/solr/collection1/conf/solrconfig-tieredmergepolicyfactory.xml: ## @@ -28,6 +28,7 @@ 19 7 9 + 1 Review Comment:

[PR] document Lucene 9.12's TieredMergePolicyFactory.targetSearchConcurrency parameter [solr]

2024-08-12 Thread via GitHub
cpoerschke opened a new pull request, #2640: URL: https://github.com/apache/solr/pull/2640 - https://github.com/apache/lucene/pull/13430 for TieredMergePolicy - https://github.com/apache/lucene/pull/13517 for LogMergePolicy -- This is an automated message from the Apache Git Service. To

Re: [PR] SOLR-17397: Fix SkipExistingDocumentsProcessor to handle child documeā€¦ [solr]

2024-08-12 Thread via GitHub
timatbw commented on PR #2631: URL: https://github.com/apache/solr/pull/2631#issuecomment-2283973184 Thanks for the reviews. I have pushed a 2nd commit with changes: using `cmd.getPrintableId`, improving test names, adding comments to help read the nested-if. I tried commenting out the `ret

Re: [PR] SOLR-17359: Move Zk Arg parsing into Java Code [solr]

2024-08-12 Thread via GitHub
epugh commented on PR #2593: URL: https://github.com/apache/solr/pull/2593#issuecomment-2283777138 I believe the one failing unit test doesn't have anything to do with this PR... This is ready for review and merging for 9.8! -- This is an automated message from the Apache Git Service. T

[jira] [Updated] (SOLR-17404) Tweak Tool.java to support the sub command use case

2024-08-12 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-17404: - Labels: newdev (was: ) > Tweak Tool.java to support the sub command use case > -

[jira] [Created] (SOLR-17404) Tweak Tool.java to support the sub command use case

2024-08-12 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17404: Summary: Tweak Tool.java to support the sub command use case Key: SOLR-17404 URL: https://issues.apache.org/jira/browse/SOLR-17404 Project: Solr Issue Type: Sub-task

Re: [PR] SOLR-17359: Move Zk Arg parsing into Java Code [solr]

2024-08-12 Thread via GitHub
epugh commented on PR #2593: URL: https://github.com/apache/solr/pull/2593#issuecomment-2283730826 @rahulgoswami I updated the ref guide docs to cross link to an EXISTING page for the upconfig/downconfig etc commands... Someday we'll reorg the ref guide page to make the solrcli easier to

Re: [PR] SOLR-17359: Move Zk Arg parsing into Java Code [solr]

2024-08-12 Thread via GitHub
epugh commented on PR #2593: URL: https://github.com/apache/solr/pull/2593#issuecomment-2283703009 > Minor hiccup with solr zk --help command. "downconfig" is being displayed twice. Submitted a tiny PR [#9](https://github.com/epugh/solr/pull/9). Thanks! I also saw that the getUsage

Re: [PR] SOLR-17359: Move Zk Arg parsing into Java Code [solr]

2024-08-12 Thread via GitHub
epugh commented on PR #2593: URL: https://github.com/apache/solr/pull/2593#issuecomment-2283702202 > The only zk commands in the "solr zk --help" list that I have not been able to test are "zk linkconfig" and "zk updateacls". I am not sure how these are supposed to work/how to test them. Th

[jira] [Commented] (SOLR-17403) Restructure Ref Guide Page Solr Control Script Reference

2024-08-12 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872860#comment-17872860 ] Eric Pugh commented on SOLR-17403: -- Apparently [https://jetty.org/docs/jetty/12/operati

[PR] chore(deps): update io.grpc:grpc-* to v1.66.0 [solr]

2024-08-12 Thread via GitHub
solrbot opened a new pull request, #2639: URL: https://github.com/apache/solr/pull/2639 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-xds](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.65.1` -> `

[PR] chore(deps): update dependency org.xerial.snappy:snappy-java to v1.1.10.6 [solr]

2024-08-12 Thread via GitHub
solrbot opened a new pull request, #2638: URL: https://github.com/apache/solr/pull/2638 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.xerial.snappy:snappy-java](https://togithub.com/xerial/snappy-java) | dependencies | patc