Re: Apache Projects and Discussion Forums

2023-10-10 Thread Jan Høydahl
Perhaps stack overflow is willing to collaborate with infra for an SSO 
integration and provide an api for the asf to sync an archive copy of 
everything? Then it’d be an official alternative.

I know ml feels quite antiquated for newcomers.

Have you considered GitHub’s new “Discussion” tab? It’d perhaps be a more low 
hanging fruit given the pre-existing integration?

Jan Høydahl

> 10. okt. 2023 kl. 06:17 skrev David Smiley :
> 
> At the ASF Community-over-Code conference today, I brought up this topic
> with ASF Directors and members at a session about project communication.
> Yes, a project could host something if a project (PMC) wants to, provided
> that the "dev list" remains where official project decisions are made.
> Also, there was advice against over-use of Slack for many reasons.  I feel
> if we had a modern forum in place, we would not have been so tempted to
> setup Slack for users.
> 
> My main concern for *adding* a forum is fragmentation for users/everyone
> with us...@solr.apache.org.  I would much prefer bidirectional integration
> (i.e. a bridge or gateway) so that a user can choose the
> UX/interaction-model they prefer.  I don't want to cut the user community
> into silos that don't talk to each other.  I looked at Discourse
> https://meta.discourse.org and tried to find if it's possible to
> bridge/gateway to existing mailing lists.  I didn't see it but hopefully it
> exists?  If not / in addition, the Solr user list can be imported into
> Discourse, but that's a one-time thing intended to transition in full.
> FWIW I support a complete transition to avoid fragmentation.
> 
> BTW fragmentation is already the case via stack-overflow today.  Granted I
> don't think there's been much traction there for Solr (yes some, but not
> much).  I heard some projects out there completely embrace stack-overflow
> and perhaps don't have a user list or similar.  A bold move but I get
> the appeal.  It's so radical to my norms that I'm hesitant to suggest it
> for us but I can't think of a good reason I'd oppose it.  Maybe some of you
> have opinions to share on that?
> 
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley
> 
> 
>> On Thu, May 18, 2023 at 2:53 PM David Mackey  wrote:
>> 
>> Hi Everyone,
>> 
>> I apologize for the delay in responding, I wanted to give some time for
>> others to share their thoughts and due to the mention of a dedicated
>> solr.apache.org URL (I wanted to verify if this was something Discourse
>> offered in their free plan for open source projects, unfortunately it is
>> not).
>> 
>> I appreciate Alessandro's generous offer of hosting the forums on the
>> ir-relevant.net site however I'd lean towards having its forums fully
>> owned
>> by Apache/Solr. I am approaching this primarily from a visibility/marketing
>> perspective and I think having dedicated, official forums would be more
>> "impressive" to those considering Elastic ,
>> OpenSearch , Solr, etc.
>> 
>> I would love to see the forums hosted on the official Solr domain as Ishan
>> suggested. The Apache TVM project's discussion URL is
>> https://discuss.tvm.apache.org/, so Solr could potentially have one like:
>> https://discuss.solr.apache.org/
>> 
>> I'd recommend using Discourse  as the forum
>> software (it is what both Elastic and OpenSearch appear to be using). A
>> free
>> instance  is available from Discourse for
>> open source projects. By default this instance would be hosted at
>> solr.discourse.group and unfortunately the free plan does not support
>> custom domains (though we could do a redirect from
>> https://discuss.solr.apache.org/ or similar the final url would still be
>> solr.discourse.group).
>> 
>> If Solr exceeds the 50k/views/mo. (sustained traffic, not occasional
>> spikes) the free plan offers we'd need to upgrade to the Standard Plan
>> which is available at a 50% discount for nonprofits (regular price:
>> $100/mo.; discounted price: $50/mo.). Alternatively we could using a VPS
>> host with a ~$20/mo. instance. In any case, I wouldn't anticipate us
>> exceeding the free plans capabilities for quite some time.
>> 
>> I'd suggest having two categories to start - End Users
>> (businesses/individuals who utilize the application) and Development (for
>> more code related topics). Two additional possible categories would be
>> Beginners, and Third-Party Integrations / Plugins but I'd suggest adding
>> these later after the forums gain some traction.
>> 
>> I'd love to get something out there sooner than later and am happy to get
>> the instance setup and configured with Discourse if folks are amenable and
>> that would be helpful. I'd suggest using the free plan to start to expedite
>> the spin-up process.
>> 
>> Sincerely,
>> 
>> Dave Mackey
>> 
>> On Tue, May 16, 2023 at 11:04 AM Alessandro Benedetti <
>> a.benede...@sease.io>
>> 

Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Jan Høydahl
Smoke tester: SUCCESS! [0:47:58.342068]

Manual testing:
Started Solr locally on my mac outputs three lines of error mesages about 
entropy:

> *** [WARN] *** Your open file limit is currently 256.
>  It should be set to 65000 to avoid operational disruption.
>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
> in your profile or solr.in.sh
> *** [WARN] ***  Your Max Processes Limit is currently 5333.
>  It should be set to 65000 to avoid operational disruption.
>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
> in your profile or solr.in.sh
> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> Error: Either no entropy is available or the pool size is zero.
> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> Started Solr server on port 8983 (pid=42390). Happy searching!

This is introduced in SOLR-16644 
, and obviously assumes a 
Linux system. 
It will be quite confusing for Mac users or users of other non-linux systems 
(AIX/FreeBSD?).
The entopy probing using /proc/ should only be attempted on linux, and probably 
skipped silently on other OSes.

For this reason I'll vote -1

Jan


> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> 
> Please vote for release candidate 1 for Solr 9.4.0
> 
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> 
> You can run the smoke tester directly with this command:
> 
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> 
> You can build a release-candidate of the official docker images (full &
> slim) using the following command:
> 
> SOLR_DOWNLOAD_SERVER=
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> && \
>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>-t solr-rc:9.4.0-1 && \
>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>-t solr-rc:9.4.0-1-slim
> 
> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00 UTC.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> Here is my +1 (which I am not completely sure, but I think it is
> non-binding)
> 
> best,
> alex



Re: Apache Solr Newsletter proposal September 2023

2023-10-10 Thread Bruno Roustant
+1 !

Le lun. 9 oct. 2023 à 16:54, Eric Pugh  a
écrit :

> I’d love to see it on mastodon/twitterX/linkedin too….   I bet ASF PR
> would love to see this as well ;-)
>
> > On Oct 8, 2023, at 5:36 PM, Alessandro Benedetti 
> wrote:
> >
> > +1 I think it's a wonderful idea!
> >
> > On Sun, 8 Oct 2023, 17:26 Arrieta, Alejandro, <
> aarri...@perrinsoftware.com>
> > wrote:
> >
> >> 0. Intro
> >> Welcome to the Apache Solr Newsletter proposal September 2023. As this
> is
> >> the first newsletter proposal of 2023 we include Solr Community news
> >> starting from January 2023:
> >>
> >> Welcome Alex Deparvu as Solr committer:
> >> https://lists.apache.org/thread/fx4o3y55ypqy1n06kdbq5k8h4pjxlowj
> >>
> >> Welcome Marcus Eagan as Solr committer:
> >> https://lists.apache.org/thread/2p2fjm18g39x2mknxqnbr3gfcx0q6rrx
> >>
> >> Welcome David Smiley as Solr's new PMC chair:
> >> https://lists.apache.org/thread/yrp2yll52r0fm2pbhw17b62oln63fp33
> >>
> >> Welcome Andy Webb as Solr committer:
> >> https://lists.apache.org/thread/k449v7jl4bwg6f7x707tvw5ch2dk8h3f
> >>
> >> Welcome Justin Sweeney as Solr committer:
> >> https://lists.apache.org/thread/g588106pohdwok7gpwwcsxpgvwxwwh41
> >>
> >> Welcome Colvin Cowie as Solr committer:
> >> https://lists.apache.org/thread/ngzjs0b3mb201d2shfvzdysdd5g6xqz1
> >>
> >> 1. Current versions
> >> Solr 9.3.0:
> >> https://solr.apache.org/downloads.html#solr-930
> >>
> >> Solr 8.11.2:
> >> https://solr.apache.org/downloads.html#solr-8112
> >>
> >> Solr Operator v0.7.1:
> >> https://solr.apache.org/operator/artifacts.html#solr-v071
> >>
> >> 2. Incoming versions
> >> Solr 9.4.0
> >> mailing list thread:
> >> https://lists.apache.org/thread/j44golmqp4sjf2rk74pqktkrsc1do58r
> >>
> >> Solr 8.11.3
> >> mailing list thread:
> >> https://lists.apache.org/thread/j44golmqp4sjf2rk74pqktkrsc1do58r
> >>
> >> 3. Solr Improvement Proposals News
> >> SIP-13: Cross Data Center Replication
> >> mailing list thread:
> >> https://lists.apache.org/thread/9y2qd7rs45049xbrt0gty40m4b5cv22y
> >> wiki link:
> >>
> >>
> https://cwiki.apache.org/confluence/display/SOLR/SIP-13%3A+Cross+Data+Center+Replication
> >>
> >> SIP-14 Embedded Zookeeper
> >> mailing list thread:
> >> https://lists.apache.org/thread/mch6y4wsbqykcmfy4r76movmx1wz0375
> >> wiki link:
> >>
> https://cwiki.apache.org/confluence/display/SOLR/SIP-14+Embedded+Zookeeper
> >>
> >> SIP-15 Node roles
> >> mailing list thread:
> >> https://lists.apache.org/thread/kwq609jxckpdqk54fvghxs66jtk92kof
> >> wiki link:
> >> https://cwiki.apache.org/confluence/display/SOLR/SIP-15+Node+roles
> >>
> >> SIP-19 Adopt JSR-330 dependency injection
> >> mailing list thread:
> >> https://lists.apache.org/thread/9y2qd7rs45049xbrt0gty40m4b5cv22y
> >> wiki link:
> >>
> >>
> https://cwiki.apache.org/confluence/display/SOLR/SIP-19+Adopt+JSR-330+dependency+injection
> >>
> >> 4. Links to blogs, videos, others related to Solr:
> >> Apache Solr Community Virtual Meetup, September 2023:
> >>
> >>
> https://www.meetup.com/apache-solr-virtual-community-meetups/events/296344421/
> >>
> >> DataImportHandler 9.3.0 released:
> >> https://lists.apache.org/thread/8z65tf4jr2ppdm4xo5r1bygjzt8z8r3f
> >>
> >> 5. Upcoming Events & meetings
> >> ASF Community over Code in Halifax, October 7-10 2023:
> >> https://communityovercode.org/
> >>
> >> Apache Solr Community Virtual Meetup, October 2023:
> >> https://www.meetup.com/apache-solr-virtual-community-meetups/events/
> >>
> >> 6. Connect with the Apache Solr Community
> >> Subscribe to Apache Solr Virtual Meetup for monthly meeting:
> >> https://www.meetup.com/apache-solr-virtual-community-meetups/
> >>
> >> Follow us on Twitter/X:
> >> https://twitter.com/apachesolr
> >>
> >> Visit our mailing list, jira, irc and slack:
> >> https://solr.apache.org/community.html
> >>
> >> How to contribute:
> >> https://solr.apache.org/community.html#how-to-contribute
> >>
> >> Apache Solr website:
> >> https://solr.apache.org/
> >>
> >> Apache Solr Operator website:
> >> https://solr.apache.org/operator/
> >>
> >> Note: This is a proposal and I will start working on the October 2023
> >> newsletter proposal and create a Jira to accept contributions. Maybe we
> can
> >> publish this on the Apache Solr web if accepted in the future.
> >>
> >> Kind Regards,
> >> Alejandro Arrieta
> >>
>
> ___
> Eric Pugh | Founder & CEO | OpenSource Connections, LLC | 434.466.1467 |
> http://www.opensourceconnections.com <
> http://www.opensourceconnections.com/> | My Free/Busy <
> http://tinyurl.com/eric-cal>
> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed <
> https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw>
>
> This e-mail and all contents, including attachments, is considered to be
> Company Confidential unless explicitly stated otherwise, regardless of
> whether attachments are marked as such.
>
>


[Operator] New branch and feature freeze for the Solr Operator v0.8.0

2023-10-10 Thread Houston Putman
NOTICE:

Branch release-0.8 has been cut and versions updated to v0.9 on the stable
branch.

Please observe the normal rules:

* No new features may be committed to the branch.
* Documentation patches, build patches and serious bug fixes may be
  committed to the branch. However, you should submit all issues/PRs you
  want to commit to Github first to give others the chance to review
  and possibly vote against the PR. Keep in mind that it is our
  main intention to keep the branch as stable as possible.
* All patches that are intended for the branch should first be committed
  to the unstable branch, merged into the stable branch, and then into
  the current release branch.
* Normal unstable and stable branch development may continue as usual.
  However, if you plan to commit a big change to the unstable branch
  while the branch feature freeze is in effect, think twice: can't the
  addition wait a couple more days? Merges of bug fixes into the branch
  may become more difficult.
* Only Github issues with Milestone v0.8.0 and priority "Blocker" will delay
  a release candidate build.


Re: [Operator] New branch and feature freeze for the Solr Operator v0.8.0

2023-10-10 Thread Houston Putman
A draft of the release notes can be found here:
https://cwiki.apache.org/confluence/display/SOLR/Copy+of+Solr+Operator+Release+Notes+v0.8.0

On Tue, Oct 10, 2023 at 11:06 AM Houston Putman  wrote:

> NOTICE:
>
> Branch release-0.8 has been cut and versions updated to v0.9 on the stable
> branch.
>
> Please observe the normal rules:
>
> * No new features may be committed to the branch.
> * Documentation patches, build patches and serious bug fixes may be
>   committed to the branch. However, you should submit all issues/PRs you
>   want to commit to Github first to give others the chance to review
>   and possibly vote against the PR. Keep in mind that it is our
>   main intention to keep the branch as stable as possible.
> * All patches that are intended for the branch should first be committed
>   to the unstable branch, merged into the stable branch, and then into
>   the current release branch.
> * Normal unstable and stable branch development may continue as usual.
>   However, if you plan to commit a big change to the unstable branch
>   while the branch feature freeze is in effect, think twice: can't the
>   addition wait a couple more days? Merges of bug fixes into the branch
>   may become more difficult.
> * Only Github issues with Milestone v0.8.0 and priority "Blocker" will
> delay
>   a release candidate build.
>


Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Jan Høydahl
Fix: https://github.com/apache/solr/pull/2000

Feel free to argue why this bug should not warrant a re-spin.

Jan

> 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> 
> Smoke tester: SUCCESS! [0:47:58.342068]
> 
> Manual testing:
> Started Solr locally on my mac outputs three lines of error mesages about 
> entropy:
> 
>> *** [WARN] *** Your open file limit is currently 256.
>>  It should be set to 65000 to avoid operational disruption.
>>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
>> in your profile or solr.in.sh
>> *** [WARN] ***  Your Max Processes Limit is currently 5333.
>>  It should be set to 65000 to avoid operational disruption.
>>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false 
>> in your profile or solr.in.sh
>> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
>> cat: /proc/sys/kernel/random/poolsize: No such file or directory
>> Error: Either no entropy is available or the pool size is zero.
>> Waiting up to 180 seconds to see Solr running on port 8983 [|]
>> Started Solr server on port 8983 (pid=42390). Happy searching!
> 
> This is introduced in SOLR-16644 
> , and obviously assumes a 
> Linux system. 
> It will be quite confusing for Mac users or users of other non-linux systems 
> (AIX/FreeBSD?).
> The entopy probing using /proc/ should only be attempted on linux, and 
> probably skipped silently on other OSes.
> 
> For this reason I'll vote -1
> 
> Jan
> 
> 
>> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
>> 
>> Please vote for release candidate 1 for Solr 9.4.0
>> 
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
>> 
>> You can run the smoke tester directly with this command:
>> 
>> python3 -u dev-tools/scripts/smokeTestRelease.py \
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
>> 
>> You can build a release-candidate of the official docker images (full &
>> slim) using the following command:
>> 
>> SOLR_DOWNLOAD_SERVER=
>> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
>> && \
>>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
>>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>>-t solr-rc:9.4.0-1 && \
>>  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
>>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
>>-t solr-rc:9.4.0-1-slim
>> 
>> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00 UTC.
>> 
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>> 
>> Here is my +1 (which I am not completely sure, but I think it is
>> non-binding)
>> 
>> best,
>> alex
> 



Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Alex Deparvu
I think beyond this change, there is also a Jetty 10.0.17 security update
release [0] which would need close evaluation to determine if we should
include it in 9.4.0.

best,
alex

[0] https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.17



On Tue, Oct 10, 2023 at 2:06 PM Jan Høydahl  wrote:

> Fix: https://github.com/apache/solr/pull/2000
>
> Feel free to argue why this bug should not warrant a re-spin.
>
> Jan
>
> > 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> >
> > Smoke tester: SUCCESS! [0:47:58.342068]
> >
> > Manual testing:
> > Started Solr locally on my mac outputs three lines of error mesages
> about entropy:
> >
> >> *** [WARN] *** Your open file limit is currently 256.
> >>  It should be set to 65000 to avoid operational disruption.
> >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> false in your profile or solr.in.sh
> >> *** [WARN] ***  Your Max Processes Limit is currently 5333.
> >>  It should be set to 65000 to avoid operational disruption.
> >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> false in your profile or solr.in.sh
> >> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
> >> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> >> Error: Either no entropy is available or the pool size is zero.
> >> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> >> Started Solr server on port 8983 (pid=42390). Happy searching!
> >
> > This is introduced in SOLR-16644 <
> https://issues.apache.org/jira/browse/SOLR-16644>, and obviously assumes
> a Linux system.
> > It will be quite confusing for Mac users or users of other non-linux
> systems (AIX/FreeBSD?).
> > The entopy probing using /proc/ should only be attempted on linux, and
> probably skipped silently on other OSes.
> >
> > For this reason I'll vote -1
> >
> > Jan
> >
> >
> >> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> >>
> >> Please vote for release candidate 1 for Solr 9.4.0
> >>
> >> The artifacts can be downloaded from:
> >>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> >>
> >> You can run the smoke tester directly with this command:
> >>
> >> python3 -u dev-tools/scripts/smokeTestRelease.py \
> >>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> >>
> >> You can build a release-candidate of the official docker images (full &
> >> slim) using the following command:
> >>
> >> SOLR_DOWNLOAD_SERVER=
> >>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> >> && \
> >>  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >>-t solr-rc:9.4.0-1 && \
> >>  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >>-t solr-rc:9.4.0-1-slim
> >>
> >> The vote will be open for at least 72 hours i.e. until 2023-10-08 20:00
> UTC.
> >>
> >> [ ] +1  approve
> >> [ ] +0  no opinion
> >> [ ] -1  disapprove (and reason why)
> >>
> >> Here is my +1 (which I am not completely sure, but I think it is
> >> non-binding)
> >>
> >> best,
> >> alex
> >
>
>


Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Tomás Fernández Löbbe
I agree, let's upgrade Jetty for 9.4

On Tue, Oct 10, 2023 at 2:30 PM Alex Deparvu  wrote:

> I think beyond this change, there is also a Jetty 10.0.17 security update
> release [0] which would need close evaluation to determine if we should
> include it in 9.4.0.
>
> best,
> alex
>
> [0] https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.17
>
>
>
> On Tue, Oct 10, 2023 at 2:06 PM Jan Høydahl  wrote:
>
> > Fix: https://github.com/apache/solr/pull/2000
> >
> > Feel free to argue why this bug should not warrant a re-spin.
> >
> > Jan
> >
> > > 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> > >
> > > Smoke tester: SUCCESS! [0:47:58.342068]
> > >
> > > Manual testing:
> > > Started Solr locally on my mac outputs three lines of error mesages
> > about entropy:
> > >
> > >> *** [WARN] *** Your open file limit is currently 256.
> > >>  It should be set to 65000 to avoid operational disruption.
> > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> > false in your profile or solr.in.sh
> > >> *** [WARN] ***  Your Max Processes Limit is currently 5333.
> > >>  It should be set to 65000 to avoid operational disruption.
> > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to
> > false in your profile or solr.in.sh
> > >> cat: /proc/sys/kernel/random/entropy_avail: No such file or directory
> > >> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> > >> Error: Either no entropy is available or the pool size is zero.
> > >> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> > >> Started Solr server on port 8983 (pid=42390). Happy searching!
> > >
> > > This is introduced in SOLR-16644 <
> > https://issues.apache.org/jira/browse/SOLR-16644>, and obviously assumes
> > a Linux system.
> > > It will be quite confusing for Mac users or users of other non-linux
> > systems (AIX/FreeBSD?).
> > > The entopy probing using /proc/ should only be attempted on linux, and
> > probably skipped silently on other OSes.
> > >
> > > For this reason I'll vote -1
> > >
> > > Jan
> > >
> > >
> > >> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> > >>
> > >> Please vote for release candidate 1 for Solr 9.4.0
> > >>
> > >> The artifacts can be downloaded from:
> > >>
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > >>
> > >> You can run the smoke tester directly with this command:
> > >>
> > >> python3 -u dev-tools/scripts/smokeTestRelease.py \
> > >>
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > >>
> > >> You can build a release-candidate of the official docker images (full
> &
> > >> slim) using the following command:
> > >>
> > >> SOLR_DOWNLOAD_SERVER=
> > >>
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> > >> && \
> > >>  docker build
> > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >>-t solr-rc:9.4.0-1 && \
> > >>  docker build
> > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > >>-t solr-rc:9.4.0-1-slim
> > >>
> > >> The vote will be open for at least 72 hours i.e. until 2023-10-08
> 20:00
> > UTC.
> > >>
> > >> [ ] +1  approve
> > >> [ ] +0  no opinion
> > >> [ ] -1  disapprove (and reason why)
> > >>
> > >> Here is my +1 (which I am not completely sure, but I think it is
> > >> non-binding)
> > >>
> > >> best,
> > >> alex
> > >
> >
> >
>


Re: [VOTE] Release Solr 9.4.0 RC1

2023-10-10 Thread Alex Deparvu
Release was aborted and once I backport the jetty PR I will restart it.

On Tue, Oct 10, 2023 at 3:43 PM Tomás Fernández Löbbe 
wrote:

> I agree, let's upgrade Jetty for 9.4
>
> On Tue, Oct 10, 2023 at 2:30 PM Alex Deparvu  wrote:
>
> > I think beyond this change, there is also a Jetty 10.0.17 security update
> > release [0] which would need close evaluation to determine if we should
> > include it in 9.4.0.
> >
> > best,
> > alex
> >
> > [0] https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.17
> >
> >
> >
> > On Tue, Oct 10, 2023 at 2:06 PM Jan Høydahl 
> wrote:
> >
> > > Fix: https://github.com/apache/solr/pull/2000
> > >
> > > Feel free to argue why this bug should not warrant a re-spin.
> > >
> > > Jan
> > >
> > > > 10. okt. 2023 kl. 13:08 skrev Jan Høydahl :
> > > >
> > > > Smoke tester: SUCCESS! [0:47:58.342068]
> > > >
> > > > Manual testing:
> > > > Started Solr locally on my mac outputs three lines of error mesages
> > > about entropy:
> > > >
> > > >> *** [WARN] *** Your open file limit is currently 256.
> > > >>  It should be set to 65000 to avoid operational disruption.
> > > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS
> to
> > > false in your profile or solr.in.sh
> > > >> *** [WARN] ***  Your Max Processes Limit is currently 5333.
> > > >>  It should be set to 65000 to avoid operational disruption.
> > > >>  If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS
> to
> > > false in your profile or solr.in.sh
> > > >> cat: /proc/sys/kernel/random/entropy_avail: No such file or
> directory
> > > >> cat: /proc/sys/kernel/random/poolsize: No such file or directory
> > > >> Error: Either no entropy is available or the pool size is zero.
> > > >> Waiting up to 180 seconds to see Solr running on port 8983 [|]
> > > >> Started Solr server on port 8983 (pid=42390). Happy searching!
> > > >
> > > > This is introduced in SOLR-16644 <
> > > https://issues.apache.org/jira/browse/SOLR-16644>, and obviously
> assumes
> > > a Linux system.
> > > > It will be quite confusing for Mac users or users of other non-linux
> > > systems (AIX/FreeBSD?).
> > > > The entopy probing using /proc/ should only be attempted on linux,
> and
> > > probably skipped silently on other OSes.
> > > >
> > > > For this reason I'll vote -1
> > > >
> > > > Jan
> > > >
> > > >
> > > >> 5. okt. 2023 kl. 21:51 skrev Alex Deparvu :
> > > >>
> > > >> Please vote for release candidate 1 for Solr 9.4.0
> > > >>
> > > >> The artifacts can be downloaded from:
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > > >>
> > > >> You can run the smoke tester directly with this command:
> > > >>
> > > >> python3 -u dev-tools/scripts/smokeTestRelease.py \
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b
> > > >>
> > > >> You can build a release-candidate of the official docker images
> (full
> > &
> > > >> slim) using the following command:
> > > >>
> > > >> SOLR_DOWNLOAD_SERVER=
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC1-rev-ee474b7db483c2242ce1d75074258236ca22103b/solr
> > > >> && \
> > > >>  docker build
> > > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> > > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > > >>-t solr-rc:9.4.0-1 && \
> > > >>  docker build
> > > $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> > > >>--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > > >>-t solr-rc:9.4.0-1-slim
> > > >>
> > > >> The vote will be open for at least 72 hours i.e. until 2023-10-08
> > 20:00
> > > UTC.
> > > >>
> > > >> [ ] +1  approve
> > > >> [ ] +0  no opinion
> > > >> [ ] -1  disapprove (and reason why)
> > > >>
> > > >> Here is my +1 (which I am not completely sure, but I think it is
> > > >> non-binding)
> > > >>
> > > >> best,
> > > >> alex
> > > >
> > >
> > >
> >
>


[VOTE] Release Solr 9.4.0 RC2

2023-10-10 Thread Alex Deparvu
Please vote for release candidate 2 for Solr 9.4.0

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \
https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96

You can build a release-candidate of the official docker images (full &
slim) using the following command:

SOLR_DOWNLOAD_SERVER=
https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr
&& \
  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
-t solr-rc:9.4.0-2 && \
  docker build $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
-t solr-rc:9.4.0-2-slim

The vote will be open for at least 72 hours i.e. until 2023-10-14 03:00 UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1 (non binding)

best,
alex