Re: Solr 9 standalone mode nullPointerException when ShardHandlerFactory defined

2022-10-21 Thread Nick Vladiceanu
Sounds great, I’ve created Jira ticket here https://issues.apache.org/jira/browse/SOLR-16485 Thank you Best regards, Nick Vladiceanu > On 20. Oct 2022, at 7:02 PM, Houston Putman wrote: > > So it looks like this could be an easy fix, regard

Nightly docker images

2022-10-21 Thread Tomasz Elendt
Hi, quick question about nightly images - I see that some images, like 9.1.0-SNAPSHOT [1], were pushed long time ago (25 days) yet branch 9_1_0 on GitHub shows there were many changes since then [2] (latest 14h ago). I'll admit, I don't understand much about how nightly images are actually buil

Re: Nightly docker images

2022-10-21 Thread Houston Putman
Thanks for finding and raising this issue. When branch_9_1 was cut, branch_9x started representing Solr 9.2.0-SNAPSHOT. The Jenkins jobs that we use to build these images have a manual set of branches they run on. branch_9_1 was never added, so 9.1.0-SNAPSHOT images weren't being built. I'll go a

Solr Deduplication config error with partial update

2022-10-21 Thread Vincenzo D'Amore
Hi all, Is the partial update supported with the SignatureUpdateProcessorFactory? I'm setting up a dedup configuration with the SignatureUpdateProcessorFactory true product_hash false price,htlDisp,flightDisp,notAvail,onRequest solr.processor.

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-21 Thread Jason Gerlowski
Hi all, Thanks to everyone who made it out to the sessions yesterday. Had some great turnout and even better questions! For anyone who wasn't able to attend (or who could attend but is interested in reviewing the materials), the recording can be found here: https://www.youtube.com/watch?v=WllrLt

Solr install script fails on rhel 9

2022-10-21 Thread Joseph Anderson
Hello, Upon trying to install on rhel 9 got the following error: cp: cannot create regular file '/etc/init.d/solr': No such file or directory It seems that /etc/init.d doesn't exist out of the box on rhel 9. It's there on rhel 8 as a symlink to /etc/rc.d/init.d. Couldn't find any documentation o

Re: Nightly docker images

2022-10-21 Thread Jan Høydahl
Good find. The releaseWizard should probably be more detailed on that particular step too: https://github.com/apache/solr/blob/main/dev-tools/scripts/releaseWizard.yaml#L523:L531 Jan > 21. okt. 2022 kl. 17:24 skrev Houston Putman : > > Thanks for finding and raising this issue. > > When branch

Re: Solr install script fails on rhel 9

2022-10-21 Thread Kevin Risden
I think this relates to https://issues.apache.org/jira/browse/SOLR-14410 which is about switching to systemd for install. It has not been completed yet and looks to have stalled. Kevin Risden On Fri, Oct 21, 2022 at 3:28 PM Joseph Anderson wrote: > Hello, > > Upon trying to install on rhel 9 g

Re: Solr install script fails on rhel 9

2022-10-21 Thread Jan Høydahl
Good find. There is an open JIRA https://issues.apache.org/jira/browse/SOLR-14410 on the topic, and it has a PR went stale due to lack of testing and response to review. If you have the bandwidth to test the solution on RHEL, then we welcome any contribution. I made an OS test matrix on the PR.

Re: Nightly docker images

2022-10-21 Thread Houston Putman
Agreed. Basically convert all x.(y-1) jobs to x.y jobs. On Fri, Oct 21, 2022 at 3:32 PM Jan Høydahl wrote: > Good find. The releaseWizard should probably be more detailed on that > particular step too: > > https://github.com/apache/solr/blob/main/dev-tools/scripts/releaseWizard.yaml#L523:L531 >

[ANNOUNCE] Solr 8 Docker image changes to Eclipse Temurin OpenJDK

2022-10-21 Thread Jan Høydahl
The official docker image for Solr 8.11 has been running on Oracle OpenJDK 11 JRE [1]. However, due to Oracle's new release policies, they no longer provide support for JDK11. Since Solr 8.11 is still being supported by the Apache Solr project, we needed to switch to another OpenJDK vendor with