Re: 8.6 release

2020-06-29 Thread Joel Bernstein
Hi Bruno, Andrzej and I decided that SOLR-14537 is headed to master to bake for a while and won't make it into the 8.6 release. So please feel free to cut the branch when ready. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 29, 2020 at 6:13 AM Andrzej Białecki wrote: > I wold

Re: Announcing Apachecon @Home 2020

2020-06-29 Thread Atri Sharma
This seems like a great opportunity -- I am planning to give a talk on basics of Lucene and Solr. Do we want our own track as well? On Mon, Jun 29, 2020 at 6:30 PM Rich Bowen wrote: > > Dear PMCs, > > We’re pleased to announce that ApacheCon 2020 will be held online, > September 29th through

Re: PGP key to sign the 8.6 branch

2020-06-29 Thread David Smiley
I've been trying to get Bruno's key and have had great difficulty. I can find his key with the web interface: https://pgp.mit.edu/pks/lookup?search=broustant%40apache.org=vindex But at the CLI I can't find it: This fails: gpg --keyserver pgp.mit.edu --search-keys broust...@apache.org gpg:

Re: PGP key to sign the 8.6 branch

2020-06-29 Thread Robert Muir
I have had problems with gpg last few hours too. pgp.mit.edu has been slow/not working even for my own key. But if i use an alternative server it works better. May not help you, as your key (6AD29C0A?) doesn't seem to exist on any of the other servers yet. $ gpg --verbose --keyserver pgp.mit.edu

PGP key to sign the 8.6 branch

2020-06-29 Thread Bruno Roustant
Hi I've been reading the PGP/GPG key part of the ReleaseTodo doc. https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo I created a 4K-bit key (with my apache.org email) and I uploaded it to MIT key server pgp.mit.edu last Thursday. But there is a line in the doc that says my key should

Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen
Hi, Apache enthusiast! (You’re receiving this because you’re subscribed to one or more dev or user mailing lists for an Apache Software Foundation project.) The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon @Home will be held online, September

Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen
Hi, Apache enthusiast! (You’re receiving this because you’re subscribed to one or more dev or user mailing lists for an Apache Software Foundation project.) The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon @Home will be held online, September

Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen
Hi, Apache enthusiast! (You’re receiving this because you’re subscribed to one or more dev or user mailing lists for an Apache Software Foundation project.) The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon @Home will be held online, September

BadApple report

2020-06-29 Thread Erick Erickson
Holding fairly steady. Raw fail count by week totals, most recent week first (corresponds to bits): Week: 0 had 26 failures Week: 1 had 26 failures Week: 2 had 34 failures Week: 3 had 128 failures This week’s report includes the SuppressWarnings summary. This is really the baseline, I

Re: 8.6 release

2020-06-29 Thread Andrzej Białecki
I wold like to include SOLR-14537 in 8.6 (it’s already tagged), the patch is ready and I’m just waiting for Joel to finish performance testing. > On 27 Jun 2020, at 04:59, Tomás Fernández Löbbe wrote: > > I tagged SOLR-14590 for 8.6, The PR is ready for review and I plan to merge > it soon >

Re: apache solr 8.5.2 Deployment in kubernetes using Helm

2020-06-29 Thread Atri Sharma
Please do not cross post across mailing lists. On Mon, Jun 29, 2020 at 1:53 PM Kranthi Randev wrote: > Hi all, > I'm looking for the Apache Solr deployment in kubernetes with Basic > Authentication and Authorization, > > We are able to get Basic authentication but Authorization is Disabled and

apache solr 8.5.2 Deployment in kubernetes using Helm

2020-06-29 Thread Kranthi Randev
Hi all, I'm looking for the Apache Solr deployment in kubernetes with Basic Authentication and Authorization, We are able to get Basic authentication but Authorization is Disabled and there is not straightforward procedure documentation for that, Please help me and provide the solution for the

Re: Dependency hell again

2020-06-29 Thread Dawid Weiss
The problem with Solr dependencies is that they reflect ant state of things (they are not transitive). So normally you'd just import Zoookeeper and let it take care of upgrades to libraries it depends on. This wouldn't be needed: implementation ('org.xerial.snappy:snappy-java') { transitive =